Shades of Davy's Grey #7A8879
Tints of Davy's Grey #7A8879
RGB
CMYK
RGB Variations
Color information
#7A8879 (or 0x7A8879) is known color: Davy's Grey. HEX triplet: 7A, 88 and 79. RGB value is (122,136,121). Sum of RGB (Red+Green+Blue) = 122+136+121=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8879 is #857786. Grayscale: #828282. Windows color (decimal): -8746887 or 7964794. OLE color: 7964794.
HSL color Cylindrical-coordinate representation of color #7A8879: hue angle of 116º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A8879 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 121 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.47 |
| HSL | 116º | 0.06% | 0.5% | - |
| HSV(B) | 116º | 0.11% | 0.53% | - |
| XYZ | 20.28 | 23.13 | 21.48 | - |
| YUV | 130.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 121 | 0.10 | 0 | 0.11 | 0.47 | 116 | 0.06 | 0.5 |
| Hex | 7A | 88 | 79 | A | 0 | B | 2F | 74 | 6 | 32 |
| Octal | 172 | 210 | 171 | 12 | 0 | 13 | 57 | 164 | 6 | 62 |
| Binary | 1111010 | 10001000 | 1111001 | 1010 | 0 | 1011 | 101111 | 1110100 | 110 | 110010 |
Color Harmonies of #7A8879
Complementary color
Monochromatic Colors of #7A8879
Black with #7A8879
Text Example
Text Example
White with #7A8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8879; }
p { color: rgb(122,136,121); }
H1.HeaderClassName
{
color: #7A8879;
}
.AnyTagClassName
{
color: #7A8879;
}
</style>
background-color css
<style>
a { background-color: #7A8879; }
a { background-color: rgb(122,136,121); }
div.DivClassName
{
background-color: #7A8879;
}
.BgClassName
{
background-color: #7A8879;
}
</style>
border-color css
<style>
span { border-color: #7A8879; }
span { border-color: rgb(122,136,121); }
td.TdClassName
{
border-color: #7A8879;
}
.TagClassName
{
border-color: #7A8879;
}
</style>