Shades of Amulet #7EAF77
Tints of Amulet #7EAF77
RGB
CMYK
RGB Variations
Color information
#7EAF77 (or 0x7EAF77) is known color: Amulet. HEX triplet: 7E, AF and 77. RGB value is (126,175,119). Sum of RGB (Red+Green+Blue) = 126+175+119=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF77 is #815088. Grayscale: #9A9A9A. Windows color (decimal): -8474761 or 7843710. OLE color: 7843710.
HSL color Cylindrical-coordinate representation of color #7EAF77: hue angle of 112.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EAF77 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 119 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.31 |
| HSL | 112.5º | 0.26% | 0.58% | - |
| HSV(B) | 112.5º | 0.32% | 0.69% | - |
| XYZ | 27.26 | 36.43 | 23.05 | - |
| YUV | 153.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 119 | 0.28 | 0 | 0.32 | 0.31 | 112.5 | 0.26 | 0.58 |
| Hex | 7E | AF | 77 | 1C | 0 | 20 | 1F | 70 | 1A | 3A |
| Octal | 176 | 257 | 167 | 34 | 0 | 40 | 37 | 160 | 32 | 72 |
| Binary | 1111110 | 10101111 | 1110111 | 11100 | 0 | 100000 | 11111 | 1110000 | 11010 | 111010 |
Color Harmonies of #7EAF77
Complementary color
Monochromatic Colors of #7EAF77
Black with #7EAF77
Text Example
Text Example
White with #7EAF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF77; }
p { color: rgb(126,175,119); }
H1.HeaderClassName
{
color: #7EAF77;
}
.AnyTagClassName
{
color: #7EAF77;
}
</style>
background-color css
<style>
a { background-color: #7EAF77; }
a { background-color: rgb(126,175,119); }
div.DivClassName
{
background-color: #7EAF77;
}
.BgClassName
{
background-color: #7EAF77;
}
</style>
border-color css
<style>
span { border-color: #7EAF77; }
span { border-color: rgb(126,175,119); }
td.TdClassName
{
border-color: #7EAF77;
}
.TagClassName
{
border-color: #7EAF77;
}
</style>