Shades of Davy's Grey #7F937E
Tints of Davy's Grey #7F937E
RGB
CMYK
RGB Variations
Color information
#7F937E (or 0x7F937E) is known color: Davy's Grey. HEX triplet: 7F, 93 and 7E. RGB value is (127,147,126). Sum of RGB (Red+Green+Blue) = 127+147+126=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #7F937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F937E is #806C81. Grayscale: #8A8A8A. Windows color (decimal): -8416386 or 8295295. OLE color: 8295295.
HSL color Cylindrical-coordinate representation of color #7F937E: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F937E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 126 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.42 |
| HSL | 117.14º | 0.09% | 0.54% | - |
| HSV(B) | 117.14º | 0.14% | 0.58% | - |
| XYZ | 22.95 | 26.89 | 23.72 | - |
| YUV | 138.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 126 | 0.14 | 0 | 0.14 | 0.42 | 117.14 | 0.09 | 0.54 |
| Hex | 7F | 93 | 7E | E | 0 | E | 2A | 75 | 9 | 36 |
| Octal | 177 | 223 | 176 | 16 | 0 | 16 | 52 | 165 | 11 | 66 |
| Binary | 1111111 | 10010011 | 1111110 | 1110 | 0 | 1110 | 101010 | 1110101 | 1001 | 110110 |
Color Harmonies of #7F937E
Complementary color
Monochromatic Colors of #7F937E
Black with #7F937E
Text Example
Text Example
White with #7F937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F937E; }
p { color: rgb(127,147,126); }
H1.HeaderClassName
{
color: #7F937E;
}
.AnyTagClassName
{
color: #7F937E;
}
</style>
background-color css
<style>
a { background-color: #7F937E; }
a { background-color: rgb(127,147,126); }
div.DivClassName
{
background-color: #7F937E;
}
.BgClassName
{
background-color: #7F937E;
}
</style>
border-color css
<style>
span { border-color: #7F937E; }
span { border-color: rgb(127,147,126); }
td.TdClassName
{
border-color: #7F937E;
}
.TagClassName
{
border-color: #7F937E;
}
</style>