Shades of Dove Grey #77746D
Tints of Dove Grey #77746D
RGB
CMYK
RGB Variations
Color information
#77746D (or 0x77746D) is known color: Dove Grey. HEX triplet: 77, 74 and 6D. RGB value is (119,116,109). Sum of RGB (Red+Green+Blue) = 119+116+109=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #77746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77746D is #888B92. Grayscale: #747474. Windows color (decimal): -8948627 or 7173239. OLE color: 7173239.
HSL color Cylindrical-coordinate representation of color #77746D: hue angle of 42º 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 #77746D is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 109 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.53 |
| HSL | 42º | 0.04% | 0.45% | - |
| HSV(B) | 42º | 0.08% | 0.47% | - |
| XYZ | 16.61 | 17.52 | 16.97 | - |
| YUV | 116.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 109 | 0 | 0.03 | 0.08 | 0.53 | 42 | 0.04 | 0.45 |
| Hex | 77 | 74 | 6D | 0 | 3 | 8 | 35 | 2A | 4 | 2D |
| Octal | 167 | 164 | 155 | 0 | 3 | 10 | 65 | 52 | 4 | 55 |
| Binary | 1110111 | 1110100 | 1101101 | 0 | 11 | 1000 | 110101 | 101010 | 100 | 101101 |
Color Harmonies of #77746D
Complementary color
Monochromatic Colors of #77746D
Black with #77746D
Text Example
Text Example
White with #77746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77746D; }
p { color: rgb(119,116,109); }
H1.HeaderClassName
{
color: #77746D;
}
.AnyTagClassName
{
color: #77746D;
}
</style>
background-color css
<style>
a { background-color: #77746D; }
a { background-color: rgb(119,116,109); }
div.DivClassName
{
background-color: #77746D;
}
.BgClassName
{
background-color: #77746D;
}
</style>
border-color css
<style>
span { border-color: #77746D; }
span { border-color: rgb(119,116,109); }
td.TdClassName
{
border-color: #77746D;
}
.TagClassName
{
border-color: #77746D;
}
</style>