Shades of Davy's Grey #7E947B
Tints of Davy's Grey #7E947B
RGB
CMYK
RGB Variations
Color information
#7E947B (or 0x7E947B) is known color: Davy's Grey. HEX triplet: 7E, 94 and 7B. RGB value is (126,148,123). Sum of RGB (Red+Green+Blue) = 126+148+123=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #7E947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E947B is #816B84. Grayscale: #8A8A8A. Windows color (decimal): -8481669 or 8098942. OLE color: 8098942.
HSL color Cylindrical-coordinate representation of color #7E947B: hue angle of 112.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E947B is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 123 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.42 |
| HSL | 112.8º | 0.1% | 0.53% | - |
| HSV(B) | 112.8º | 0.17% | 0.58% | - |
| XYZ | 22.77 | 27.05 | 22.76 | - |
| YUV | 138.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 123 | 0.15 | 0 | 0.17 | 0.42 | 112.8 | 0.1 | 0.53 |
| Hex | 7E | 94 | 7B | F | 0 | 11 | 2A | 71 | A | 35 |
| Octal | 176 | 224 | 173 | 17 | 0 | 21 | 52 | 161 | 12 | 65 |
| Binary | 1111110 | 10010100 | 1111011 | 1111 | 0 | 10001 | 101010 | 1110001 | 1010 | 110101 |
Color Harmonies of #7E947B
Complementary color
Monochromatic Colors of #7E947B
Black with #7E947B
Text Example
Text Example
White with #7E947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E947B; }
p { color: rgb(126,148,123); }
H1.HeaderClassName
{
color: #7E947B;
}
.AnyTagClassName
{
color: #7E947B;
}
</style>
background-color css
<style>
a { background-color: #7E947B; }
a { background-color: rgb(126,148,123); }
div.DivClassName
{
background-color: #7E947B;
}
.BgClassName
{
background-color: #7E947B;
}
</style>
border-color css
<style>
span { border-color: #7E947B; }
span { border-color: rgb(126,148,123); }
td.TdClassName
{
border-color: #7E947B;
}
.TagClassName
{
border-color: #7E947B;
}
</style>