Shades of Dove Grey #797875
Tints of Dove Grey #797875
RGB
CMYK
RGB Variations
Color information
#797875 (or 0x797875) is known color: Dove Grey. HEX triplet: 79, 78 and 75. RGB value is (121,120,117). Sum of RGB (Red+Green+Blue) = 121+120+117=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 121 - color contains mainly: red. Hex color #797875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797875 is #86878A. Grayscale: #777777. Windows color (decimal): -8816523 or 7698553. OLE color: 7698553.
HSL color Cylindrical-coordinate representation of color #797875: hue angle of 45º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #797875 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 117 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.53 |
| HSL | 45º | 0.02% | 0.47% | - |
| HSV(B) | 45º | 0.03% | 0.47% | - |
| XYZ | 17.81 | 18.78 | 19.52 | - |
| YUV | 119.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 117 | 0 | 0.01 | 0.03 | 0.53 | 45 | 0.02 | 0.47 |
| Hex | 79 | 78 | 75 | 0 | 1 | 3 | 35 | 2D | 2 | 2F |
| Octal | 171 | 170 | 165 | 0 | 1 | 3 | 65 | 55 | 2 | 57 |
| Binary | 1111001 | 1111000 | 1110101 | 0 | 1 | 11 | 110101 | 101101 | 10 | 101111 |
Color Harmonies of #797875
Complementary color
Monochromatic Colors of #797875
Black with #797875
Text Example
Text Example
White with #797875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797875; }
p { color: rgb(121,120,117); }
H1.HeaderClassName
{
color: #797875;
}
.AnyTagClassName
{
color: #797875;
}
</style>
background-color css
<style>
a { background-color: #797875; }
a { background-color: rgb(121,120,117); }
div.DivClassName
{
background-color: #797875;
}
.BgClassName
{
background-color: #797875;
}
</style>
border-color css
<style>
span { border-color: #797875; }
span { border-color: rgb(121,120,117); }
td.TdClassName
{
border-color: #797875;
}
.TagClassName
{
border-color: #797875;
}
</style>