Shades of Dove Grey #78766A
Tints of Dove Grey #78766A
RGB
CMYK
RGB Variations
Color information
#78766A (or 0x78766A) is known color: Dove Grey. HEX triplet: 78, 76 and 6A. RGB value is (120,118,106). Sum of RGB (Red+Green+Blue) = 120+118+106=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #78766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78766A is #878995. Grayscale: #757575. Windows color (decimal): -8882582 or 6977144. OLE color: 6977144.
HSL color Cylindrical-coordinate representation of color #78766A: hue angle of 51.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78766A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 106 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.53 |
| HSL | 51.43º | 0.06% | 0.44% | - |
| HSV(B) | 51.43º | 0.12% | 0.47% | - |
| XYZ | 16.83 | 17.99 | 16.22 | - |
| YUV | 117.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 106 | 0 | 0.02 | 0.12 | 0.53 | 51.43 | 0.06 | 0.44 |
| Hex | 78 | 76 | 6A | 0 | 2 | C | 35 | 33 | 6 | 2C |
| Octal | 170 | 166 | 152 | 0 | 2 | 14 | 65 | 63 | 6 | 54 |
| Binary | 1111000 | 1110110 | 1101010 | 0 | 10 | 1100 | 110101 | 110011 | 110 | 101100 |
Color Harmonies of #78766A
Complementary color
Monochromatic Colors of #78766A
Black with #78766A
Text Example
Text Example
White with #78766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78766A; }
p { color: rgb(120,118,106); }
H1.HeaderClassName
{
color: #78766A;
}
.AnyTagClassName
{
color: #78766A;
}
</style>
background-color css
<style>
a { background-color: #78766A; }
a { background-color: rgb(120,118,106); }
div.DivClassName
{
background-color: #78766A;
}
.BgClassName
{
background-color: #78766A;
}
</style>
border-color css
<style>
span { border-color: #78766A; }
span { border-color: rgb(120,118,106); }
td.TdClassName
{
border-color: #78766A;
}
.TagClassName
{
border-color: #78766A;
}
</style>