Shades of Amulet #84987D
Tints of Amulet #84987D
RGB
CMYK
RGB Variations
Color information
#84987D (or 0x84987D) is known color: Amulet. HEX triplet: 84, 98 and 7D. RGB value is (132,152,125). Sum of RGB (Red+Green+Blue) = 132+152+125=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #84987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84987D is #7B6782. Grayscale: #8F8F8F. Windows color (decimal): -8087427 or 8231044. OLE color: 8231044.
HSL color Cylindrical-coordinate representation of color #84987D: hue angle of 104.44º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84987D is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 125 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.40 |
| HSL | 104.44º | 0.12% | 0.54% | - |
| HSV(B) | 104.44º | 0.18% | 0.6% | - |
| XYZ | 24.45 | 28.84 | 23.68 | - |
| YUV | 142.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 125 | 0.13 | 0 | 0.18 | 0.40 | 104.44 | 0.12 | 0.54 |
| Hex | 84 | 98 | 7D | D | 0 | 12 | 28 | 68 | C | 36 |
| Octal | 204 | 230 | 175 | 15 | 0 | 22 | 50 | 150 | 14 | 66 |
| Binary | 10000100 | 10011000 | 1111101 | 1101 | 0 | 10010 | 101000 | 1101000 | 1100 | 110110 |
Color Harmonies of #84987D
Complementary color
Monochromatic Colors of #84987D
Black with #84987D
Text Example
Text Example
White with #84987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84987D; }
p { color: rgb(132,152,125); }
H1.HeaderClassName
{
color: #84987D;
}
.AnyTagClassName
{
color: #84987D;
}
</style>
background-color css
<style>
a { background-color: #84987D; }
a { background-color: rgb(132,152,125); }
div.DivClassName
{
background-color: #84987D;
}
.BgClassName
{
background-color: #84987D;
}
</style>
border-color css
<style>
span { border-color: #84987D; }
span { border-color: rgb(132,152,125); }
td.TdClassName
{
border-color: #84987D;
}
.TagClassName
{
border-color: #84987D;
}
</style>