Shades of Dove Grey #79766A
Tints of Dove Grey #79766A
RGB
CMYK
RGB Variations
Color information
#79766A (or 0x79766A) is known color: Dove Grey. HEX triplet: 79, 76 and 6A. RGB value is (121,118,106). Sum of RGB (Red+Green+Blue) = 121+118+106=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #79766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79766A is #868995. Grayscale: #757575. Windows color (decimal): -8817046 or 6977145. OLE color: 6977145.
HSL color Cylindrical-coordinate representation of color #79766A: hue angle of 48º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #79766A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 106 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.53 |
| HSL | 48º | 0.07% | 0.45% | - |
| HSV(B) | 48º | 0.12% | 0.47% | - |
| XYZ | 16.97 | 18.06 | 16.23 | - |
| YUV | 117.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 106 | 0 | 0.02 | 0.12 | 0.53 | 48 | 0.07 | 0.45 |
| Hex | 79 | 76 | 6A | 0 | 2 | C | 35 | 30 | 7 | 2D |
| Octal | 171 | 166 | 152 | 0 | 2 | 14 | 65 | 60 | 7 | 55 |
| Binary | 1111001 | 1110110 | 1101010 | 0 | 10 | 1100 | 110101 | 110000 | 111 | 101101 |
Color Harmonies of #79766A
Complementary color
Monochromatic Colors of #79766A
Black with #79766A
Text Example
Text Example
White with #79766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79766A; }
p { color: rgb(121,118,106); }
H1.HeaderClassName
{
color: #79766A;
}
.AnyTagClassName
{
color: #79766A;
}
</style>
background-color css
<style>
a { background-color: #79766A; }
a { background-color: rgb(121,118,106); }
div.DivClassName
{
background-color: #79766A;
}
.BgClassName
{
background-color: #79766A;
}
</style>
border-color css
<style>
span { border-color: #79766A; }
span { border-color: rgb(121,118,106); }
td.TdClassName
{
border-color: #79766A;
}
.TagClassName
{
border-color: #79766A;
}
</style>