Shades of Davy's Grey #7C937C
Tints of Davy's Grey #7C937C
RGB
CMYK
RGB Variations
Color information
#7C937C (or 0x7C937C) is known color: Davy's Grey. HEX triplet: 7C, 93 and 7C. RGB value is (124,147,124). Sum of RGB (Red+Green+Blue) = 124+147+124=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #7C937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C937C is #836C83. Grayscale: #898989. Windows color (decimal): -8612996 or 8164220. OLE color: 8164220.
HSL color Cylindrical-coordinate representation of color #7C937C: hue angle of 120º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C937C is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 124 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.42 |
| HSL | 120º | 0.1% | 0.53% | - |
| HSV(B) | 120º | 0.16% | 0.58% | - |
| XYZ | 22.38 | 26.61 | 23.02 | - |
| YUV | 137.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 124 | 0.16 | 0 | 0.16 | 0.42 | 120 | 0.1 | 0.53 |
| Hex | 7C | 93 | 7C | 10 | 0 | 10 | 2A | 78 | A | 35 |
| Octal | 174 | 223 | 174 | 20 | 0 | 20 | 52 | 170 | 12 | 65 |
| Binary | 1111100 | 10010011 | 1111100 | 10000 | 0 | 10000 | 101010 | 1111000 | 1010 | 110101 |
Color Harmonies of #7C937C
Complementary color
Monochromatic Colors of #7C937C
Black with #7C937C
Text Example
Text Example
White with #7C937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C937C; }
p { color: rgb(124,147,124); }
H1.HeaderClassName
{
color: #7C937C;
}
.AnyTagClassName
{
color: #7C937C;
}
</style>
background-color css
<style>
a { background-color: #7C937C; }
a { background-color: rgb(124,147,124); }
div.DivClassName
{
background-color: #7C937C;
}
.BgClassName
{
background-color: #7C937C;
}
</style>
border-color css
<style>
span { border-color: #7C937C; }
span { border-color: rgb(124,147,124); }
td.TdClassName
{
border-color: #7C937C;
}
.TagClassName
{
border-color: #7C937C;
}
</style>