Shades of Amulet #829F72
Tints of Amulet #829F72
RGB
CMYK
RGB Variations
Color information
#829F72 (or 0x829F72) is known color: Amulet. HEX triplet: 82, 9F and 72. RGB value is (130,159,114). Sum of RGB (Red+Green+Blue) = 130+159+114=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #829F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F72 is #7D608D. Grayscale: #919191. Windows color (decimal): -8216718 or 7511938. OLE color: 7511938.
HSL color Cylindrical-coordinate representation of color #829F72: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #829F72 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 159 | 114 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.38 |
| HSL | 98.67º | 0.19% | 0.54% | - |
| HSV(B) | 98.67º | 0.28% | 0.62% | - |
| XYZ | 24.64 | 30.76 | 20.56 | - |
| YUV | 145.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 159 | 114 | 0.18 | 0 | 0.28 | 0.38 | 98.67 | 0.19 | 0.54 |
| Hex | 82 | 9F | 72 | 12 | 0 | 1C | 26 | 63 | 13 | 36 |
| Octal | 202 | 237 | 162 | 22 | 0 | 34 | 46 | 143 | 23 | 66 |
| Binary | 10000010 | 10011111 | 1110010 | 10010 | 0 | 11100 | 100110 | 1100011 | 10011 | 110110 |
Color Harmonies of #829F72
Complementary color
Monochromatic Colors of #829F72
Black with #829F72
Text Example
Text Example
White with #829F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829F72; }
p { color: rgb(130,159,114); }
H1.HeaderClassName
{
color: #829F72;
}
.AnyTagClassName
{
color: #829F72;
}
</style>
background-color css
<style>
a { background-color: #829F72; }
a { background-color: rgb(130,159,114); }
div.DivClassName
{
background-color: #829F72;
}
.BgClassName
{
background-color: #829F72;
}
</style>
border-color css
<style>
span { border-color: #829F72; }
span { border-color: rgb(130,159,114); }
td.TdClassName
{
border-color: #829F72;
}
.TagClassName
{
border-color: #829F72;
}
</style>