Shades of Davy's Grey #7A9A7C
Tints of Davy's Grey #7A9A7C
RGB
CMYK
RGB Variations
Color information
#7A9A7C (or 0x7A9A7C) is known color: Davy's Grey. HEX triplet: 7A, 9A and 7C. RGB value is (122,154,124). Sum of RGB (Red+Green+Blue) = 122+154+124=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9A7C is #856583. Grayscale: #8D8D8D. Windows color (decimal): -8742276 or 8166010. OLE color: 8166010.
HSL color Cylindrical-coordinate representation of color #7A9A7C: hue angle of 123.75º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A7C is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 124 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.40 |
| HSL | 123.75º | 0.14% | 0.54% | - |
| HSV(B) | 123.75º | 0.21% | 0.6% | - |
| XYZ | 23.22 | 28.7 | 23.39 | - |
| YUV | 141.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 124 | 0.21 | 0 | 0.19 | 0.40 | 123.75 | 0.14 | 0.54 |
| Hex | 7A | 9A | 7C | 15 | 0 | 13 | 28 | 7C | E | 36 |
| Octal | 172 | 232 | 174 | 25 | 0 | 23 | 50 | 174 | 16 | 66 |
| Binary | 1111010 | 10011010 | 1111100 | 10101 | 0 | 10011 | 101000 | 1111100 | 1110 | 110110 |
Color Harmonies of #7A9A7C
Complementary color
Monochromatic Colors of #7A9A7C
Black with #7A9A7C
Text Example
Text Example
White with #7A9A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A7C; }
p { color: rgb(122,154,124); }
H1.HeaderClassName
{
color: #7A9A7C;
}
.AnyTagClassName
{
color: #7A9A7C;
}
</style>
background-color css
<style>
a { background-color: #7A9A7C; }
a { background-color: rgb(122,154,124); }
div.DivClassName
{
background-color: #7A9A7C;
}
.BgClassName
{
background-color: #7A9A7C;
}
</style>
border-color css
<style>
span { border-color: #7A9A7C; }
span { border-color: rgb(122,154,124); }
td.TdClassName
{
border-color: #7A9A7C;
}
.TagClassName
{
border-color: #7A9A7C;
}
</style>