Shades of Dove Grey #787771
Tints of Dove Grey #787771
RGB
CMYK
RGB Variations
Color information
#787771 (or 0x787771) is known color: Dove Grey. HEX triplet: 78, 77 and 71. RGB value is (120,119,113). Sum of RGB (Red+Green+Blue) = 120+119+113=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 120 - color contains mainly: red. Hex color #787771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787771 is #87888E. Grayscale: #767676. Windows color (decimal): -8882319 or 7436152. OLE color: 7436152.
HSL color Cylindrical-coordinate representation of color #787771: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787771 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 113 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.53 |
| HSL | 51.43º | 0.03% | 0.46% | - |
| HSV(B) | 51.43º | 0.06% | 0.47% | - |
| XYZ | 17.32 | 18.38 | 18.26 | - |
| YUV | 118.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 113 | 0 | 0.01 | 0.06 | 0.53 | 51.43 | 0.03 | 0.46 |
| Hex | 78 | 77 | 71 | 0 | 1 | 6 | 35 | 33 | 3 | 2E |
| Octal | 170 | 167 | 161 | 0 | 1 | 6 | 65 | 63 | 3 | 56 |
| Binary | 1111000 | 1110111 | 1110001 | 0 | 1 | 110 | 110101 | 110011 | 11 | 101110 |
Color Harmonies of #787771
Complementary color
Monochromatic Colors of #787771
Black with #787771
Text Example
Text Example
White with #787771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787771; }
p { color: rgb(120,119,113); }
H1.HeaderClassName
{
color: #787771;
}
.AnyTagClassName
{
color: #787771;
}
</style>
background-color css
<style>
a { background-color: #787771; }
a { background-color: rgb(120,119,113); }
div.DivClassName
{
background-color: #787771;
}
.BgClassName
{
background-color: #787771;
}
</style>
border-color css
<style>
span { border-color: #787771; }
span { border-color: rgb(120,119,113); }
td.TdClassName
{
border-color: #787771;
}
.TagClassName
{
border-color: #787771;
}
</style>