Shades of Dove Grey #78766E
Tints of Dove Grey #78766E
RGB
CMYK
RGB Variations
Color information
#78766E (or 0x78766E) is known color: Dove Grey. HEX triplet: 78, 76 and 6E. RGB value is (120,118,110). Sum of RGB (Red+Green+Blue) = 120+118+110=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 120 - color contains mainly: red. Hex color #78766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78766E is #878991. Grayscale: #757575. Windows color (decimal): -8882578 or 7239288. OLE color: 7239288.
HSL color Cylindrical-coordinate representation of color #78766E: hue angle of 48º 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 #78766E is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 110 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.53 |
| HSL | 48º | 0.04% | 0.45% | - |
| HSV(B) | 48º | 0.08% | 0.47% | - |
| XYZ | 17.04 | 18.08 | 17.34 | - |
| YUV | 117.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 110 | 0 | 0.02 | 0.08 | 0.53 | 48 | 0.04 | 0.45 |
| Hex | 78 | 76 | 6E | 0 | 2 | 8 | 35 | 30 | 4 | 2D |
| Octal | 170 | 166 | 156 | 0 | 2 | 10 | 65 | 60 | 4 | 55 |
| Binary | 1111000 | 1110110 | 1101110 | 0 | 10 | 1000 | 110101 | 110000 | 100 | 101101 |
Color Harmonies of #78766E
Complementary color
Monochromatic Colors of #78766E
Black with #78766E
Text Example
Text Example
White with #78766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78766E; }
p { color: rgb(120,118,110); }
H1.HeaderClassName
{
color: #78766E;
}
.AnyTagClassName
{
color: #78766E;
}
</style>
background-color css
<style>
a { background-color: #78766E; }
a { background-color: rgb(120,118,110); }
div.DivClassName
{
background-color: #78766E;
}
.BgClassName
{
background-color: #78766E;
}
</style>
border-color css
<style>
span { border-color: #78766E; }
span { border-color: rgb(120,118,110); }
td.TdClassName
{
border-color: #78766E;
}
.TagClassName
{
border-color: #78766E;
}
</style>