Shades of Davy's Grey #7C9C7D
Tints of Davy's Grey #7C9C7D
RGB
CMYK
RGB Variations
Color information
#7C9C7D (or 0x7C9C7D) is known color: Davy's Grey. HEX triplet: 7C, 9C and 7D. RGB value is (124,156,125). Sum of RGB (Red+Green+Blue) = 124+156+125=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #7C9C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9C7D is #836382. Grayscale: #8E8E8E. Windows color (decimal): -8610691 or 8232060. OLE color: 8232060.
HSL color Cylindrical-coordinate representation of color #7C9C7D: hue angle of 121.88º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9C7D is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 156 | 125 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.39 |
| HSL | 121.88º | 0.14% | 0.55% | - |
| HSV(B) | 121.88º | 0.21% | 0.61% | - |
| XYZ | 23.9 | 29.54 | 23.84 | - |
| YUV | 142.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 156 | 125 | 0.21 | 0 | 0.20 | 0.39 | 121.88 | 0.14 | 0.55 |
| Hex | 7C | 9C | 7D | 15 | 0 | 14 | 27 | 7A | E | 37 |
| Octal | 174 | 234 | 175 | 25 | 0 | 24 | 47 | 172 | 16 | 67 |
| Binary | 1111100 | 10011100 | 1111101 | 10101 | 0 | 10100 | 100111 | 1111010 | 1110 | 110111 |
Color Harmonies of #7C9C7D
Complementary color
Monochromatic Colors of #7C9C7D
Black with #7C9C7D
Text Example
Text Example
White with #7C9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9C7D; }
p { color: rgb(124,156,125); }
H1.HeaderClassName
{
color: #7C9C7D;
}
.AnyTagClassName
{
color: #7C9C7D;
}
</style>
background-color css
<style>
a { background-color: #7C9C7D; }
a { background-color: rgb(124,156,125); }
div.DivClassName
{
background-color: #7C9C7D;
}
.BgClassName
{
background-color: #7C9C7D;
}
</style>
border-color css
<style>
span { border-color: #7C9C7D; }
span { border-color: rgb(124,156,125); }
td.TdClassName
{
border-color: #7C9C7D;
}
.TagClassName
{
border-color: #7C9C7D;
}
</style>