Shades of Amulet #7E9372
Tints of Amulet #7E9372
RGB
CMYK
RGB Variations
Color information
#7E9372 (or 0x7E9372) is known color: Amulet. HEX triplet: 7E, 93 and 72. RGB value is (126,147,114). Sum of RGB (Red+Green+Blue) = 126+147+114=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9372 is #816C8D. Grayscale: #898989. Windows color (decimal): -8481934 or 7508862. OLE color: 7508862.
HSL color Cylindrical-coordinate representation of color #7E9372: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E9372 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 114 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.42 |
| HSL | 98.18º | 0.13% | 0.51% | - |
| HSV(B) | 98.18º | 0.22% | 0.58% | - |
| XYZ | 22.08 | 26.52 | 19.87 | - |
| YUV | 136.96 | 115.04 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 114 | 0.14 | 0 | 0.22 | 0.42 | 98.18 | 0.13 | 0.51 |
| Hex | 7E | 93 | 72 | E | 0 | 16 | 2A | 62 | D | 33 |
| Octal | 176 | 223 | 162 | 16 | 0 | 26 | 52 | 142 | 15 | 63 |
| Binary | 1111110 | 10010011 | 1110010 | 1110 | 0 | 10110 | 101010 | 1100010 | 1101 | 110011 |
Color Harmonies of #7E9372
Complementary color
Monochromatic Colors of #7E9372
Black with #7E9372
Text Example
Text Example
White with #7E9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9372; }
p { color: rgb(126,147,114); }
H1.HeaderClassName
{
color: #7E9372;
}
.AnyTagClassName
{
color: #7E9372;
}
</style>
background-color css
<style>
a { background-color: #7E9372; }
a { background-color: rgb(126,147,114); }
div.DivClassName
{
background-color: #7E9372;
}
.BgClassName
{
background-color: #7E9372;
}
</style>
border-color css
<style>
span { border-color: #7E9372; }
span { border-color: rgb(126,147,114); }
td.TdClassName
{
border-color: #7E9372;
}
.TagClassName
{
border-color: #7E9372;
}
</style>