Shades of Dove Grey #7A7873
Tints of Dove Grey #7A7873
RGB
CMYK
RGB Variations
Color information
#7A7873 (or 0x7A7873) is known color: Dove Grey. HEX triplet: 7A, 78 and 73. RGB value is (122,120,115). Sum of RGB (Red+Green+Blue) = 122+120+115=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7873 is #85878C. Grayscale: #787878. Windows color (decimal): -8750989 or 7567482. OLE color: 7567482.
HSL color Cylindrical-coordinate representation of color #7A7873: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A7873 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 115 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.52 |
| HSL | 42.86º | 0.03% | 0.46% | - |
| HSV(B) | 42.86º | 0.06% | 0.48% | - |
| XYZ | 17.84 | 18.81 | 18.91 | - |
| YUV | 120.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 115 | 0 | 0.02 | 0.06 | 0.52 | 42.86 | 0.03 | 0.46 |
| Hex | 7A | 78 | 73 | 0 | 2 | 6 | 34 | 2B | 3 | 2E |
| Octal | 172 | 170 | 163 | 0 | 2 | 6 | 64 | 53 | 3 | 56 |
| Binary | 1111010 | 1111000 | 1110011 | 0 | 10 | 110 | 110100 | 101011 | 11 | 101110 |
Color Harmonies of #7A7873
Complementary color
Monochromatic Colors of #7A7873
Black with #7A7873
Text Example
Text Example
White with #7A7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7873; }
p { color: rgb(122,120,115); }
H1.HeaderClassName
{
color: #7A7873;
}
.AnyTagClassName
{
color: #7A7873;
}
</style>
background-color css
<style>
a { background-color: #7A7873; }
a { background-color: rgb(122,120,115); }
div.DivClassName
{
background-color: #7A7873;
}
.BgClassName
{
background-color: #7A7873;
}
</style>
border-color css
<style>
span { border-color: #7A7873; }
span { border-color: rgb(122,120,115); }
td.TdClassName
{
border-color: #7A7873;
}
.TagClassName
{
border-color: #7A7873;
}
</style>