datagridview column color c#

C#
grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;
Source

Also in C#: