Shades of Dove Grey #7A7869
Tints of Dove Grey #7A7869
RGB
CMYK
RGB Variations
Color information
#7A7869 (or 0x7A7869) is known color: Dove Grey. HEX triplet: 7A, 78 and 69. RGB value is (122,120,105). Sum of RGB (Red+Green+Blue) = 122+120+105=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7869 is #858796. Grayscale: #767676. Windows color (decimal): -8750999 or 6912122. OLE color: 6912122.
HSL color Cylindrical-coordinate representation of color #7A7869: hue angle of 52.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7869 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 105 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.52 |
| HSL | 52.94º | 0.07% | 0.45% | - |
| HSV(B) | 52.94º | 0.14% | 0.48% | - |
| XYZ | 17.29 | 18.59 | 16.04 | - |
| YUV | 118.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 105 | 0 | 0.02 | 0.14 | 0.52 | 52.94 | 0.07 | 0.45 |
| Hex | 7A | 78 | 69 | 0 | 2 | E | 34 | 35 | 7 | 2D |
| Octal | 172 | 170 | 151 | 0 | 2 | 16 | 64 | 65 | 7 | 55 |
| Binary | 1111010 | 1111000 | 1101001 | 0 | 10 | 1110 | 110100 | 110101 | 111 | 101101 |
Color Harmonies of #7A7869
Complementary color
Monochromatic Colors of #7A7869
Black with #7A7869
Text Example
Text Example
White with #7A7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7869; }
p { color: rgb(122,120,105); }
H1.HeaderClassName
{
color: #7A7869;
}
.AnyTagClassName
{
color: #7A7869;
}
</style>
background-color css
<style>
a { background-color: #7A7869; }
a { background-color: rgb(122,120,105); }
div.DivClassName
{
background-color: #7A7869;
}
.BgClassName
{
background-color: #7A7869;
}
</style>
border-color css
<style>
span { border-color: #7A7869; }
span { border-color: rgb(122,120,105); }
td.TdClassName
{
border-color: #7A7869;
}
.TagClassName
{
border-color: #7A7869;
}
</style>