Shades of Dove Grey #77756C
Tints of Dove Grey #77756C
RGB
CMYK
RGB Variations
Color information
#77756C (or 0x77756C) is known color: Dove Grey. HEX triplet: 77, 75 and 6C. RGB value is (119,117,108). Sum of RGB (Red+Green+Blue) = 119+117+108=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #77756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77756C is #888A93. Grayscale: #747474. Windows color (decimal): -8948372 or 7107959. OLE color: 7107959.
HSL color Cylindrical-coordinate representation of color #77756C: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77756C is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 108 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.53 |
| HSL | 49.09º | 0.05% | 0.45% | - |
| HSV(B) | 49.09º | 0.09% | 0.47% | - |
| XYZ | 16.68 | 17.73 | 16.73 | - |
| YUV | 116.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 108 | 0 | 0.02 | 0.09 | 0.53 | 49.09 | 0.05 | 0.45 |
| Hex | 77 | 75 | 6C | 0 | 2 | 9 | 35 | 31 | 5 | 2D |
| Octal | 167 | 165 | 154 | 0 | 2 | 11 | 65 | 61 | 5 | 55 |
| Binary | 1110111 | 1110101 | 1101100 | 0 | 10 | 1001 | 110101 | 110001 | 101 | 101101 |
Color Harmonies of #77756C
Complementary color
Monochromatic Colors of #77756C
Black with #77756C
Text Example
Text Example
White with #77756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77756C; }
p { color: rgb(119,117,108); }
H1.HeaderClassName
{
color: #77756C;
}
.AnyTagClassName
{
color: #77756C;
}
</style>
background-color css
<style>
a { background-color: #77756C; }
a { background-color: rgb(119,117,108); }
div.DivClassName
{
background-color: #77756C;
}
.BgClassName
{
background-color: #77756C;
}
</style>
border-color css
<style>
span { border-color: #77756C; }
span { border-color: rgb(119,117,108); }
td.TdClassName
{
border-color: #77756C;
}
.TagClassName
{
border-color: #77756C;
}
</style>