Shades of Davy's Grey #7C957D
Tints of Davy's Grey #7C957D
RGB
CMYK
RGB Variations
Color information
#7C957D (or 0x7C957D) is known color: Davy's Grey. HEX triplet: 7C, 95 and 7D. RGB value is (124,149,125). Sum of RGB (Red+Green+Blue) = 124+149+125=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #7C957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C957D is #836A82. Grayscale: #8A8A8A. Windows color (decimal): -8612483 or 8230268. OLE color: 8230268.
HSL color Cylindrical-coordinate representation of color #7C957D: hue angle of 122.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C957D is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 125 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.42 |
| HSL | 122.4º | 0.11% | 0.54% | - |
| HSV(B) | 122.4º | 0.17% | 0.58% | - |
| XYZ | 22.76 | 27.26 | 23.46 | - |
| YUV | 138.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 125 | 0.17 | 0 | 0.16 | 0.42 | 122.4 | 0.11 | 0.54 |
| Hex | 7C | 95 | 7D | 11 | 0 | 10 | 2A | 7A | B | 36 |
| Octal | 174 | 225 | 175 | 21 | 0 | 20 | 52 | 172 | 13 | 66 |
| Binary | 1111100 | 10010101 | 1111101 | 10001 | 0 | 10000 | 101010 | 1111010 | 1011 | 110110 |
Color Harmonies of #7C957D
Complementary color
Monochromatic Colors of #7C957D
Black with #7C957D
Text Example
Text Example
White with #7C957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C957D; }
p { color: rgb(124,149,125); }
H1.HeaderClassName
{
color: #7C957D;
}
.AnyTagClassName
{
color: #7C957D;
}
</style>
background-color css
<style>
a { background-color: #7C957D; }
a { background-color: rgb(124,149,125); }
div.DivClassName
{
background-color: #7C957D;
}
.BgClassName
{
background-color: #7C957D;
}
</style>
border-color css
<style>
span { border-color: #7C957D; }
span { border-color: rgb(124,149,125); }
td.TdClassName
{
border-color: #7C957D;
}
.TagClassName
{
border-color: #7C957D;
}
</style>