Shades of Dove Grey #78756A
Tints of Dove Grey #78756A
RGB
CMYK
RGB Variations
Color information
#78756A (or 0x78756A) is known color: Dove Grey. HEX triplet: 78, 75 and 6A. RGB value is (120,117,106). Sum of RGB (Red+Green+Blue) = 120+117+106=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #78756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78756A is #878A95. Grayscale: #747474. Windows color (decimal): -8882838 or 6976888. OLE color: 6976888.
HSL color Cylindrical-coordinate representation of color #78756A: hue angle of 47.14º 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 #78756A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 117 | 106 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.53 |
| HSL | 47.14º | 0.06% | 0.44% | - |
| HSV(B) | 47.14º | 0.12% | 0.47% | - |
| XYZ | 16.71 | 17.76 | 16.18 | - |
| YUV | 116.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 117 | 106 | 0 | 0.02 | 0.12 | 0.53 | 47.14 | 0.06 | 0.44 |
| Hex | 78 | 75 | 6A | 0 | 2 | C | 35 | 2F | 6 | 2C |
| Octal | 170 | 165 | 152 | 0 | 2 | 14 | 65 | 57 | 6 | 54 |
| Binary | 1111000 | 1110101 | 1101010 | 0 | 10 | 1100 | 110101 | 101111 | 110 | 101100 |
Color Harmonies of #78756A
Complementary color
Monochromatic Colors of #78756A
Black with #78756A
Text Example
Text Example
White with #78756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78756A; }
p { color: rgb(120,117,106); }
H1.HeaderClassName
{
color: #78756A;
}
.AnyTagClassName
{
color: #78756A;
}
</style>
background-color css
<style>
a { background-color: #78756A; }
a { background-color: rgb(120,117,106); }
div.DivClassName
{
background-color: #78756A;
}
.BgClassName
{
background-color: #78756A;
}
</style>
border-color css
<style>
span { border-color: #78756A; }
span { border-color: rgb(120,117,106); }
td.TdClassName
{
border-color: #78756A;
}
.TagClassName
{
border-color: #78756A;
}
</style>