Shades of Amulet #819C7C
Tints of Amulet #819C7C
RGB
CMYK
RGB Variations
Color information
#819C7C (or 0x819C7C) is known color: Amulet. HEX triplet: 81, 9C and 7C. RGB value is (129,156,124). Sum of RGB (Red+Green+Blue) = 129+156+124=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #819C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819C7C is #7E6383. Grayscale: #909090. Windows color (decimal): -8283012 or 8166529. OLE color: 8166529.
HSL color Cylindrical-coordinate representation of color #819C7C: hue angle of 110.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #819C7C is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 124 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.39 |
| HSL | 110.63º | 0.14% | 0.55% | - |
| HSV(B) | 110.63º | 0.21% | 0.61% | - |
| XYZ | 24.58 | 29.9 | 23.54 | - |
| YUV | 144.28 | 116.55 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 124 | 0.17 | 0 | 0.21 | 0.39 | 110.63 | 0.14 | 0.55 |
| Hex | 81 | 9C | 7C | 11 | 0 | 15 | 27 | 6F | E | 37 |
| Octal | 201 | 234 | 174 | 21 | 0 | 25 | 47 | 157 | 16 | 67 |
| Binary | 10000001 | 10011100 | 1111100 | 10001 | 0 | 10101 | 100111 | 1101111 | 1110 | 110111 |
Color Harmonies of #819C7C
Complementary color
Monochromatic Colors of #819C7C
Black with #819C7C
Text Example
Text Example
White with #819C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C7C; }
p { color: rgb(129,156,124); }
H1.HeaderClassName
{
color: #819C7C;
}
.AnyTagClassName
{
color: #819C7C;
}
</style>
background-color css
<style>
a { background-color: #819C7C; }
a { background-color: rgb(129,156,124); }
div.DivClassName
{
background-color: #819C7C;
}
.BgClassName
{
background-color: #819C7C;
}
</style>
border-color css
<style>
span { border-color: #819C7C; }
span { border-color: rgb(129,156,124); }
td.TdClassName
{
border-color: #819C7C;
}
.TagClassName
{
border-color: #819C7C;
}
</style>