Shades of Amulet #829C75
Tints of Amulet #829C75
RGB
CMYK
RGB Variations
Color information
#829C75 (or 0x829C75) is known color: Amulet. HEX triplet: 82, 9C and 75. RGB value is (130,156,117). Sum of RGB (Red+Green+Blue) = 130+156+117=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 156 - color contains mainly: green. Hex color #829C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C75 is #7D638A. Grayscale: #8F8F8F. Windows color (decimal): -8217483 or 7707778. OLE color: 7707778.
HSL color Cylindrical-coordinate representation of color #829C75: hue angle of 100º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829C75 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 117 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.39 |
| HSL | 100º | 0.16% | 0.54% | - |
| HSV(B) | 100º | 0.25% | 0.61% | - |
| XYZ | 24.31 | 29.81 | 21.3 | - |
| YUV | 143.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 117 | 0.17 | 0 | 0.25 | 0.39 | 100 | 0.16 | 0.54 |
| Hex | 82 | 9C | 75 | 11 | 0 | 19 | 27 | 64 | 10 | 36 |
| Octal | 202 | 234 | 165 | 21 | 0 | 31 | 47 | 144 | 20 | 66 |
| Binary | 10000010 | 10011100 | 1110101 | 10001 | 0 | 11001 | 100111 | 1100100 | 10000 | 110110 |
Color Harmonies of #829C75
Complementary color
Monochromatic Colors of #829C75
Black with #829C75
Text Example
Text Example
White with #829C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C75; }
p { color: rgb(130,156,117); }
H1.HeaderClassName
{
color: #829C75;
}
.AnyTagClassName
{
color: #829C75;
}
</style>
background-color css
<style>
a { background-color: #829C75; }
a { background-color: rgb(130,156,117); }
div.DivClassName
{
background-color: #829C75;
}
.BgClassName
{
background-color: #829C75;
}
</style>
border-color css
<style>
span { border-color: #829C75; }
span { border-color: rgb(130,156,117); }
td.TdClassName
{
border-color: #829C75;
}
.TagClassName
{
border-color: #829C75;
}
</style>