Shades of Amulet #7CA672
Tints of Amulet #7CA672
RGB
CMYK
RGB Variations
Color information
#7CA672 (or 0x7CA672) is known color: Amulet. HEX triplet: 7C, A6 and 72. RGB value is (124,166,114). Sum of RGB (Red+Green+Blue) = 124+166+114=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA672 is #83598D. Grayscale: #939393. Windows color (decimal): -8608142 or 7513724. OLE color: 7513724.
HSL color Cylindrical-coordinate representation of color #7CA672: hue angle of 108.46º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CA672 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 114 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.35 |
| HSL | 108.46º | 0.23% | 0.55% | - |
| HSV(B) | 108.46º | 0.31% | 0.65% | - |
| XYZ | 24.99 | 32.77 | 20.93 | - |
| YUV | 147.51 | 109.09 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 114 | 0.25 | 0 | 0.31 | 0.35 | 108.46 | 0.23 | 0.55 |
| Hex | 7C | A6 | 72 | 19 | 0 | 1F | 23 | 6C | 17 | 37 |
| Octal | 174 | 246 | 162 | 31 | 0 | 37 | 43 | 154 | 27 | 67 |
| Binary | 1111100 | 10100110 | 1110010 | 11001 | 0 | 11111 | 100011 | 1101100 | 10111 | 110111 |
Color Harmonies of #7CA672
Complementary color
Monochromatic Colors of #7CA672
Black with #7CA672
Text Example
Text Example
White with #7CA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA672; }
p { color: rgb(124,166,114); }
H1.HeaderClassName
{
color: #7CA672;
}
.AnyTagClassName
{
color: #7CA672;
}
</style>
background-color css
<style>
a { background-color: #7CA672; }
a { background-color: rgb(124,166,114); }
div.DivClassName
{
background-color: #7CA672;
}
.BgClassName
{
background-color: #7CA672;
}
</style>
border-color css
<style>
span { border-color: #7CA672; }
span { border-color: rgb(124,166,114); }
td.TdClassName
{
border-color: #7CA672;
}
.TagClassName
{
border-color: #7CA672;
}
</style>