Shades of Dove Grey #77766E
Tints of Dove Grey #77766E
RGB
CMYK
RGB Variations
Color information
#77766E (or 0x77766E) is known color: Dove Grey. HEX triplet: 77, 76 and 6E. RGB value is (119,118,110). Sum of RGB (Red+Green+Blue) = 119+118+110=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #77766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77766E is #888991. Grayscale: #757575. Windows color (decimal): -8948114 or 7239287. OLE color: 7239287.
HSL color Cylindrical-coordinate representation of color #77766E: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #77766E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 110 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.53 |
| HSL | 53.33º | 0.04% | 0.45% | - |
| HSV(B) | 53.33º | 0.08% | 0.47% | - |
| XYZ | 16.9 | 18 | 17.34 | - |
| YUV | 117.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 110 | 0 | 0.01 | 0.08 | 0.53 | 53.33 | 0.04 | 0.45 |
| Hex | 77 | 76 | 6E | 0 | 1 | 8 | 35 | 35 | 4 | 2D |
| Octal | 167 | 166 | 156 | 0 | 1 | 10 | 65 | 65 | 4 | 55 |
| Binary | 1110111 | 1110110 | 1101110 | 0 | 1 | 1000 | 110101 | 110101 | 100 | 101101 |
Color Harmonies of #77766E
Complementary color
Monochromatic Colors of #77766E
Black with #77766E
Text Example
Text Example
White with #77766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77766E; }
p { color: rgb(119,118,110); }
H1.HeaderClassName
{
color: #77766E;
}
.AnyTagClassName
{
color: #77766E;
}
</style>
background-color css
<style>
a { background-color: #77766E; }
a { background-color: rgb(119,118,110); }
div.DivClassName
{
background-color: #77766E;
}
.BgClassName
{
background-color: #77766E;
}
</style>
border-color css
<style>
span { border-color: #77766E; }
span { border-color: rgb(119,118,110); }
td.TdClassName
{
border-color: #77766E;
}
.TagClassName
{
border-color: #77766E;
}
</style>