Shades of Amulet #829C73
Tints of Amulet #829C73
RGB
CMYK
RGB Variations
Color information
#829C73 (or 0x829C73) is known color: Amulet. HEX triplet: 82, 9C and 73. RGB value is (130,156,115). Sum of RGB (Red+Green+Blue) = 130+156+115=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #829C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C73 is #7D638C. Grayscale: #8F8F8F. Windows color (decimal): -8217485 or 7576706. OLE color: 7576706.
HSL color Cylindrical-coordinate representation of color #829C73: hue angle of 98.05º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #829C73 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 115 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.39 |
| HSL | 98.05º | 0.17% | 0.53% | - |
| HSV(B) | 98.05º | 0.26% | 0.61% | - |
| XYZ | 24.19 | 29.76 | 20.69 | - |
| YUV | 143.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 115 | 0.17 | 0 | 0.26 | 0.39 | 98.05 | 0.17 | 0.53 |
| Hex | 82 | 9C | 73 | 11 | 0 | 1A | 27 | 62 | 11 | 35 |
| Octal | 202 | 234 | 163 | 21 | 0 | 32 | 47 | 142 | 21 | 65 |
| Binary | 10000010 | 10011100 | 1110011 | 10001 | 0 | 11010 | 100111 | 1100010 | 10001 | 110101 |
Color Harmonies of #829C73
Complementary color
Monochromatic Colors of #829C73
Black with #829C73
Text Example
Text Example
White with #829C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C73; }
p { color: rgb(130,156,115); }
H1.HeaderClassName
{
color: #829C73;
}
.AnyTagClassName
{
color: #829C73;
}
</style>
background-color css
<style>
a { background-color: #829C73; }
a { background-color: rgb(130,156,115); }
div.DivClassName
{
background-color: #829C73;
}
.BgClassName
{
background-color: #829C73;
}
</style>
border-color css
<style>
span { border-color: #829C73; }
span { border-color: rgb(130,156,115); }
td.TdClassName
{
border-color: #829C73;
}
.TagClassName
{
border-color: #829C73;
}
</style>