Shades of Amulet #829B78
Tints of Amulet #829B78
RGB
CMYK
RGB Variations
Color information
#829B78 (or 0x829B78) is known color: Amulet. HEX triplet: 82, 9B and 78. RGB value is (130,155,120). Sum of RGB (Red+Green+Blue) = 130+155+120=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #829B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B78 is #7D6487. Grayscale: #8F8F8F. Windows color (decimal): -8217736 or 7904130. OLE color: 7904130.
HSL color Cylindrical-coordinate representation of color #829B78: hue angle of 102.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #829B78 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 120 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.39 |
| HSL | 102.86º | 0.15% | 0.54% | - |
| HSV(B) | 102.86º | 0.23% | 0.61% | - |
| XYZ | 24.32 | 29.54 | 22.19 | - |
| YUV | 143.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 120 | 0.16 | 0 | 0.23 | 0.39 | 102.86 | 0.15 | 0.54 |
| Hex | 82 | 9B | 78 | 10 | 0 | 17 | 27 | 67 | F | 36 |
| Octal | 202 | 233 | 170 | 20 | 0 | 27 | 47 | 147 | 17 | 66 |
| Binary | 10000010 | 10011011 | 1111000 | 10000 | 0 | 10111 | 100111 | 1100111 | 1111 | 110110 |
Color Harmonies of #829B78
Complementary color
Monochromatic Colors of #829B78
Black with #829B78
Text Example
Text Example
White with #829B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B78; }
p { color: rgb(130,155,120); }
H1.HeaderClassName
{
color: #829B78;
}
.AnyTagClassName
{
color: #829B78;
}
</style>
background-color css
<style>
a { background-color: #829B78; }
a { background-color: rgb(130,155,120); }
div.DivClassName
{
background-color: #829B78;
}
.BgClassName
{
background-color: #829B78;
}
</style>
border-color css
<style>
span { border-color: #829B78; }
span { border-color: rgb(130,155,120); }
td.TdClassName
{
border-color: #829B78;
}
.TagClassName
{
border-color: #829B78;
}
</style>