Shades of Davy's Grey #7E967E
Tints of Davy's Grey #7E967E
RGB
CMYK
RGB Variations
Color information
#7E967E (or 0x7E967E) is known color: Davy's Grey. HEX triplet: 7E, 96 and 7E. RGB value is (126,150,126). Sum of RGB (Red+Green+Blue) = 126+150+126=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #7E967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E967E is #816981. Grayscale: #8C8C8C. Windows color (decimal): -8481154 or 8296062. OLE color: 8296062.
HSL color Cylindrical-coordinate representation of color #7E967E: hue angle of 120º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7E967E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
RGB | 126 | 150 | 126 | - |
CMYK | 0.16 | 0 | 0.16 | 0.41 |
HSL | 120º | 0.1% | 0.54% | - |
HSV(B) | 120º | 0.16% | 0.59% | - |
XYZ | 23.28 | 27.75 | 23.87 | - |
YUV | 140.09 | 120.05 | 117.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 150 | 126 | 0.16 | 0 | 0.16 | 0.41 | 120 | 0.1 | 0.54 |
Hex | 7E | 96 | 7E | 10 | 0 | 10 | 29 | 78 | A | 36 |
Octal | 176 | 226 | 176 | 20 | 0 | 20 | 51 | 170 | 12 | 66 |
Binary | 1111110 | 10010110 | 1111110 | 10000 | 0 | 10000 | 101001 | 1111000 | 1010 | 110110 |
Color Harmonies of #7E967E
Complementary color
Monochromatic Colors of #7E967E
Black with #7E967E
Text Example
Text Example
White with #7E967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E967E; }
p { color: rgb(126,150,126); }
H1.HeaderClassName
{
color: #7E967E;
}
.AnyTagClassName
{
color: #7E967E;
}
</style>
background-color css
<style>
a { background-color: #7E967E; }
a { background-color: rgb(126,150,126); }
div.DivClassName
{
background-color: #7E967E;
}
.BgClassName
{
background-color: #7E967E;
}
</style>
border-color css
<style>
span { border-color: #7E967E; }
span { border-color: rgb(126,150,126); }
td.TdClassName
{
border-color: #7E967E;
}
.TagClassName
{
border-color: #7E967E;
}
</style>