Shades of Davy's Grey #7E8C7E
Tints of Davy's Grey #7E8C7E
RGB
CMYK
RGB Variations
Color information
#7E8C7E (or 0x7E8C7E) is known color: Davy's Grey. HEX triplet: 7E, 8C and 7E. RGB value is (126,140,126). Sum of RGB (Red+Green+Blue) = 126+140+126=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8C7E is #817381. Grayscale: #868686. Windows color (decimal): -8483714 or 8293502. OLE color: 8293502.
HSL color Cylindrical-coordinate representation of color #7E8C7E: hue angle of 120º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E8C7E is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
RGB | 126 | 140 | 126 | - |
CMYK | 0.10 | 0 | 0.10 | 0.45 |
HSL | 120º | 0.06% | 0.52% | - |
HSV(B) | 120º | 0.1% | 0.55% | - |
XYZ | 21.75 | 24.7 | 23.36 | - |
YUV | 134.22 | 123.36 | 122.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 140 | 126 | 0.10 | 0 | 0.10 | 0.45 | 120 | 0.06 | 0.52 |
Hex | 7E | 8C | 7E | A | 0 | A | 2D | 78 | 6 | 34 |
Octal | 176 | 214 | 176 | 12 | 0 | 12 | 55 | 170 | 6 | 64 |
Binary | 1111110 | 10001100 | 1111110 | 1010 | 0 | 1010 | 101101 | 1111000 | 110 | 110100 |
Color Harmonies of #7E8C7E
Complementary color
Monochromatic Colors of #7E8C7E
Black with #7E8C7E
Text Example
Text Example
White with #7E8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8C7E; }
p { color: rgb(126,140,126); }
H1.HeaderClassName
{
color: #7E8C7E;
}
.AnyTagClassName
{
color: #7E8C7E;
}
</style>
background-color css
<style>
a { background-color: #7E8C7E; }
a { background-color: rgb(126,140,126); }
div.DivClassName
{
background-color: #7E8C7E;
}
.BgClassName
{
background-color: #7E8C7E;
}
</style>
border-color css
<style>
span { border-color: #7E8C7E; }
span { border-color: rgb(126,140,126); }
td.TdClassName
{
border-color: #7E8C7E;
}
.TagClassName
{
border-color: #7E8C7E;
}
</style>