I have been using the "- (UIView *)tableView

UITableView *)tableView viewForHeaderInSection

NSInteger)section" on a plain styled table because I want the section headers to be 2 lines long but still have them be that semi transparent default color. By default you can only be a one line string, even if you insert the \n character for a new line with the more basic "- (NSString *)tableView

UITableView *)tableView titleForHeaderInSection

NSInteger)section;" method.
Does anyone know what that color color is? It looks like a blueish gray with the alpha adjusted, like the letter headers when looking at Songs under iPod. I was trying to match it exactly, but I am not sure that it will be possible unless any of you have some ideas on how to figure it out. I saw several arrays of section header views in the UITableView class but they are all private and I can't touch them.
I did a lot of searching and couldn't even find anything on google about viewForHeaderInSection so any help would be greatly appreciated. Thanks.