Shades of Davy's Grey #7E8E7F
Tints of Davy's Grey #7E8E7F
RGB
CMYK
RGB Variations
Color information
#7E8E7F (or 0x7E8E7F) is known color: Davy's Grey. HEX triplet: 7E, 8E and 7F. RGB value is (126,142,127). Sum of RGB (Red+Green+Blue) = 126+142+127=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E7F is #817180. Grayscale: #878787. Windows color (decimal): -8483201 or 8359550. OLE color: 8359550.
HSL color Cylindrical-coordinate representation of color #7E8E7F: hue angle of 123.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7E8E7F is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 127 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.44 |
| HSL | 123.75º | 0.07% | 0.53% | - |
| HSV(B) | 123.75º | 0.11% | 0.56% | - |
| XYZ | 22.11 | 25.31 | 23.8 | - |
| YUV | 135.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 127 | 0.11 | 0 | 0.11 | 0.44 | 123.75 | 0.07 | 0.53 |
| Hex | 7E | 8E | 7F | B | 0 | B | 2C | 7C | 7 | 35 |
| Octal | 176 | 216 | 177 | 13 | 0 | 13 | 54 | 174 | 7 | 65 |
| Binary | 1111110 | 10001110 | 1111111 | 1011 | 0 | 1011 | 101100 | 1111100 | 111 | 110101 |
Color Harmonies of #7E8E7F
Complementary color
Monochromatic Colors of #7E8E7F
Black with #7E8E7F
Text Example
Text Example
White with #7E8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E7F; }
p { color: rgb(126,142,127); }
H1.HeaderClassName
{
color: #7E8E7F;
}
.AnyTagClassName
{
color: #7E8E7F;
}
</style>
background-color css
<style>
a { background-color: #7E8E7F; }
a { background-color: rgb(126,142,127); }
div.DivClassName
{
background-color: #7E8E7F;
}
.BgClassName
{
background-color: #7E8E7F;
}
</style>
border-color css
<style>
span { border-color: #7E8E7F; }
span { border-color: rgb(126,142,127); }
td.TdClassName
{
border-color: #7E8E7F;
}
.TagClassName
{
border-color: #7E8E7F;
}
</style>