Shades of Davy's Grey #7D937B
Tints of Davy's Grey #7D937B
RGB
CMYK
RGB Variations
Color information
#7D937B (or 0x7D937B) is known color: Davy's Grey. HEX triplet: 7D, 93 and 7B. RGB value is (125,147,123). Sum of RGB (Red+Green+Blue) = 125+147+123=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #7D937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D937B is #826C84. Grayscale: #898989. Windows color (decimal): -8547461 or 8098685. OLE color: 8098685.
HSL color Cylindrical-coordinate representation of color #7D937B: hue angle of 115º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7D937B is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 123 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.42 |
| HSL | 115º | 0.1% | 0.53% | - |
| HSV(B) | 115º | 0.16% | 0.58% | - |
| XYZ | 22.47 | 26.66 | 22.7 | - |
| YUV | 137.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 123 | 0.15 | 0 | 0.16 | 0.42 | 115 | 0.1 | 0.53 |
| Hex | 7D | 93 | 7B | F | 0 | 10 | 2A | 73 | A | 35 |
| Octal | 175 | 223 | 173 | 17 | 0 | 20 | 52 | 163 | 12 | 65 |
| Binary | 1111101 | 10010011 | 1111011 | 1111 | 0 | 10000 | 101010 | 1110011 | 1010 | 110101 |
Color Harmonies of #7D937B
Complementary color
Monochromatic Colors of #7D937B
Black with #7D937B
Text Example
Text Example
White with #7D937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D937B; }
p { color: rgb(125,147,123); }
H1.HeaderClassName
{
color: #7D937B;
}
.AnyTagClassName
{
color: #7D937B;
}
</style>
background-color css
<style>
a { background-color: #7D937B; }
a { background-color: rgb(125,147,123); }
div.DivClassName
{
background-color: #7D937B;
}
.BgClassName
{
background-color: #7D937B;
}
</style>
border-color css
<style>
span { border-color: #7D937B; }
span { border-color: rgb(125,147,123); }
td.TdClassName
{
border-color: #7D937B;
}
.TagClassName
{
border-color: #7D937B;
}
</style>