Shades of Davy's Grey #7E997D
Tints of Davy's Grey #7E997D
RGB
CMYK
RGB Variations
Color information
#7E997D (or 0x7E997D) is known color: Davy's Grey. HEX triplet: 7E, 99 and 7D. RGB value is (126,153,125). Sum of RGB (Red+Green+Blue) = 126+153+125=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #7E997D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E997D is #816682. Grayscale: #8D8D8D. Windows color (decimal): -8480387 or 8231294. OLE color: 8231294.
HSL color Cylindrical-coordinate representation of color #7E997D: hue angle of 117.86º 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 #7E997D is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 125 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.4 |
| HSL | 117.86º | 0.12% | 0.55% | - |
| HSV(B) | 117.86º | 0.18% | 0.6% | - |
| XYZ | 23.7 | 28.7 | 23.69 | - |
| YUV | 141.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 125 | 0.18 | 0 | 0.18 | 0.4 | 117.86 | 0.12 | 0.55 |
| Hex | 7E | 99 | 7D | 12 | 0 | 12 | 28 | 76 | C | 37 |
| Octal | 176 | 231 | 175 | 22 | 0 | 22 | 50 | 166 | 14 | 67 |
| Binary | 1111110 | 10011001 | 1111101 | 10010 | 0 | 10010 | 101000 | 1110110 | 1100 | 110111 |
Color Harmonies of #7E997D
Complementary color
Monochromatic Colors of #7E997D
Black with #7E997D
Text Example
Text Example
White with #7E997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E997D; }
p { color: rgb(126,153,125); }
H1.HeaderClassName
{
color: #7E997D;
}
.AnyTagClassName
{
color: #7E997D;
}
</style>
background-color css
<style>
a { background-color: #7E997D; }
a { background-color: rgb(126,153,125); }
div.DivClassName
{
background-color: #7E997D;
}
.BgClassName
{
background-color: #7E997D;
}
</style>
border-color css
<style>
span { border-color: #7E997D; }
span { border-color: rgb(126,153,125); }
td.TdClassName
{
border-color: #7E997D;
}
.TagClassName
{
border-color: #7E997D;
}
</style>