Shades of Davy's Grey #7C947C
Tints of Davy's Grey #7C947C
RGB
CMYK
RGB Variations
Color information
#7C947C (or 0x7C947C) is known color: Davy's Grey. HEX triplet: 7C, 94 and 7C. RGB value is (124,148,124). Sum of RGB (Red+Green+Blue) = 124+148+124=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #7C947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C947C is #836B83. Grayscale: #8A8A8A. Windows color (decimal): -8612740 or 8164476. OLE color: 8164476.
HSL color Cylindrical-coordinate representation of color #7C947C: 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 #7C947C is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 124 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.42 |
| HSL | 120º | 0.1% | 0.53% | - |
| HSV(B) | 120º | 0.16% | 0.58% | - |
| XYZ | 22.54 | 26.92 | 23.08 | - |
| YUV | 138.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 124 | 0.16 | 0 | 0.16 | 0.42 | 120 | 0.1 | 0.53 |
| Hex | 7C | 94 | 7C | 10 | 0 | 10 | 2A | 78 | A | 35 |
| Octal | 174 | 224 | 174 | 20 | 0 | 20 | 52 | 170 | 12 | 65 |
| Binary | 1111100 | 10010100 | 1111100 | 10000 | 0 | 10000 | 101010 | 1111000 | 1010 | 110101 |
Color Harmonies of #7C947C
Complementary color
Monochromatic Colors of #7C947C
Black with #7C947C
Text Example
Text Example
White with #7C947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C947C; }
p { color: rgb(124,148,124); }
H1.HeaderClassName
{
color: #7C947C;
}
.AnyTagClassName
{
color: #7C947C;
}
</style>
background-color css
<style>
a { background-color: #7C947C; }
a { background-color: rgb(124,148,124); }
div.DivClassName
{
background-color: #7C947C;
}
.BgClassName
{
background-color: #7C947C;
}
</style>
border-color css
<style>
span { border-color: #7C947C; }
span { border-color: rgb(124,148,124); }
td.TdClassName
{
border-color: #7C947C;
}
.TagClassName
{
border-color: #7C947C;
}
</style>