Shades of Amulet #84987A
Tints of Amulet #84987A
RGB
CMYK
RGB Variations
Color information
#84987A (or 0x84987A) is known color: Amulet. HEX triplet: 84, 98 and 7A. RGB value is (132,152,122). Sum of RGB (Red+Green+Blue) = 132+152+122=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #84987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84987A is #7B6785. Grayscale: #8E8E8E. Windows color (decimal): -8087430 or 8034436. OLE color: 8034436.
HSL color Cylindrical-coordinate representation of color #84987A: hue angle of 100º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84987A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 122 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.40 |
| HSL | 100º | 0.13% | 0.54% | - |
| HSV(B) | 100º | 0.2% | 0.6% | - |
| XYZ | 24.26 | 28.77 | 22.69 | - |
| YUV | 142.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 122 | 0.13 | 0 | 0.20 | 0.40 | 100 | 0.13 | 0.54 |
| Hex | 84 | 98 | 7A | D | 0 | 14 | 28 | 64 | D | 36 |
| Octal | 204 | 230 | 172 | 15 | 0 | 24 | 50 | 144 | 15 | 66 |
| Binary | 10000100 | 10011000 | 1111010 | 1101 | 0 | 10100 | 101000 | 1100100 | 1101 | 110110 |
Color Harmonies of #84987A
Complementary color
Monochromatic Colors of #84987A
Black with #84987A
Text Example
Text Example
White with #84987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84987A; }
p { color: rgb(132,152,122); }
H1.HeaderClassName
{
color: #84987A;
}
.AnyTagClassName
{
color: #84987A;
}
</style>
background-color css
<style>
a { background-color: #84987A; }
a { background-color: rgb(132,152,122); }
div.DivClassName
{
background-color: #84987A;
}
.BgClassName
{
background-color: #84987A;
}
</style>
border-color css
<style>
span { border-color: #84987A; }
span { border-color: rgb(132,152,122); }
td.TdClassName
{
border-color: #84987A;
}
.TagClassName
{
border-color: #84987A;
}
</style>