Shades of Amulet #829A78
Tints of Amulet #829A78
RGB
CMYK
RGB Variations
Color information
#829A78 (or 0x829A78) is known color: Amulet. HEX triplet: 82, 9A and 78. RGB value is (130,154,120). Sum of RGB (Red+Green+Blue) = 130+154+120=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #829A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A78 is #7D6587. Grayscale: #8F8F8F. Windows color (decimal): -8217992 or 7903874. OLE color: 7903874.
HSL color Cylindrical-coordinate representation of color #829A78: hue angle of 102.35º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #829A78 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 154 | 120 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.40 |
| HSL | 102.35º | 0.14% | 0.54% | - |
| HSV(B) | 102.35º | 0.22% | 0.6% | - |
| XYZ | 24.15 | 29.21 | 22.14 | - |
| YUV | 142.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 154 | 120 | 0.16 | 0 | 0.22 | 0.40 | 102.35 | 0.14 | 0.54 |
| Hex | 82 | 9A | 78 | 10 | 0 | 16 | 28 | 66 | E | 36 |
| Octal | 202 | 232 | 170 | 20 | 0 | 26 | 50 | 146 | 16 | 66 |
| Binary | 10000010 | 10011010 | 1111000 | 10000 | 0 | 10110 | 101000 | 1100110 | 1110 | 110110 |
Color Harmonies of #829A78
Complementary color
Monochromatic Colors of #829A78
Black with #829A78
Text Example
Text Example
White with #829A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829A78; }
p { color: rgb(130,154,120); }
H1.HeaderClassName
{
color: #829A78;
}
.AnyTagClassName
{
color: #829A78;
}
</style>
background-color css
<style>
a { background-color: #829A78; }
a { background-color: rgb(130,154,120); }
div.DivClassName
{
background-color: #829A78;
}
.BgClassName
{
background-color: #829A78;
}
</style>
border-color css
<style>
span { border-color: #829A78; }
span { border-color: rgb(130,154,120); }
td.TdClassName
{
border-color: #829A78;
}
.TagClassName
{
border-color: #829A78;
}
</style>