Shades of Davy's Grey #7C957E
Tints of Davy's Grey #7C957E
RGB
CMYK
RGB Variations
Color information
#7C957E (or 0x7C957E) is known color: Davy's Grey. HEX triplet: 7C, 95 and 7E. RGB value is (124,149,126). Sum of RGB (Red+Green+Blue) = 124+149+126=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #7C957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C957E is #836A81. Grayscale: #8A8A8A. Windows color (decimal): -8612482 or 8295804. OLE color: 8295804.
HSL color Cylindrical-coordinate representation of color #7C957E: hue angle of 124.8º 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 #7C957E is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 126 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.42 |
| HSL | 124.8º | 0.11% | 0.54% | - |
| HSV(B) | 124.8º | 0.17% | 0.58% | - |
| XYZ | 22.83 | 27.29 | 23.8 | - |
| YUV | 138.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 126 | 0.17 | 0 | 0.15 | 0.42 | 124.8 | 0.11 | 0.54 |
| Hex | 7C | 95 | 7E | 11 | 0 | F | 2A | 7D | B | 36 |
| Octal | 174 | 225 | 176 | 21 | 0 | 17 | 52 | 175 | 13 | 66 |
| Binary | 1111100 | 10010101 | 1111110 | 10001 | 0 | 1111 | 101010 | 1111101 | 1011 | 110110 |
Color Harmonies of #7C957E
Complementary color
Monochromatic Colors of #7C957E
Black with #7C957E
Text Example
Text Example
White with #7C957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C957E; }
p { color: rgb(124,149,126); }
H1.HeaderClassName
{
color: #7C957E;
}
.AnyTagClassName
{
color: #7C957E;
}
</style>
background-color css
<style>
a { background-color: #7C957E; }
a { background-color: rgb(124,149,126); }
div.DivClassName
{
background-color: #7C957E;
}
.BgClassName
{
background-color: #7C957E;
}
</style>
border-color css
<style>
span { border-color: #7C957E; }
span { border-color: rgb(124,149,126); }
td.TdClassName
{
border-color: #7C957E;
}
.TagClassName
{
border-color: #7C957E;
}
</style>