Shades of Davy's Grey #7C957A
Tints of Davy's Grey #7C957A
RGB
CMYK
RGB Variations
Color information
#7C957A (or 0x7C957A) is known color: Davy's Grey. HEX triplet: 7C, 95 and 7A. RGB value is (124,149,122). Sum of RGB (Red+Green+Blue) = 124+149+122=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #7C957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C957A is #836A85. Grayscale: #8A8A8A. Windows color (decimal): -8612486 or 8033660. OLE color: 8033660.
HSL color Cylindrical-coordinate representation of color #7C957A: hue angle of 115.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C957A is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 122 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.42 |
| HSL | 115.56º | 0.11% | 0.53% | - |
| HSV(B) | 115.56º | 0.18% | 0.58% | - |
| XYZ | 22.57 | 27.19 | 22.47 | - |
| YUV | 138.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 122 | 0.17 | 0 | 0.18 | 0.42 | 115.56 | 0.11 | 0.53 |
| Hex | 7C | 95 | 7A | 11 | 0 | 12 | 2A | 74 | B | 35 |
| Octal | 174 | 225 | 172 | 21 | 0 | 22 | 52 | 164 | 13 | 65 |
| Binary | 1111100 | 10010101 | 1111010 | 10001 | 0 | 10010 | 101010 | 1110100 | 1011 | 110101 |
Color Harmonies of #7C957A
Complementary color
Monochromatic Colors of #7C957A
Black with #7C957A
Text Example
Text Example
White with #7C957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C957A; }
p { color: rgb(124,149,122); }
H1.HeaderClassName
{
color: #7C957A;
}
.AnyTagClassName
{
color: #7C957A;
}
</style>
background-color css
<style>
a { background-color: #7C957A; }
a { background-color: rgb(124,149,122); }
div.DivClassName
{
background-color: #7C957A;
}
.BgClassName
{
background-color: #7C957A;
}
</style>
border-color css
<style>
span { border-color: #7C957A; }
span { border-color: rgb(124,149,122); }
td.TdClassName
{
border-color: #7C957A;
}
.TagClassName
{
border-color: #7C957A;
}
</style>