Shades of Davy's Grey #7D9B7D
Tints of Davy's Grey #7D9B7D
RGB
CMYK
RGB Variations
Color information
#7D9B7D (or 0x7D9B7D) is known color: Davy's Grey. HEX triplet: 7D, 9B and 7D. RGB value is (125,155,125). Sum of RGB (Red+Green+Blue) = 125+155+125=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9B7D is #826482. Grayscale: #8E8E8E. Windows color (decimal): -8545411 or 8231805. OLE color: 8231805.
HSL color Cylindrical-coordinate representation of color #7D9B7D: hue angle of 120º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9B7D is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 155 | 125 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.39 |
| HSL | 120º | 0.13% | 0.55% | - |
| HSV(B) | 120º | 0.19% | 0.61% | - |
| XYZ | 23.88 | 29.28 | 23.8 | - |
| YUV | 142.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 125 | 0.19 | 0 | 0.19 | 0.39 | 120 | 0.13 | 0.55 |
| Hex | 7D | 9B | 7D | 13 | 0 | 13 | 27 | 78 | D | 37 |
| Octal | 175 | 233 | 175 | 23 | 0 | 23 | 47 | 170 | 15 | 67 |
| Binary | 1111101 | 10011011 | 1111101 | 10011 | 0 | 10011 | 100111 | 1111000 | 1101 | 110111 |
Color Harmonies of #7D9B7D
Complementary color
Monochromatic Colors of #7D9B7D
Black with #7D9B7D
Text Example
Text Example
White with #7D9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9B7D; }
p { color: rgb(125,155,125); }
H1.HeaderClassName
{
color: #7D9B7D;
}
.AnyTagClassName
{
color: #7D9B7D;
}
</style>
background-color css
<style>
a { background-color: #7D9B7D; }
a { background-color: rgb(125,155,125); }
div.DivClassName
{
background-color: #7D9B7D;
}
.BgClassName
{
background-color: #7D9B7D;
}
</style>
border-color css
<style>
span { border-color: #7D9B7D; }
span { border-color: rgb(125,155,125); }
td.TdClassName
{
border-color: #7D9B7D;
}
.TagClassName
{
border-color: #7D9B7D;
}
</style>