Shades of Amulet #829878
Tints of Amulet #829878
RGB
CMYK
RGB Variations
Color information
#829878 (or 0x829878) is known color: Amulet. HEX triplet: 82, 98 and 78. RGB value is (130,152,120). Sum of RGB (Red+Green+Blue) = 130+152+120=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #829878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829878 is #7D6787. Grayscale: #8D8D8D. Windows color (decimal): -8218504 or 7903362. OLE color: 7903362.
HSL color Cylindrical-coordinate representation of color #829878: hue angle of 101.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #829878 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 120 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.40 |
| HSL | 101.25º | 0.13% | 0.53% | - |
| HSV(B) | 101.25º | 0.21% | 0.6% | - |
| XYZ | 23.82 | 28.56 | 22.03 | - |
| YUV | 141.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 120 | 0.14 | 0 | 0.21 | 0.40 | 101.25 | 0.13 | 0.53 |
| Hex | 82 | 98 | 78 | E | 0 | 15 | 28 | 65 | D | 35 |
| Octal | 202 | 230 | 170 | 16 | 0 | 25 | 50 | 145 | 15 | 65 |
| Binary | 10000010 | 10011000 | 1111000 | 1110 | 0 | 10101 | 101000 | 1100101 | 1101 | 110101 |
Color Harmonies of #829878
Complementary color
Monochromatic Colors of #829878
Black with #829878
Text Example
Text Example
White with #829878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829878; }
p { color: rgb(130,152,120); }
H1.HeaderClassName
{
color: #829878;
}
.AnyTagClassName
{
color: #829878;
}
</style>
background-color css
<style>
a { background-color: #829878; }
a { background-color: rgb(130,152,120); }
div.DivClassName
{
background-color: #829878;
}
.BgClassName
{
background-color: #829878;
}
</style>
border-color css
<style>
span { border-color: #829878; }
span { border-color: rgb(130,152,120); }
td.TdClassName
{
border-color: #829878;
}
.TagClassName
{
border-color: #829878;
}
</style>