Shades of Amulet #84A677
Tints of Amulet #84A677
RGB
CMYK
RGB Variations
Color information
#84A677 (or 0x84A677) is known color: Amulet. HEX triplet: 84, A6 and 77. RGB value is (132,166,119). Sum of RGB (Red+Green+Blue) = 132+166+119=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #84A677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A677 is #7B5988. Grayscale: #969696. Windows color (decimal): -8083849 or 7841412. OLE color: 7841412.
HSL color Cylindrical-coordinate representation of color #84A677: hue angle of 103.4º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84A677 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 119 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.35 |
| HSL | 103.4º | 0.21% | 0.56% | - |
| HSV(B) | 103.4º | 0.28% | 0.65% | - |
| XYZ | 26.48 | 33.51 | 22.53 | - |
| YUV | 150.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 119 | 0.20 | 0 | 0.28 | 0.35 | 103.4 | 0.21 | 0.56 |
| Hex | 84 | A6 | 77 | 14 | 0 | 1C | 23 | 67 | 15 | 38 |
| Octal | 204 | 246 | 167 | 24 | 0 | 34 | 43 | 147 | 25 | 70 |
| Binary | 10000100 | 10100110 | 1110111 | 10100 | 0 | 11100 | 100011 | 1100111 | 10101 | 111000 |
Color Harmonies of #84A677
Complementary color
Monochromatic Colors of #84A677
Black with #84A677
Text Example
Text Example
White with #84A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A677; }
p { color: rgb(132,166,119); }
H1.HeaderClassName
{
color: #84A677;
}
.AnyTagClassName
{
color: #84A677;
}
</style>
background-color css
<style>
a { background-color: #84A677; }
a { background-color: rgb(132,166,119); }
div.DivClassName
{
background-color: #84A677;
}
.BgClassName
{
background-color: #84A677;
}
</style>
border-color css
<style>
span { border-color: #84A677; }
span { border-color: rgb(132,166,119); }
td.TdClassName
{
border-color: #84A677;
}
.TagClassName
{
border-color: #84A677;
}
</style>