Shades of Amulet #829D7D
Tints of Amulet #829D7D
RGB
CMYK
RGB Variations
Color information
#829D7D (or 0x829D7D) is known color: Amulet. HEX triplet: 82, 9D and 7D. RGB value is (130,157,125). Sum of RGB (Red+Green+Blue) = 130+157+125=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #829D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D7D is #7D6282. Grayscale: #919191. Windows color (decimal): -8217219 or 8232322. OLE color: 8232322.
HSL color Cylindrical-coordinate representation of color #829D7D: hue angle of 110.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #829D7D is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 125 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.38 |
| HSL | 110.63º | 0.14% | 0.55% | - |
| HSV(B) | 110.63º | 0.2% | 0.62% | - |
| XYZ | 24.96 | 30.34 | 23.94 | - |
| YUV | 145.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 125 | 0.17 | 0 | 0.20 | 0.38 | 110.63 | 0.14 | 0.55 |
| Hex | 82 | 9D | 7D | 11 | 0 | 14 | 26 | 6F | E | 37 |
| Octal | 202 | 235 | 175 | 21 | 0 | 24 | 46 | 157 | 16 | 67 |
| Binary | 10000010 | 10011101 | 1111101 | 10001 | 0 | 10100 | 100110 | 1101111 | 1110 | 110111 |
Color Harmonies of #829D7D
Complementary color
Monochromatic Colors of #829D7D
Black with #829D7D
Text Example
Text Example
White with #829D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D7D; }
p { color: rgb(130,157,125); }
H1.HeaderClassName
{
color: #829D7D;
}
.AnyTagClassName
{
color: #829D7D;
}
</style>
background-color css
<style>
a { background-color: #829D7D; }
a { background-color: rgb(130,157,125); }
div.DivClassName
{
background-color: #829D7D;
}
.BgClassName
{
background-color: #829D7D;
}
</style>
border-color css
<style>
span { border-color: #829D7D; }
span { border-color: rgb(130,157,125); }
td.TdClassName
{
border-color: #829D7D;
}
.TagClassName
{
border-color: #829D7D;
}
</style>