Shades of Davy's Grey #7C917A
Tints of Davy's Grey #7C917A
RGB
CMYK
RGB Variations
Color information
#7C917A (or 0x7C917A) is known color: Davy's Grey. HEX triplet: 7C, 91 and 7A. RGB value is (124,145,122). Sum of RGB (Red+Green+Blue) = 124+145+122=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #7C917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C917A is #836E85. Grayscale: #888888. Windows color (decimal): -8613510 or 8032636. OLE color: 8032636.
HSL color Cylindrical-coordinate representation of color #7C917A: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C917A is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 122 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.43 |
| HSL | 114.78º | 0.09% | 0.52% | - |
| HSV(B) | 114.78º | 0.16% | 0.57% | - |
| XYZ | 21.95 | 25.94 | 22.26 | - |
| YUV | 136.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 122 | 0.14 | 0 | 0.16 | 0.43 | 114.78 | 0.09 | 0.52 |
| Hex | 7C | 91 | 7A | E | 0 | 10 | 2B | 73 | 9 | 34 |
| Octal | 174 | 221 | 172 | 16 | 0 | 20 | 53 | 163 | 11 | 64 |
| Binary | 1111100 | 10010001 | 1111010 | 1110 | 0 | 10000 | 101011 | 1110011 | 1001 | 110100 |
Color Harmonies of #7C917A
Complementary color
Monochromatic Colors of #7C917A
Black with #7C917A
Text Example
Text Example
White with #7C917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C917A; }
p { color: rgb(124,145,122); }
H1.HeaderClassName
{
color: #7C917A;
}
.AnyTagClassName
{
color: #7C917A;
}
</style>
background-color css
<style>
a { background-color: #7C917A; }
a { background-color: rgb(124,145,122); }
div.DivClassName
{
background-color: #7C917A;
}
.BgClassName
{
background-color: #7C917A;
}
</style>
border-color css
<style>
span { border-color: #7C917A; }
span { border-color: rgb(124,145,122); }
td.TdClassName
{
border-color: #7C917A;
}
.TagClassName
{
border-color: #7C917A;
}
</style>