Shades of Dove Grey #787770
Tints of Dove Grey #787770
RGB
CMYK
RGB Variations
Color information
#787770 (or 0x787770) is known color: Dove Grey. HEX triplet: 78, 77 and 70. RGB value is (120,119,112). Sum of RGB (Red+Green+Blue) = 120+119+112=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 120 - color contains mainly: red. Hex color #787770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787770 is #87888F. Grayscale: #767676. Windows color (decimal): -8882320 or 7370616. OLE color: 7370616.
HSL color Cylindrical-coordinate representation of color #787770: hue angle of 52.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787770 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 112 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.53 |
| HSL | 52.5º | 0.03% | 0.45% | - |
| HSV(B) | 52.5º | 0.07% | 0.47% | - |
| XYZ | 17.27 | 18.36 | 17.96 | - |
| YUV | 118.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 112 | 0 | 0.01 | 0.07 | 0.53 | 52.5 | 0.03 | 0.45 |
| Hex | 78 | 77 | 70 | 0 | 1 | 7 | 35 | 34 | 3 | 2D |
| Octal | 170 | 167 | 160 | 0 | 1 | 7 | 65 | 64 | 3 | 55 |
| Binary | 1111000 | 1110111 | 1110000 | 0 | 1 | 111 | 110101 | 110100 | 11 | 101101 |
Color Harmonies of #787770
Complementary color
Monochromatic Colors of #787770
Black with #787770
Text Example
Text Example
White with #787770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787770; }
p { color: rgb(120,119,112); }
H1.HeaderClassName
{
color: #787770;
}
.AnyTagClassName
{
color: #787770;
}
</style>
background-color css
<style>
a { background-color: #787770; }
a { background-color: rgb(120,119,112); }
div.DivClassName
{
background-color: #787770;
}
.BgClassName
{
background-color: #787770;
}
</style>
border-color css
<style>
span { border-color: #787770; }
span { border-color: rgb(120,119,112); }
td.TdClassName
{
border-color: #787770;
}
.TagClassName
{
border-color: #787770;
}
</style>