Shades of Davy's Grey #7D917C
Tints of Davy's Grey #7D917C
RGB
CMYK
RGB Variations
Color information
#7D917C (or 0x7D917C) is known color: Davy's Grey. HEX triplet: 7D, 91 and 7C. RGB value is (125,145,124). Sum of RGB (Red+Green+Blue) = 125+145+124=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #7D917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D917C is #826E83. Grayscale: #888888. Windows color (decimal): -8547972 or 8163709. OLE color: 8163709.
HSL color Cylindrical-coordinate representation of color #7D917C: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7D917C is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 124 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.43 |
| HSL | 117.14º | 0.09% | 0.53% | - |
| HSV(B) | 117.14º | 0.14% | 0.57% | - |
| XYZ | 22.22 | 26.07 | 22.93 | - |
| YUV | 136.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 124 | 0.14 | 0 | 0.14 | 0.43 | 117.14 | 0.09 | 0.53 |
| Hex | 7D | 91 | 7C | E | 0 | E | 2B | 75 | 9 | 35 |
| Octal | 175 | 221 | 174 | 16 | 0 | 16 | 53 | 165 | 11 | 65 |
| Binary | 1111101 | 10010001 | 1111100 | 1110 | 0 | 1110 | 101011 | 1110101 | 1001 | 110101 |
Color Harmonies of #7D917C
Complementary color
Monochromatic Colors of #7D917C
Black with #7D917C
Text Example
Text Example
White with #7D917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D917C; }
p { color: rgb(125,145,124); }
H1.HeaderClassName
{
color: #7D917C;
}
.AnyTagClassName
{
color: #7D917C;
}
</style>
background-color css
<style>
a { background-color: #7D917C; }
a { background-color: rgb(125,145,124); }
div.DivClassName
{
background-color: #7D917C;
}
.BgClassName
{
background-color: #7D917C;
}
</style>
border-color css
<style>
span { border-color: #7D917C; }
span { border-color: rgb(125,145,124); }
td.TdClassName
{
border-color: #7D917C;
}
.TagClassName
{
border-color: #7D917C;
}
</style>