Shades of Davy's Grey #7D997F
Tints of Davy's Grey #7D997F
RGB
CMYK
RGB Variations
Color information
#7D997F (or 0x7D997F) is known color: Davy's Grey. HEX triplet: 7D, 99 and 7F. RGB value is (125,153,127). Sum of RGB (Red+Green+Blue) = 125+153+127=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #7D997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D997F is #826680. Grayscale: #8D8D8D. Windows color (decimal): -8545921 or 8362365. OLE color: 8362365.
HSL color Cylindrical-coordinate representation of color #7D997F: hue angle of 124.29º 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 #7D997F is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 125 | 153 | 127 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.4 |
| HSL | 124.29º | 0.12% | 0.55% | - |
| HSV(B) | 124.29º | 0.18% | 0.6% | - |
| XYZ | 23.68 | 28.67 | 24.37 | - |
| YUV | 141.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 127 | 0.18 | 0 | 0.17 | 0.4 | 124.29 | 0.12 | 0.55 |
| Hex | 7D | 99 | 7F | 12 | 0 | 11 | 28 | 7C | C | 37 |
| Octal | 175 | 231 | 177 | 22 | 0 | 21 | 50 | 174 | 14 | 67 |
| Binary | 1111101 | 10011001 | 1111111 | 10010 | 0 | 10001 | 101000 | 1111100 | 1100 | 110111 |
Color Harmonies of #7D997F
Complementary color
Monochromatic Colors of #7D997F
Black with #7D997F
Text Example
Text Example
White with #7D997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D997F; }
p { color: rgb(125,153,127); }
H1.HeaderClassName
{
color: #7D997F;
}
.AnyTagClassName
{
color: #7D997F;
}
</style>
background-color css
<style>
a { background-color: #7D997F; }
a { background-color: rgb(125,153,127); }
div.DivClassName
{
background-color: #7D997F;
}
.BgClassName
{
background-color: #7D997F;
}
</style>
border-color css
<style>
span { border-color: #7D997F; }
span { border-color: rgb(125,153,127); }
td.TdClassName
{
border-color: #7D997F;
}
.TagClassName
{
border-color: #7D997F;
}
</style>