Shades of Amulet #82947C
Tints of Amulet #82947C
RGB
CMYK
RGB Variations
Color information
#82947C (or 0x82947C) is known color: Amulet. HEX triplet: 82, 94 and 7C. RGB value is (130,148,124). Sum of RGB (Red+Green+Blue) = 130+148+124=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 148 - color contains mainly: green. Hex color #82947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82947C is #7D6B83. Grayscale: #8B8B8B. Windows color (decimal): -8219524 or 8164482. OLE color: 8164482.
HSL color Cylindrical-coordinate representation of color #82947C: hue angle of 105º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82947C is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 124 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.42 |
| HSL | 105º | 0.1% | 0.53% | - |
| HSV(B) | 105º | 0.16% | 0.58% | - |
| XYZ | 23.43 | 27.38 | 23.12 | - |
| YUV | 139.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 124 | 0.12 | 0 | 0.16 | 0.42 | 105 | 0.1 | 0.53 |
| Hex | 82 | 94 | 7C | C | 0 | 10 | 2A | 69 | A | 35 |
| Octal | 202 | 224 | 174 | 14 | 0 | 20 | 52 | 151 | 12 | 65 |
| Binary | 10000010 | 10010100 | 1111100 | 1100 | 0 | 10000 | 101010 | 1101001 | 1010 | 110101 |
Color Harmonies of #82947C
Complementary color
Monochromatic Colors of #82947C
Black with #82947C
Text Example
Text Example
White with #82947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82947C; }
p { color: rgb(130,148,124); }
H1.HeaderClassName
{
color: #82947C;
}
.AnyTagClassName
{
color: #82947C;
}
</style>
background-color css
<style>
a { background-color: #82947C; }
a { background-color: rgb(130,148,124); }
div.DivClassName
{
background-color: #82947C;
}
.BgClassName
{
background-color: #82947C;
}
</style>
border-color css
<style>
span { border-color: #82947C; }
span { border-color: rgb(130,148,124); }
td.TdClassName
{
border-color: #82947C;
}
.TagClassName
{
border-color: #82947C;
}
</style>