Shades of Davy's Grey #7E917C
Tints of Davy's Grey #7E917C
RGB
CMYK
RGB Variations
Color information
#7E917C (or 0x7E917C) is known color: Davy's Grey. HEX triplet: 7E, 91 and 7C. RGB value is (126,145,124). Sum of RGB (Red+Green+Blue) = 126+145+124=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #7E917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E917C is #816E83. Grayscale: #888888. Windows color (decimal): -8482436 or 8163710. OLE color: 8163710.
HSL color Cylindrical-coordinate representation of color #7E917C: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7E917C is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 124 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.43 |
| HSL | 114.29º | 0.09% | 0.53% | - |
| HSV(B) | 114.29º | 0.14% | 0.57% | - |
| XYZ | 22.37 | 26.14 | 22.94 | - |
| YUV | 136.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 124 | 0.13 | 0 | 0.14 | 0.43 | 114.29 | 0.09 | 0.53 |
| Hex | 7E | 91 | 7C | D | 0 | E | 2B | 72 | 9 | 35 |
| Octal | 176 | 221 | 174 | 15 | 0 | 16 | 53 | 162 | 11 | 65 |
| Binary | 1111110 | 10010001 | 1111100 | 1101 | 0 | 1110 | 101011 | 1110010 | 1001 | 110101 |
Color Harmonies of #7E917C
Complementary color
Monochromatic Colors of #7E917C
Black with #7E917C
Text Example
Text Example
White with #7E917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E917C; }
p { color: rgb(126,145,124); }
H1.HeaderClassName
{
color: #7E917C;
}
.AnyTagClassName
{
color: #7E917C;
}
</style>
background-color css
<style>
a { background-color: #7E917C; }
a { background-color: rgb(126,145,124); }
div.DivClassName
{
background-color: #7E917C;
}
.BgClassName
{
background-color: #7E917C;
}
</style>
border-color css
<style>
span { border-color: #7E917C; }
span { border-color: rgb(126,145,124); }
td.TdClassName
{
border-color: #7E917C;
}
.TagClassName
{
border-color: #7E917C;
}
</style>