Shades of Davy's Grey #7A9C7B
Tints of Davy's Grey #7A9C7B
RGB
CMYK
RGB Variations
Color information
#7A9C7B (or 0x7A9C7B) is known color: Davy's Grey. HEX triplet: 7A, 9C and 7B. RGB value is (122,156,123). Sum of RGB (Red+Green+Blue) = 122+156+123=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9C7B is #856384. Grayscale: #8E8E8E. Windows color (decimal): -8741765 or 8100986. OLE color: 8100986.
HSL color Cylindrical-coordinate representation of color #7A9C7B: hue angle of 121.76º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9C7B is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 156 | 123 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.39 |
| HSL | 121.76º | 0.15% | 0.55% | - |
| HSV(B) | 121.76º | 0.22% | 0.61% | - |
| XYZ | 23.49 | 29.34 | 23.16 | - |
| YUV | 142.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 123 | 0.22 | 0 | 0.21 | 0.39 | 121.76 | 0.15 | 0.55 |
| Hex | 7A | 9C | 7B | 16 | 0 | 15 | 27 | 7A | F | 37 |
| Octal | 172 | 234 | 173 | 26 | 0 | 25 | 47 | 172 | 17 | 67 |
| Binary | 1111010 | 10011100 | 1111011 | 10110 | 0 | 10101 | 100111 | 1111010 | 1111 | 110111 |
Color Harmonies of #7A9C7B
Complementary color
Monochromatic Colors of #7A9C7B
Black with #7A9C7B
Text Example
Text Example
White with #7A9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9C7B; }
p { color: rgb(122,156,123); }
H1.HeaderClassName
{
color: #7A9C7B;
}
.AnyTagClassName
{
color: #7A9C7B;
}
</style>
background-color css
<style>
a { background-color: #7A9C7B; }
a { background-color: rgb(122,156,123); }
div.DivClassName
{
background-color: #7A9C7B;
}
.BgClassName
{
background-color: #7A9C7B;
}
</style>
border-color css
<style>
span { border-color: #7A9C7B; }
span { border-color: rgb(122,156,123); }
td.TdClassName
{
border-color: #7A9C7B;
}
.TagClassName
{
border-color: #7A9C7B;
}
</style>