Shades of Amulet #7E9C75
Tints of Amulet #7E9C75
RGB
CMYK
RGB Variations
Color information
#7E9C75 (or 0x7E9C75) is known color: Amulet. HEX triplet: 7E, 9C and 75. RGB value is (126,156,117). Sum of RGB (Red+Green+Blue) = 126+156+117=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #7E9C75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9C75 is #81638A. Grayscale: #8E8E8E. Windows color (decimal): -8479627 or 7707774. OLE color: 7707774.
HSL color Cylindrical-coordinate representation of color #7E9C75: hue angle of 106.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E9C75 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 156 | 117 | - |
| CMYK | 0.19 | 0 | 0.25 | 0.39 |
| HSL | 106.15º | 0.16% | 0.54% | - |
| HSV(B) | 106.15º | 0.25% | 0.61% | - |
| XYZ | 23.7 | 29.5 | 21.27 | - |
| YUV | 142.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 117 | 0.19 | 0 | 0.25 | 0.39 | 106.15 | 0.16 | 0.54 |
| Hex | 7E | 9C | 75 | 13 | 0 | 19 | 27 | 6A | 10 | 36 |
| Octal | 176 | 234 | 165 | 23 | 0 | 31 | 47 | 152 | 20 | 66 |
| Binary | 1111110 | 10011100 | 1110101 | 10011 | 0 | 11001 | 100111 | 1101010 | 10000 | 110110 |
Color Harmonies of #7E9C75
Complementary color
Monochromatic Colors of #7E9C75
Black with #7E9C75
Text Example
Text Example
White with #7E9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9C75; }
p { color: rgb(126,156,117); }
H1.HeaderClassName
{
color: #7E9C75;
}
.AnyTagClassName
{
color: #7E9C75;
}
</style>
background-color css
<style>
a { background-color: #7E9C75; }
a { background-color: rgb(126,156,117); }
div.DivClassName
{
background-color: #7E9C75;
}
.BgClassName
{
background-color: #7E9C75;
}
</style>
border-color css
<style>
span { border-color: #7E9C75; }
span { border-color: rgb(126,156,117); }
td.TdClassName
{
border-color: #7E9C75;
}
.TagClassName
{
border-color: #7E9C75;
}
</style>