Shades of Amulet #81997E
Tints of Amulet #81997E
RGB
CMYK
RGB Variations
Color information
#81997E (or 0x81997E) is known color: Amulet. HEX triplet: 81, 99 and 7E. RGB value is (129,153,126). Sum of RGB (Red+Green+Blue) = 129+153+126=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #81997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81997E is #7E6681. Grayscale: #8E8E8E. Windows color (decimal): -8283778 or 8296833. OLE color: 8296833.
HSL color Cylindrical-coordinate representation of color #81997E: hue angle of 113.33º 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 #81997E is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 126 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.4 |
| HSL | 113.33º | 0.12% | 0.55% | - |
| HSV(B) | 113.33º | 0.18% | 0.6% | - |
| XYZ | 24.21 | 28.96 | 24.05 | - |
| YUV | 142.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 126 | 0.16 | 0 | 0.18 | 0.4 | 113.33 | 0.12 | 0.55 |
| Hex | 81 | 99 | 7E | 10 | 0 | 12 | 28 | 71 | C | 37 |
| Octal | 201 | 231 | 176 | 20 | 0 | 22 | 50 | 161 | 14 | 67 |
| Binary | 10000001 | 10011001 | 1111110 | 10000 | 0 | 10010 | 101000 | 1110001 | 1100 | 110111 |
Color Harmonies of #81997E
Complementary color
Monochromatic Colors of #81997E
Black with #81997E
Text Example
Text Example
White with #81997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81997E; }
p { color: rgb(129,153,126); }
H1.HeaderClassName
{
color: #81997E;
}
.AnyTagClassName
{
color: #81997E;
}
</style>
background-color css
<style>
a { background-color: #81997E; }
a { background-color: rgb(129,153,126); }
div.DivClassName
{
background-color: #81997E;
}
.BgClassName
{
background-color: #81997E;
}
</style>
border-color css
<style>
span { border-color: #81997E; }
span { border-color: rgb(129,153,126); }
td.TdClassName
{
border-color: #81997E;
}
.TagClassName
{
border-color: #81997E;
}
</style>