Shades of Davy's Grey #7C9D7C
Tints of Davy's Grey #7C9D7C
RGB
CMYK
RGB Variations
Color information
#7C9D7C (or 0x7C9D7C) is known color: Davy's Grey. HEX triplet: 7C, 9D and 7C. RGB value is (124,157,124). Sum of RGB (Red+Green+Blue) = 124+157+124=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9D7C is #836283. Grayscale: #8F8F8F. Windows color (decimal): -8610436 or 8166780. OLE color: 8166780.
HSL color Cylindrical-coordinate representation of color #7C9D7C: hue angle of 120º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9D7C is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 124 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.38 |
| HSL | 120º | 0.14% | 0.55% | - |
| HSV(B) | 120º | 0.21% | 0.62% | - |
| XYZ | 24.01 | 29.85 | 23.57 | - |
| YUV | 143.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 124 | 0.21 | 0 | 0.21 | 0.38 | 120 | 0.14 | 0.55 |
| Hex | 7C | 9D | 7C | 15 | 0 | 15 | 26 | 78 | E | 37 |
| Octal | 174 | 235 | 174 | 25 | 0 | 25 | 46 | 170 | 16 | 67 |
| Binary | 1111100 | 10011101 | 1111100 | 10101 | 0 | 10101 | 100110 | 1111000 | 1110 | 110111 |
Color Harmonies of #7C9D7C
Complementary color
Monochromatic Colors of #7C9D7C
Black with #7C9D7C
Text Example
Text Example
White with #7C9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D7C; }
p { color: rgb(124,157,124); }
H1.HeaderClassName
{
color: #7C9D7C;
}
.AnyTagClassName
{
color: #7C9D7C;
}
</style>
background-color css
<style>
a { background-color: #7C9D7C; }
a { background-color: rgb(124,157,124); }
div.DivClassName
{
background-color: #7C9D7C;
}
.BgClassName
{
background-color: #7C9D7C;
}
</style>
border-color css
<style>
span { border-color: #7C9D7C; }
span { border-color: rgb(124,157,124); }
td.TdClassName
{
border-color: #7C9D7C;
}
.TagClassName
{
border-color: #7C9D7C;
}
</style>