Shades of Davy's Grey #7D957B
Tints of Davy's Grey #7D957B
RGB
CMYK
RGB Variations
Color information
#7D957B (or 0x7D957B) is known color: Davy's Grey. HEX triplet: 7D, 95 and 7B. RGB value is (125,149,123). Sum of RGB (Red+Green+Blue) = 125+149+123=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #7D957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D957B is #826A84. Grayscale: #8A8A8A. Windows color (decimal): -8546949 or 8099197. OLE color: 8099197.
HSL color Cylindrical-coordinate representation of color #7D957B: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7D957B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 123 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.42 |
| HSL | 115.38º | 0.11% | 0.53% | - |
| HSV(B) | 115.38º | 0.17% | 0.58% | - |
| XYZ | 22.78 | 27.28 | 22.8 | - |
| YUV | 138.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 123 | 0.16 | 0 | 0.17 | 0.42 | 115.38 | 0.11 | 0.53 |
| Hex | 7D | 95 | 7B | 10 | 0 | 11 | 2A | 73 | B | 35 |
| Octal | 175 | 225 | 173 | 20 | 0 | 21 | 52 | 163 | 13 | 65 |
| Binary | 1111101 | 10010101 | 1111011 | 10000 | 0 | 10001 | 101010 | 1110011 | 1011 | 110101 |
Color Harmonies of #7D957B
Complementary color
Monochromatic Colors of #7D957B
Black with #7D957B
Text Example
Text Example
White with #7D957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D957B; }
p { color: rgb(125,149,123); }
H1.HeaderClassName
{
color: #7D957B;
}
.AnyTagClassName
{
color: #7D957B;
}
</style>
background-color css
<style>
a { background-color: #7D957B; }
a { background-color: rgb(125,149,123); }
div.DivClassName
{
background-color: #7D957B;
}
.BgClassName
{
background-color: #7D957B;
}
</style>
border-color css
<style>
span { border-color: #7D957B; }
span { border-color: rgb(125,149,123); }
td.TdClassName
{
border-color: #7D957B;
}
.TagClassName
{
border-color: #7D957B;
}
</style>