Shades of Davy's Grey #7A987C
Tints of Davy's Grey #7A987C
RGB
CMYK
RGB Variations
Color information
#7A987C (or 0x7A987C) is known color: Davy's Grey. HEX triplet: 7A, 98 and 7C. RGB value is (122,152,124). Sum of RGB (Red+Green+Blue) = 122+152+124=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #7A987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A987C is #856783. Grayscale: #8B8B8B. Windows color (decimal): -8742788 or 8165498. OLE color: 8165498.
HSL color Cylindrical-coordinate representation of color #7A987C: hue angle of 124º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A987C is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 152 | 124 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.40 |
| HSL | 124º | 0.13% | 0.54% | - |
| HSV(B) | 124º | 0.2% | 0.6% | - |
| XYZ | 22.89 | 28.05 | 23.28 | - |
| YUV | 139.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 152 | 124 | 0.20 | 0 | 0.18 | 0.40 | 124 | 0.13 | 0.54 |
| Hex | 7A | 98 | 7C | 14 | 0 | 12 | 28 | 7C | D | 36 |
| Octal | 172 | 230 | 174 | 24 | 0 | 22 | 50 | 174 | 15 | 66 |
| Binary | 1111010 | 10011000 | 1111100 | 10100 | 0 | 10010 | 101000 | 1111100 | 1101 | 110110 |
Color Harmonies of #7A987C
Complementary color
Monochromatic Colors of #7A987C
Black with #7A987C
Text Example
Text Example
White with #7A987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A987C; }
p { color: rgb(122,152,124); }
H1.HeaderClassName
{
color: #7A987C;
}
.AnyTagClassName
{
color: #7A987C;
}
</style>
background-color css
<style>
a { background-color: #7A987C; }
a { background-color: rgb(122,152,124); }
div.DivClassName
{
background-color: #7A987C;
}
.BgClassName
{
background-color: #7A987C;
}
</style>
border-color css
<style>
span { border-color: #7A987C; }
span { border-color: rgb(122,152,124); }
td.TdClassName
{
border-color: #7A987C;
}
.TagClassName
{
border-color: #7A987C;
}
</style>