Shades of Davy's Grey #7C947B
Tints of Davy's Grey #7C947B
RGB
CMYK
RGB Variations
Color information
#7C947B (or 0x7C947B) is known color: Davy's Grey. HEX triplet: 7C, 94 and 7B. RGB value is (124,148,123). Sum of RGB (Red+Green+Blue) = 124+148+123=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #7C947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C947B is #836B84. Grayscale: #8A8A8A. Windows color (decimal): -8612741 or 8098940. OLE color: 8098940.
HSL color Cylindrical-coordinate representation of color #7C947B: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C947B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 123 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.42 |
| HSL | 117.6º | 0.1% | 0.53% | - |
| HSV(B) | 117.6º | 0.17% | 0.58% | - |
| XYZ | 22.48 | 26.89 | 22.75 | - |
| YUV | 137.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 123 | 0.16 | 0 | 0.17 | 0.42 | 117.6 | 0.1 | 0.53 |
| Hex | 7C | 94 | 7B | 10 | 0 | 11 | 2A | 76 | A | 35 |
| Octal | 174 | 224 | 173 | 20 | 0 | 21 | 52 | 166 | 12 | 65 |
| Binary | 1111100 | 10010100 | 1111011 | 10000 | 0 | 10001 | 101010 | 1110110 | 1010 | 110101 |
Color Harmonies of #7C947B
Complementary color
Monochromatic Colors of #7C947B
Black with #7C947B
Text Example
Text Example
White with #7C947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C947B; }
p { color: rgb(124,148,123); }
H1.HeaderClassName
{
color: #7C947B;
}
.AnyTagClassName
{
color: #7C947B;
}
</style>
background-color css
<style>
a { background-color: #7C947B; }
a { background-color: rgb(124,148,123); }
div.DivClassName
{
background-color: #7C947B;
}
.BgClassName
{
background-color: #7C947B;
}
</style>
border-color css
<style>
span { border-color: #7C947B; }
span { border-color: rgb(124,148,123); }
td.TdClassName
{
border-color: #7C947B;
}
.TagClassName
{
border-color: #7C947B;
}
</style>