Shades of Amulet #819A7E
Tints of Amulet #819A7E
RGB
CMYK
RGB Variations
Color information
#819A7E (or 0x819A7E) is known color: Amulet. HEX triplet: 81, 9A and 7E. RGB value is (129,154,126). Sum of RGB (Red+Green+Blue) = 129+154+126=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 154 - color contains mainly: green. Hex color #819A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A7E is #7E6581. Grayscale: #8F8F8F. Windows color (decimal): -8283522 or 8297089. OLE color: 8297089.
HSL color Cylindrical-coordinate representation of color #819A7E: hue angle of 113.57º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #819A7E is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 126 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.40 |
| HSL | 113.57º | 0.12% | 0.55% | - |
| HSV(B) | 113.57º | 0.18% | 0.6% | - |
| XYZ | 24.37 | 29.28 | 24.11 | - |
| YUV | 143.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 126 | 0.16 | 0 | 0.18 | 0.40 | 113.57 | 0.12 | 0.55 |
| Hex | 81 | 9A | 7E | 10 | 0 | 12 | 28 | 72 | C | 37 |
| Octal | 201 | 232 | 176 | 20 | 0 | 22 | 50 | 162 | 14 | 67 |
| Binary | 10000001 | 10011010 | 1111110 | 10000 | 0 | 10010 | 101000 | 1110010 | 1100 | 110111 |
Color Harmonies of #819A7E
Complementary color
Monochromatic Colors of #819A7E
Black with #819A7E
Text Example
Text Example
White with #819A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A7E; }
p { color: rgb(129,154,126); }
H1.HeaderClassName
{
color: #819A7E;
}
.AnyTagClassName
{
color: #819A7E;
}
</style>
background-color css
<style>
a { background-color: #819A7E; }
a { background-color: rgb(129,154,126); }
div.DivClassName
{
background-color: #819A7E;
}
.BgClassName
{
background-color: #819A7E;
}
</style>
border-color css
<style>
span { border-color: #819A7E; }
span { border-color: rgb(129,154,126); }
td.TdClassName
{
border-color: #819A7E;
}
.TagClassName
{
border-color: #819A7E;
}
</style>