Shades of Amulet #829B7A
Tints of Amulet #829B7A
RGB
CMYK
RGB Variations
Color information
#829B7A (or 0x829B7A) is known color: Amulet. HEX triplet: 82, 9B and 7A. RGB value is (130,155,122). Sum of RGB (Red+Green+Blue) = 130+155+122=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #829B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B7A is #7D6485. Grayscale: #8F8F8F. Windows color (decimal): -8217734 or 8035202. OLE color: 8035202.
HSL color Cylindrical-coordinate representation of color #829B7A: hue angle of 105.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829B7A is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 122 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.39 |
| HSL | 105.45º | 0.14% | 0.54% | - |
| HSV(B) | 105.45º | 0.21% | 0.61% | - |
| XYZ | 24.44 | 29.59 | 22.84 | - |
| YUV | 143.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 122 | 0.16 | 0 | 0.21 | 0.39 | 105.45 | 0.14 | 0.54 |
| Hex | 82 | 9B | 7A | 10 | 0 | 15 | 27 | 69 | E | 36 |
| Octal | 202 | 233 | 172 | 20 | 0 | 25 | 47 | 151 | 16 | 66 |
| Binary | 10000010 | 10011011 | 1111010 | 10000 | 0 | 10101 | 100111 | 1101001 | 1110 | 110110 |
Color Harmonies of #829B7A
Complementary color
Monochromatic Colors of #829B7A
Black with #829B7A
Text Example
Text Example
White with #829B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B7A; }
p { color: rgb(130,155,122); }
H1.HeaderClassName
{
color: #829B7A;
}
.AnyTagClassName
{
color: #829B7A;
}
</style>
background-color css
<style>
a { background-color: #829B7A; }
a { background-color: rgb(130,155,122); }
div.DivClassName
{
background-color: #829B7A;
}
.BgClassName
{
background-color: #829B7A;
}
</style>
border-color css
<style>
span { border-color: #829B7A; }
span { border-color: rgb(130,155,122); }
td.TdClassName
{
border-color: #829B7A;
}
.TagClassName
{
border-color: #829B7A;
}
</style>