Shades of Amulet #82977A
Tints of Amulet #82977A
RGB
CMYK
RGB Variations
Color information
#82977A (or 0x82977A) is known color: Amulet. HEX triplet: 82, 97 and 7A. RGB value is (130,151,122). Sum of RGB (Red+Green+Blue) = 130+151+122=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #82977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82977A is #7D6885. Grayscale: #8D8D8D. Windows color (decimal): -8218758 or 8034178. OLE color: 8034178.
HSL color Cylindrical-coordinate representation of color #82977A: hue angle of 103.45º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82977A is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 151 | 122 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.41 |
| HSL | 103.45º | 0.12% | 0.54% | - |
| HSV(B) | 103.45º | 0.19% | 0.59% | - |
| XYZ | 23.79 | 28.28 | 22.62 | - |
| YUV | 141.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 151 | 122 | 0.14 | 0 | 0.19 | 0.41 | 103.45 | 0.12 | 0.54 |
| Hex | 82 | 97 | 7A | E | 0 | 13 | 29 | 67 | C | 36 |
| Octal | 202 | 227 | 172 | 16 | 0 | 23 | 51 | 147 | 14 | 66 |
| Binary | 10000010 | 10010111 | 1111010 | 1110 | 0 | 10011 | 101001 | 1100111 | 1100 | 110110 |
Color Harmonies of #82977A
Complementary color
Monochromatic Colors of #82977A
Black with #82977A
Text Example
Text Example
White with #82977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82977A; }
p { color: rgb(130,151,122); }
H1.HeaderClassName
{
color: #82977A;
}
.AnyTagClassName
{
color: #82977A;
}
</style>
background-color css
<style>
a { background-color: #82977A; }
a { background-color: rgb(130,151,122); }
div.DivClassName
{
background-color: #82977A;
}
.BgClassName
{
background-color: #82977A;
}
</style>
border-color css
<style>
span { border-color: #82977A; }
span { border-color: rgb(130,151,122); }
td.TdClassName
{
border-color: #82977A;
}
.TagClassName
{
border-color: #82977A;
}
</style>