127 hours

Console.WriteLine(string.Format("{0} hours", new TimeSpan(5, 7, 0, 0).TotalHours));
Vote up this code4