Shades of Amulet #7CAC77
Tints of Amulet #7CAC77
RGB
CMYK
RGB Variations
Color information
#7CAC77 (or 0x7CAC77) is known color: Amulet. HEX triplet: 7C, AC and 77. RGB value is (124,172,119). Sum of RGB (Red+Green+Blue) = 124+172+119=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAC77 is #835388. Grayscale: #979797. Windows color (decimal): -8606601 or 7842940. OLE color: 7842940.
HSL color Cylindrical-coordinate representation of color #7CAC77: hue angle of 114.34º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CAC77 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 119 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.33 |
| HSL | 114.34º | 0.24% | 0.57% | - |
| HSV(B) | 114.34º | 0.31% | 0.67% | - |
| XYZ | 26.39 | 35.12 | 22.84 | - |
| YUV | 151.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 119 | 0.28 | 0 | 0.31 | 0.33 | 114.34 | 0.24 | 0.57 |
| Hex | 7C | AC | 77 | 1C | 0 | 1F | 21 | 72 | 18 | 39 |
| Octal | 174 | 254 | 167 | 34 | 0 | 37 | 41 | 162 | 30 | 71 |
| Binary | 1111100 | 10101100 | 1110111 | 11100 | 0 | 11111 | 100001 | 1110010 | 11000 | 111001 |
Color Harmonies of #7CAC77
Complementary color
Monochromatic Colors of #7CAC77
Black with #7CAC77
Text Example
Text Example
White with #7CAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC77; }
p { color: rgb(124,172,119); }
H1.HeaderClassName
{
color: #7CAC77;
}
.AnyTagClassName
{
color: #7CAC77;
}
</style>
background-color css
<style>
a { background-color: #7CAC77; }
a { background-color: rgb(124,172,119); }
div.DivClassName
{
background-color: #7CAC77;
}
.BgClassName
{
background-color: #7CAC77;
}
</style>
border-color css
<style>
span { border-color: #7CAC77; }
span { border-color: rgb(124,172,119); }
td.TdClassName
{
border-color: #7CAC77;
}
.TagClassName
{
border-color: #7CAC77;
}
</style>