Shades of Davy's Grey #7F997E
Tints of Davy's Grey #7F997E
RGB
CMYK
RGB Variations
Color information
#7F997E (or 0x7F997E) is known color: Davy's Grey. HEX triplet: 7F, 99 and 7E. RGB value is (127,153,126). Sum of RGB (Red+Green+Blue) = 127+153+126=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #7F997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F997E is #806681. Grayscale: #8E8E8E. Windows color (decimal): -8414850 or 8296831. OLE color: 8296831.
HSL color Cylindrical-coordinate representation of color #7F997E: hue angle of 117.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F997E is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 153 | 126 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.4 |
| HSL | 117.78º | 0.12% | 0.55% | - |
| HSV(B) | 117.78º | 0.18% | 0.6% | - |
| XYZ | 23.91 | 28.8 | 24.04 | - |
| YUV | 142.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 153 | 126 | 0.17 | 0 | 0.18 | 0.4 | 117.78 | 0.12 | 0.55 |
| Hex | 7F | 99 | 7E | 11 | 0 | 12 | 28 | 76 | C | 37 |
| Octal | 177 | 231 | 176 | 21 | 0 | 22 | 50 | 166 | 14 | 67 |
| Binary | 1111111 | 10011001 | 1111110 | 10001 | 0 | 10010 | 101000 | 1110110 | 1100 | 110111 |
Color Harmonies of #7F997E
Complementary color
Monochromatic Colors of #7F997E
Black with #7F997E
Text Example
Text Example
White with #7F997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F997E; }
p { color: rgb(127,153,126); }
H1.HeaderClassName
{
color: #7F997E;
}
.AnyTagClassName
{
color: #7F997E;
}
</style>
background-color css
<style>
a { background-color: #7F997E; }
a { background-color: rgb(127,153,126); }
div.DivClassName
{
background-color: #7F997E;
}
.BgClassName
{
background-color: #7F997E;
}
</style>
border-color css
<style>
span { border-color: #7F997E; }
span { border-color: rgb(127,153,126); }
td.TdClassName
{
border-color: #7F997E;
}
.TagClassName
{
border-color: #7F997E;
}
</style>