Shades of Dove Grey #78766F
Tints of Dove Grey #78766F
RGB
CMYK
RGB Variations
Color information
#78766F (or 0x78766F) is known color: Dove Grey. HEX triplet: 78, 76 and 6F. RGB value is (120,118,111). Sum of RGB (Red+Green+Blue) = 120+118+111=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #78766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78766F is #878990. Grayscale: #757575. Windows color (decimal): -8882577 or 7304824. OLE color: 7304824.
HSL color Cylindrical-coordinate representation of color #78766F: hue angle of 46.67º degrees, saturation: 0.04, 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 #78766F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 111 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.53 |
| HSL | 46.67º | 0.04% | 0.45% | - |
| HSV(B) | 46.67º | 0.07% | 0.47% | - |
| XYZ | 17.09 | 18.1 | 17.63 | - |
| YUV | 117.8 | 124.16 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 111 | 0 | 0.02 | 0.08 | 0.53 | 46.67 | 0.04 | 0.45 |
| Hex | 78 | 76 | 6F | 0 | 2 | 8 | 35 | 2F | 4 | 2D |
| Octal | 170 | 166 | 157 | 0 | 2 | 10 | 65 | 57 | 4 | 55 |
| Binary | 1111000 | 1110110 | 1101111 | 0 | 10 | 1000 | 110101 | 101111 | 100 | 101101 |
Color Harmonies of #78766F
Complementary color
Monochromatic Colors of #78766F
Black with #78766F
Text Example
Text Example
White with #78766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78766F; }
p { color: rgb(120,118,111); }
H1.HeaderClassName
{
color: #78766F;
}
.AnyTagClassName
{
color: #78766F;
}
</style>
background-color css
<style>
a { background-color: #78766F; }
a { background-color: rgb(120,118,111); }
div.DivClassName
{
background-color: #78766F;
}
.BgClassName
{
background-color: #78766F;
}
</style>
border-color css
<style>
span { border-color: #78766F; }
span { border-color: rgb(120,118,111); }
td.TdClassName
{
border-color: #78766F;
}
.TagClassName
{
border-color: #78766F;
}
</style>