Shades of Davy's Grey #7F8C7E
Tints of Davy's Grey #7F8C7E
RGB
CMYK
RGB Variations
Color information
#7F8C7E (or 0x7F8C7E) is known color: Davy's Grey. HEX triplet: 7F, 8C and 7E. RGB value is (127,140,126). Sum of RGB (Red+Green+Blue) = 127+140+126=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8C7E is #807381. Grayscale: #868686. Windows color (decimal): -8418178 or 8293503. OLE color: 8293503.
HSL color Cylindrical-coordinate representation of color #7F8C7E: hue angle of 115.71º 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 #7F8C7E is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 140 | 126 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.45 |
| HSL | 115.71º | 0.06% | 0.52% | - |
| HSV(B) | 115.71º | 0.1% | 0.55% | - |
| XYZ | 21.9 | 24.77 | 23.37 | - |
| YUV | 134.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 126 | 0.09 | 0 | 0.10 | 0.45 | 115.71 | 0.06 | 0.52 |
| Hex | 7F | 8C | 7E | 9 | 0 | A | 2D | 74 | 6 | 34 |
| Octal | 177 | 214 | 176 | 11 | 0 | 12 | 55 | 164 | 6 | 64 |
| Binary | 1111111 | 10001100 | 1111110 | 1001 | 0 | 1010 | 101101 | 1110100 | 110 | 110100 |
Color Harmonies of #7F8C7E
Complementary color
Monochromatic Colors of #7F8C7E
Black with #7F8C7E
Text Example
Text Example
White with #7F8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8C7E; }
p { color: rgb(127,140,126); }
H1.HeaderClassName
{
color: #7F8C7E;
}
.AnyTagClassName
{
color: #7F8C7E;
}
</style>
background-color css
<style>
a { background-color: #7F8C7E; }
a { background-color: rgb(127,140,126); }
div.DivClassName
{
background-color: #7F8C7E;
}
.BgClassName
{
background-color: #7F8C7E;
}
</style>
border-color css
<style>
span { border-color: #7F8C7E; }
span { border-color: rgb(127,140,126); }
td.TdClassName
{
border-color: #7F8C7E;
}
.TagClassName
{
border-color: #7F8C7E;
}
</style>