Shades of Dove Grey #7A7872
Tints of Dove Grey #7A7872
RGB
CMYK
RGB Variations
Color information
#7A7872 (or 0x7A7872) is known color: Dove Grey. HEX triplet: 7A, 78 and 72. RGB value is (122,120,114). Sum of RGB (Red+Green+Blue) = 122+120+114=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7872 is #85878D. Grayscale: #777777. Windows color (decimal): -8750990 or 7501946. OLE color: 7501946.
HSL color Cylindrical-coordinate representation of color #7A7872: hue angle of 45º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7872 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 114 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.52 |
| HSL | 45º | 0.03% | 0.46% | - |
| HSV(B) | 45º | 0.07% | 0.48% | - |
| XYZ | 17.78 | 18.79 | 18.61 | - |
| YUV | 119.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 114 | 0 | 0.02 | 0.07 | 0.52 | 45 | 0.03 | 0.46 |
| Hex | 7A | 78 | 72 | 0 | 2 | 7 | 34 | 2D | 3 | 2E |
| Octal | 172 | 170 | 162 | 0 | 2 | 7 | 64 | 55 | 3 | 56 |
| Binary | 1111010 | 1111000 | 1110010 | 0 | 10 | 111 | 110100 | 101101 | 11 | 101110 |
Color Harmonies of #7A7872
Complementary color
Monochromatic Colors of #7A7872
Black with #7A7872
Text Example
Text Example
White with #7A7872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7872; }
p { color: rgb(122,120,114); }
H1.HeaderClassName
{
color: #7A7872;
}
.AnyTagClassName
{
color: #7A7872;
}
</style>
background-color css
<style>
a { background-color: #7A7872; }
a { background-color: rgb(122,120,114); }
div.DivClassName
{
background-color: #7A7872;
}
.BgClassName
{
background-color: #7A7872;
}
</style>
border-color css
<style>
span { border-color: #7A7872; }
span { border-color: rgb(122,120,114); }
td.TdClassName
{
border-color: #7A7872;
}
.TagClassName
{
border-color: #7A7872;
}
</style>