Shades of Dove Grey #797771
Tints of Dove Grey #797771
RGB
CMYK
RGB Variations
Color information
#797771 (or 0x797771) is known color: Dove Grey. HEX triplet: 79, 77 and 71. RGB value is (121,119,113). Sum of RGB (Red+Green+Blue) = 121+119+113=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 121 - color contains mainly: red. Hex color #797771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797771 is #86888E. Grayscale: #767676. Windows color (decimal): -8816783 or 7436153. OLE color: 7436153.
HSL color Cylindrical-coordinate representation of color #797771: hue angle of 45º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797771 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 119 | 113 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.53 |
| HSL | 45º | 0.03% | 0.46% | - |
| HSV(B) | 45º | 0.07% | 0.47% | - |
| XYZ | 17.46 | 18.45 | 18.26 | - |
| YUV | 118.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 119 | 113 | 0 | 0.02 | 0.07 | 0.53 | 45 | 0.03 | 0.46 |
| Hex | 79 | 77 | 71 | 0 | 2 | 7 | 35 | 2D | 3 | 2E |
| Octal | 171 | 167 | 161 | 0 | 2 | 7 | 65 | 55 | 3 | 56 |
| Binary | 1111001 | 1110111 | 1110001 | 0 | 10 | 111 | 110101 | 101101 | 11 | 101110 |
Color Harmonies of #797771
Complementary color
Monochromatic Colors of #797771
Black with #797771
Text Example
Text Example
White with #797771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797771; }
p { color: rgb(121,119,113); }
H1.HeaderClassName
{
color: #797771;
}
.AnyTagClassName
{
color: #797771;
}
</style>
background-color css
<style>
a { background-color: #797771; }
a { background-color: rgb(121,119,113); }
div.DivClassName
{
background-color: #797771;
}
.BgClassName
{
background-color: #797771;
}
</style>
border-color css
<style>
span { border-color: #797771; }
span { border-color: rgb(121,119,113); }
td.TdClassName
{
border-color: #797771;
}
.TagClassName
{
border-color: #797771;
}
</style>