Shades of Amulet #88AA77
Tints of Amulet #88AA77
RGB
CMYK
RGB Variations
Color information
#88AA77 (or 0x88AA77) is known color: Amulet. HEX triplet: 88, AA and 77. RGB value is (136,170,119). Sum of RGB (Red+Green+Blue) = 136+170+119=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AA77 is #775588. Grayscale: #9A9A9A. Windows color (decimal): -7820681 or 7842440. OLE color: 7842440.
HSL color Cylindrical-coordinate representation of color #88AA77: hue angle of 100º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88AA77 is Cyan = 0.20, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 119 | - |
| CMYK | 0.20 | 0 | 0.3 | 0.33 |
| HSL | 100º | 0.23% | 0.57% | - |
| HSV(B) | 100º | 0.3% | 0.67% | - |
| XYZ | 27.86 | 35.32 | 22.8 | - |
| YUV | 154.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 119 | 0.20 | 0 | 0.3 | 0.33 | 100 | 0.23 | 0.57 |
| Hex | 88 | AA | 77 | 14 | 0 | 1E | 21 | 64 | 17 | 39 |
| Octal | 210 | 252 | 167 | 24 | 0 | 36 | 41 | 144 | 27 | 71 |
| Binary | 10001000 | 10101010 | 1110111 | 10100 | 0 | 11110 | 100001 | 1100100 | 10111 | 111001 |
Color Harmonies of #88AA77
Complementary color
Monochromatic Colors of #88AA77
Black with #88AA77
Text Example
Text Example
White with #88AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA77; }
p { color: rgb(136,170,119); }
H1.HeaderClassName
{
color: #88AA77;
}
.AnyTagClassName
{
color: #88AA77;
}
</style>
background-color css
<style>
a { background-color: #88AA77; }
a { background-color: rgb(136,170,119); }
div.DivClassName
{
background-color: #88AA77;
}
.BgClassName
{
background-color: #88AA77;
}
</style>
border-color css
<style>
span { border-color: #88AA77; }
span { border-color: rgb(136,170,119); }
td.TdClassName
{
border-color: #88AA77;
}
.TagClassName
{
border-color: #88AA77;
}
</style>