Shades of Dove Grey #777670
Tints of Dove Grey #777670
RGB
CMYK
RGB Variations
Color information
#777670 (or 0x777670) is known color: Dove Grey. HEX triplet: 77, 76 and 70. RGB value is (119,118,112). Sum of RGB (Red+Green+Blue) = 119+118+112=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 119 - color contains mainly: red. Hex color #777670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777670 is #88898F. Grayscale: #757575. Windows color (decimal): -8948112 or 7370359. OLE color: 7370359.
HSL color Cylindrical-coordinate representation of color #777670: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #777670 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 112 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.53 |
| HSL | 51.43º | 0.03% | 0.45% | - |
| HSV(B) | 51.43º | 0.06% | 0.47% | - |
| XYZ | 17.01 | 18.05 | 17.92 | - |
| YUV | 117.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 112 | 0 | 0.01 | 0.06 | 0.53 | 51.43 | 0.03 | 0.45 |
| Hex | 77 | 76 | 70 | 0 | 1 | 6 | 35 | 33 | 3 | 2D |
| Octal | 167 | 166 | 160 | 0 | 1 | 6 | 65 | 63 | 3 | 55 |
| Binary | 1110111 | 1110110 | 1110000 | 0 | 1 | 110 | 110101 | 110011 | 11 | 101101 |
Color Harmonies of #777670
Complementary color
Monochromatic Colors of #777670
Black with #777670
Text Example
Text Example
White with #777670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777670; }
p { color: rgb(119,118,112); }
H1.HeaderClassName
{
color: #777670;
}
.AnyTagClassName
{
color: #777670;
}
</style>
background-color css
<style>
a { background-color: #777670; }
a { background-color: rgb(119,118,112); }
div.DivClassName
{
background-color: #777670;
}
.BgClassName
{
background-color: #777670;
}
</style>
border-color css
<style>
span { border-color: #777670; }
span { border-color: rgb(119,118,112); }
td.TdClassName
{
border-color: #777670;
}
.TagClassName
{
border-color: #777670;
}
</style>