Shades of Amulet #829B7E
Tints of Amulet #829B7E
RGB
CMYK
RGB Variations
Color information
#829B7E (or 0x829B7E) is known color: Amulet. HEX triplet: 82, 9B and 7E. RGB value is (130,155,126). Sum of RGB (Red+Green+Blue) = 130+155+126=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #829B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B7E is #7D6481. Grayscale: #909090. Windows color (decimal): -8217730 or 8297346. OLE color: 8297346.
HSL color Cylindrical-coordinate representation of color #829B7E: hue angle of 111.72º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #829B7E is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 126 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.39 |
| HSL | 111.72º | 0.13% | 0.55% | - |
| HSV(B) | 111.72º | 0.19% | 0.61% | - |
| XYZ | 24.69 | 29.69 | 24.17 | - |
| YUV | 144.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 126 | 0.16 | 0 | 0.19 | 0.39 | 111.72 | 0.13 | 0.55 |
| Hex | 82 | 9B | 7E | 10 | 0 | 13 | 27 | 70 | D | 37 |
| Octal | 202 | 233 | 176 | 20 | 0 | 23 | 47 | 160 | 15 | 67 |
| Binary | 10000010 | 10011011 | 1111110 | 10000 | 0 | 10011 | 100111 | 1110000 | 1101 | 110111 |
Color Harmonies of #829B7E
Complementary color
Monochromatic Colors of #829B7E
Black with #829B7E
Text Example
Text Example
White with #829B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B7E; }
p { color: rgb(130,155,126); }
H1.HeaderClassName
{
color: #829B7E;
}
.AnyTagClassName
{
color: #829B7E;
}
</style>
background-color css
<style>
a { background-color: #829B7E; }
a { background-color: rgb(130,155,126); }
div.DivClassName
{
background-color: #829B7E;
}
.BgClassName
{
background-color: #829B7E;
}
</style>
border-color css
<style>
span { border-color: #829B7E; }
span { border-color: rgb(130,155,126); }
td.TdClassName
{
border-color: #829B7E;
}
.TagClassName
{
border-color: #829B7E;
}
</style>