Shades of Amulet #82987A
Tints of Amulet #82987A
RGB
CMYK
RGB Variations
Color information
#82987A (or 0x82987A) is known color: Amulet. HEX triplet: 82, 98 and 7A. RGB value is (130,152,122). Sum of RGB (Red+Green+Blue) = 130+152+122=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #82987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82987A is #7D6785. Grayscale: #8E8E8E. Windows color (decimal): -8218502 or 8034434. OLE color: 8034434.
HSL color Cylindrical-coordinate representation of color #82987A: hue angle of 104º 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 #82987A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 122 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.40 |
| HSL | 104º | 0.13% | 0.54% | - |
| HSV(B) | 104º | 0.2% | 0.6% | - |
| XYZ | 23.95 | 28.61 | 22.67 | - |
| YUV | 142 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 122 | 0.14 | 0 | 0.20 | 0.40 | 104 | 0.13 | 0.54 |
| Hex | 82 | 98 | 7A | E | 0 | 14 | 28 | 68 | D | 36 |
| Octal | 202 | 230 | 172 | 16 | 0 | 24 | 50 | 150 | 15 | 66 |
| Binary | 10000010 | 10011000 | 1111010 | 1110 | 0 | 10100 | 101000 | 1101000 | 1101 | 110110 |
Color Harmonies of #82987A
Complementary color
Monochromatic Colors of #82987A
Black with #82987A
Text Example
Text Example
White with #82987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82987A; }
p { color: rgb(130,152,122); }
H1.HeaderClassName
{
color: #82987A;
}
.AnyTagClassName
{
color: #82987A;
}
</style>
background-color css
<style>
a { background-color: #82987A; }
a { background-color: rgb(130,152,122); }
div.DivClassName
{
background-color: #82987A;
}
.BgClassName
{
background-color: #82987A;
}
</style>
border-color css
<style>
span { border-color: #82987A; }
span { border-color: rgb(130,152,122); }
td.TdClassName
{
border-color: #82987A;
}
.TagClassName
{
border-color: #82987A;
}
</style>