Shades of Amulet #829872
Tints of Amulet #829872
RGB
CMYK
RGB Variations
Color information
#829872 (or 0x829872) is known color: Amulet. HEX triplet: 82, 98 and 72. RGB value is (130,152,114). Sum of RGB (Red+Green+Blue) = 130+152+114=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #829872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829872 is #7D678D. Grayscale: #8D8D8D. Windows color (decimal): -8218510 or 7510146. OLE color: 7510146.
HSL color Cylindrical-coordinate representation of color #829872: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829872 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 114 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.40 |
| HSL | 94.74º | 0.16% | 0.52% | - |
| HSV(B) | 94.74º | 0.25% | 0.6% | - |
| XYZ | 23.47 | 28.42 | 20.17 | - |
| YUV | 141.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 114 | 0.14 | 0 | 0.25 | 0.40 | 94.74 | 0.16 | 0.52 |
| Hex | 82 | 98 | 72 | E | 0 | 19 | 28 | 5F | 10 | 34 |
| Octal | 202 | 230 | 162 | 16 | 0 | 31 | 50 | 137 | 20 | 64 |
| Binary | 10000010 | 10011000 | 1110010 | 1110 | 0 | 11001 | 101000 | 1011111 | 10000 | 110100 |
Color Harmonies of #829872
Complementary color
Monochromatic Colors of #829872
Black with #829872
Text Example
Text Example
White with #829872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829872; }
p { color: rgb(130,152,114); }
H1.HeaderClassName
{
color: #829872;
}
.AnyTagClassName
{
color: #829872;
}
</style>
background-color css
<style>
a { background-color: #829872; }
a { background-color: rgb(130,152,114); }
div.DivClassName
{
background-color: #829872;
}
.BgClassName
{
background-color: #829872;
}
</style>
border-color css
<style>
span { border-color: #829872; }
span { border-color: rgb(130,152,114); }
td.TdClassName
{
border-color: #829872;
}
.TagClassName
{
border-color: #829872;
}
</style>