Shades of Davy's Grey #7C947E
Tints of Davy's Grey #7C947E
RGB
CMYK
RGB Variations
Color information
#7C947E (or 0x7C947E) is known color: Davy's Grey. HEX triplet: 7C, 94 and 7E. RGB value is (124,148,126). Sum of RGB (Red+Green+Blue) = 124+148+126=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #7C947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C947E is #836B81. Grayscale: #8A8A8A. Windows color (decimal): -8612738 or 8295548. OLE color: 8295548.
HSL color Cylindrical-coordinate representation of color #7C947E: hue angle of 125º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C947E is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 126 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.42 |
| HSL | 125º | 0.1% | 0.53% | - |
| HSV(B) | 125º | 0.16% | 0.58% | - |
| XYZ | 22.67 | 26.97 | 23.75 | - |
| YUV | 138.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 126 | 0.16 | 0 | 0.15 | 0.42 | 125 | 0.1 | 0.53 |
| Hex | 7C | 94 | 7E | 10 | 0 | F | 2A | 7D | A | 35 |
| Octal | 174 | 224 | 176 | 20 | 0 | 17 | 52 | 175 | 12 | 65 |
| Binary | 1111100 | 10010100 | 1111110 | 10000 | 0 | 1111 | 101010 | 1111101 | 1010 | 110101 |
Color Harmonies of #7C947E
Complementary color
Monochromatic Colors of #7C947E
Black with #7C947E
Text Example
Text Example
White with #7C947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C947E; }
p { color: rgb(124,148,126); }
H1.HeaderClassName
{
color: #7C947E;
}
.AnyTagClassName
{
color: #7C947E;
}
</style>
background-color css
<style>
a { background-color: #7C947E; }
a { background-color: rgb(124,148,126); }
div.DivClassName
{
background-color: #7C947E;
}
.BgClassName
{
background-color: #7C947E;
}
</style>
border-color css
<style>
span { border-color: #7C947E; }
span { border-color: rgb(124,148,126); }
td.TdClassName
{
border-color: #7C947E;
}
.TagClassName
{
border-color: #7C947E;
}
</style>