Shades of Davy's Grey #7E937C
Tints of Davy's Grey #7E937C
RGB
CMYK
RGB Variations
Color information
#7E937C (or 0x7E937C) is known color: Davy's Grey. HEX triplet: 7E, 93 and 7C. RGB value is (126,147,124). Sum of RGB (Red+Green+Blue) = 126+147+124=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #7E937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E937C is #816C83. Grayscale: #8A8A8A. Windows color (decimal): -8481924 or 8164222. OLE color: 8164222.
HSL color Cylindrical-coordinate representation of color #7E937C: hue angle of 114.78º 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 #7E937C is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 124 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.42 |
| HSL | 114.78º | 0.1% | 0.53% | - |
| HSV(B) | 114.78º | 0.16% | 0.58% | - |
| XYZ | 22.68 | 26.76 | 23.04 | - |
| YUV | 138.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 124 | 0.14 | 0 | 0.16 | 0.42 | 114.78 | 0.1 | 0.53 |
| Hex | 7E | 93 | 7C | E | 0 | 10 | 2A | 73 | A | 35 |
| Octal | 176 | 223 | 174 | 16 | 0 | 20 | 52 | 163 | 12 | 65 |
| Binary | 1111110 | 10010011 | 1111100 | 1110 | 0 | 10000 | 101010 | 1110011 | 1010 | 110101 |
Color Harmonies of #7E937C
Complementary color
Monochromatic Colors of #7E937C
Black with #7E937C
Text Example
Text Example
White with #7E937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E937C; }
p { color: rgb(126,147,124); }
H1.HeaderClassName
{
color: #7E937C;
}
.AnyTagClassName
{
color: #7E937C;
}
</style>
background-color css
<style>
a { background-color: #7E937C; }
a { background-color: rgb(126,147,124); }
div.DivClassName
{
background-color: #7E937C;
}
.BgClassName
{
background-color: #7E937C;
}
</style>
border-color css
<style>
span { border-color: #7E937C; }
span { border-color: rgb(126,147,124); }
td.TdClassName
{
border-color: #7E937C;
}
.TagClassName
{
border-color: #7E937C;
}
</style>