Shades of Davy's Grey #7D937E
Tints of Davy's Grey #7D937E
RGB
CMYK
RGB Variations
Color information
#7D937E (or 0x7D937E) is known color: Davy's Grey. HEX triplet: 7D, 93 and 7E. RGB value is (125,147,126). Sum of RGB (Red+Green+Blue) = 125+147+126=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #7D937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D937E is #826C81. Grayscale: #8A8A8A. Windows color (decimal): -8547458 or 8295293. OLE color: 8295293.
HSL color Cylindrical-coordinate representation of color #7D937E: hue angle of 122.73º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7D937E is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 126 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.42 |
| HSL | 122.73º | 0.09% | 0.53% | - |
| HSV(B) | 122.73º | 0.15% | 0.58% | - |
| XYZ | 22.66 | 26.73 | 23.7 | - |
| YUV | 138.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 126 | 0.15 | 0 | 0.14 | 0.42 | 122.73 | 0.09 | 0.53 |
| Hex | 7D | 93 | 7E | F | 0 | E | 2A | 7B | 9 | 35 |
| Octal | 175 | 223 | 176 | 17 | 0 | 16 | 52 | 173 | 11 | 65 |
| Binary | 1111101 | 10010011 | 1111110 | 1111 | 0 | 1110 | 101010 | 1111011 | 1001 | 110101 |
Color Harmonies of #7D937E
Complementary color
Monochromatic Colors of #7D937E
Black with #7D937E
Text Example
Text Example
White with #7D937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D937E; }
p { color: rgb(125,147,126); }
H1.HeaderClassName
{
color: #7D937E;
}
.AnyTagClassName
{
color: #7D937E;
}
</style>
background-color css
<style>
a { background-color: #7D937E; }
a { background-color: rgb(125,147,126); }
div.DivClassName
{
background-color: #7D937E;
}
.BgClassName
{
background-color: #7D937E;
}
</style>
border-color css
<style>
span { border-color: #7D937E; }
span { border-color: rgb(125,147,126); }
td.TdClassName
{
border-color: #7D937E;
}
.TagClassName
{
border-color: #7D937E;
}
</style>