Shades of Dove Grey #78766B
Tints of Dove Grey #78766B
RGB
CMYK
RGB Variations
Color information
#78766B (or 0x78766B) is known color: Dove Grey. HEX triplet: 78, 76 and 6B. RGB value is (120,118,107). Sum of RGB (Red+Green+Blue) = 120+118+107=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 120 - color contains mainly: red. Hex color #78766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78766B is #878994. Grayscale: #757575. Windows color (decimal): -8882581 or 7042680. OLE color: 7042680.
HSL color Cylindrical-coordinate representation of color #78766B: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78766B is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 107 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.53 |
| HSL | 50.77º | 0.06% | 0.45% | - |
| HSV(B) | 50.77º | 0.11% | 0.47% | - |
| XYZ | 16.88 | 18.01 | 16.5 | - |
| YUV | 117.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 107 | 0 | 0.02 | 0.11 | 0.53 | 50.77 | 0.06 | 0.45 |
| Hex | 78 | 76 | 6B | 0 | 2 | B | 35 | 33 | 6 | 2D |
| Octal | 170 | 166 | 153 | 0 | 2 | 13 | 65 | 63 | 6 | 55 |
| Binary | 1111000 | 1110110 | 1101011 | 0 | 10 | 1011 | 110101 | 110011 | 110 | 101101 |
Color Harmonies of #78766B
Complementary color
Monochromatic Colors of #78766B
Black with #78766B
Text Example
Text Example
White with #78766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78766B; }
p { color: rgb(120,118,107); }
H1.HeaderClassName
{
color: #78766B;
}
.AnyTagClassName
{
color: #78766B;
}
</style>
background-color css
<style>
a { background-color: #78766B; }
a { background-color: rgb(120,118,107); }
div.DivClassName
{
background-color: #78766B;
}
.BgClassName
{
background-color: #78766B;
}
</style>
border-color css
<style>
span { border-color: #78766B; }
span { border-color: rgb(120,118,107); }
td.TdClassName
{
border-color: #78766B;
}
.TagClassName
{
border-color: #78766B;
}
</style>