Shades of Amulet #7C9372
Tints of Amulet #7C9372
RGB
CMYK
RGB Variations
Color information
#7C9372 (or 0x7C9372) is known color: Amulet. HEX triplet: 7C, 93 and 72. RGB value is (124,147,114). Sum of RGB (Red+Green+Blue) = 124+147+114=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9372 is #836C8D. Grayscale: #888888. Windows color (decimal): -8613006 or 7508860. OLE color: 7508860.
HSL color Cylindrical-coordinate representation of color #7C9372: hue angle of 101.82º 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 #7C9372 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 114 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.42 |
| HSL | 101.82º | 0.13% | 0.51% | - |
| HSV(B) | 101.82º | 0.22% | 0.58% | - |
| XYZ | 21.78 | 26.37 | 19.86 | - |
| YUV | 136.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 114 | 0.16 | 0 | 0.22 | 0.42 | 101.82 | 0.13 | 0.51 |
| Hex | 7C | 93 | 72 | 10 | 0 | 16 | 2A | 66 | D | 33 |
| Octal | 174 | 223 | 162 | 20 | 0 | 26 | 52 | 146 | 15 | 63 |
| Binary | 1111100 | 10010011 | 1110010 | 10000 | 0 | 10110 | 101010 | 1100110 | 1101 | 110011 |
Color Harmonies of #7C9372
Complementary color
Monochromatic Colors of #7C9372
Black with #7C9372
Text Example
Text Example
White with #7C9372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9372; }
p { color: rgb(124,147,114); }
H1.HeaderClassName
{
color: #7C9372;
}
.AnyTagClassName
{
color: #7C9372;
}
</style>
background-color css
<style>
a { background-color: #7C9372; }
a { background-color: rgb(124,147,114); }
div.DivClassName
{
background-color: #7C9372;
}
.BgClassName
{
background-color: #7C9372;
}
</style>
border-color css
<style>
span { border-color: #7C9372; }
span { border-color: rgb(124,147,114); }
td.TdClassName
{
border-color: #7C9372;
}
.TagClassName
{
border-color: #7C9372;
}
</style>