Shades of Davy's Grey #7D917E
Tints of Davy's Grey #7D917E
RGB
CMYK
RGB Variations
Color information
#7D917E (or 0x7D917E) is known color: Davy's Grey. HEX triplet: 7D, 91 and 7E. RGB value is (125,145,126). Sum of RGB (Red+Green+Blue) = 125+145+126=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #7D917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D917E is #826E81. Grayscale: #888888. Windows color (decimal): -8547970 or 8294781. OLE color: 8294781.
HSL color Cylindrical-coordinate representation of color #7D917E: hue angle of 123º degrees, saturation: 0.08, 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 #7D917E is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 126 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.43 |
| HSL | 123º | 0.08% | 0.53% | - |
| HSV(B) | 123º | 0.14% | 0.57% | - |
| XYZ | 22.35 | 26.12 | 23.6 | - |
| YUV | 136.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 126 | 0.14 | 0 | 0.13 | 0.43 | 123 | 0.08 | 0.53 |
| Hex | 7D | 91 | 7E | E | 0 | D | 2B | 7B | 8 | 35 |
| Octal | 175 | 221 | 176 | 16 | 0 | 15 | 53 | 173 | 10 | 65 |
| Binary | 1111101 | 10010001 | 1111110 | 1110 | 0 | 1101 | 101011 | 1111011 | 1000 | 110101 |
Color Harmonies of #7D917E
Complementary color
Monochromatic Colors of #7D917E
Black with #7D917E
Text Example
Text Example
White with #7D917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D917E; }
p { color: rgb(125,145,126); }
H1.HeaderClassName
{
color: #7D917E;
}
.AnyTagClassName
{
color: #7D917E;
}
</style>
background-color css
<style>
a { background-color: #7D917E; }
a { background-color: rgb(125,145,126); }
div.DivClassName
{
background-color: #7D917E;
}
.BgClassName
{
background-color: #7D917E;
}
</style>
border-color css
<style>
span { border-color: #7D917E; }
span { border-color: rgb(125,145,126); }
td.TdClassName
{
border-color: #7D917E;
}
.TagClassName
{
border-color: #7D917E;
}
</style>