Shades of Dove Grey #78746A
Tints of Dove Grey #78746A
RGB
CMYK
RGB Variations
Color information
#78746A (or 0x78746A) is known color: Dove Grey. HEX triplet: 78, 74 and 6A. RGB value is (120,116,106). Sum of RGB (Red+Green+Blue) = 120+116+106=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #78746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78746A is #878B95. Grayscale: #747474. Windows color (decimal): -8883094 or 6976632. OLE color: 6976632.
HSL color Cylindrical-coordinate representation of color #78746A: hue angle of 42.86º 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 #78746A is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 106 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.53 |
| HSL | 42.86º | 0.06% | 0.44% | - |
| HSV(B) | 42.86º | 0.12% | 0.47% | - |
| XYZ | 16.59 | 17.52 | 16.14 | - |
| YUV | 116.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 106 | 0 | 0.03 | 0.12 | 0.53 | 42.86 | 0.06 | 0.44 |
| Hex | 78 | 74 | 6A | 0 | 3 | C | 35 | 2B | 6 | 2C |
| Octal | 170 | 164 | 152 | 0 | 3 | 14 | 65 | 53 | 6 | 54 |
| Binary | 1111000 | 1110100 | 1101010 | 0 | 11 | 1100 | 110101 | 101011 | 110 | 101100 |
Color Harmonies of #78746A
Complementary color
Monochromatic Colors of #78746A
Black with #78746A
Text Example
Text Example
White with #78746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78746A; }
p { color: rgb(120,116,106); }
H1.HeaderClassName
{
color: #78746A;
}
.AnyTagClassName
{
color: #78746A;
}
</style>
background-color css
<style>
a { background-color: #78746A; }
a { background-color: rgb(120,116,106); }
div.DivClassName
{
background-color: #78746A;
}
.BgClassName
{
background-color: #78746A;
}
</style>
border-color css
<style>
span { border-color: #78746A; }
span { border-color: rgb(120,116,106); }
td.TdClassName
{
border-color: #78746A;
}
.TagClassName
{
border-color: #78746A;
}
</style>