Shades of Amulet #84AA77
Tints of Amulet #84AA77
RGB
CMYK
RGB Variations
Color information
#84AA77 (or 0x84AA77) is known color: Amulet. HEX triplet: 84, AA and 77. RGB value is (132,170,119). Sum of RGB (Red+Green+Blue) = 132+170+119=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA77 is #7B5588. Grayscale: #989898. Windows color (decimal): -8082825 or 7842436. OLE color: 7842436.
HSL color Cylindrical-coordinate representation of color #84AA77: hue angle of 104.71º 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 #84AA77 is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 119 | - |
| CMYK | 0.22 | 0 | 0.3 | 0.33 |
| HSL | 104.71º | 0.23% | 0.57% | - |
| HSV(B) | 104.71º | 0.3% | 0.67% | - |
| XYZ | 27.22 | 34.99 | 22.77 | - |
| YUV | 152.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 119 | 0.22 | 0 | 0.3 | 0.33 | 104.71 | 0.23 | 0.57 |
| Hex | 84 | AA | 77 | 16 | 0 | 1E | 21 | 69 | 17 | 39 |
| Octal | 204 | 252 | 167 | 26 | 0 | 36 | 41 | 151 | 27 | 71 |
| Binary | 10000100 | 10101010 | 1110111 | 10110 | 0 | 11110 | 100001 | 1101001 | 10111 | 111001 |
Color Harmonies of #84AA77
Complementary color
Monochromatic Colors of #84AA77
Black with #84AA77
Text Example
Text Example
White with #84AA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA77; }
p { color: rgb(132,170,119); }
H1.HeaderClassName
{
color: #84AA77;
}
.AnyTagClassName
{
color: #84AA77;
}
</style>
background-color css
<style>
a { background-color: #84AA77; }
a { background-color: rgb(132,170,119); }
div.DivClassName
{
background-color: #84AA77;
}
.BgClassName
{
background-color: #84AA77;
}
</style>
border-color css
<style>
span { border-color: #84AA77; }
span { border-color: rgb(132,170,119); }
td.TdClassName
{
border-color: #84AA77;
}
.TagClassName
{
border-color: #84AA77;
}
</style>