Shades of Amulet #89997D
Tints of Amulet #89997D
RGB
CMYK
RGB Variations
Color information
#89997D (or 0x89997D) is known color: Amulet. HEX triplet: 89, 99 and 7D. RGB value is (137,153,125). Sum of RGB (Red+Green+Blue) = 137+153+125=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #89997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89997D is #766682. Grayscale: #919191. Windows color (decimal): -7759491 or 8231305. OLE color: 8231305.
HSL color Cylindrical-coordinate representation of color #89997D: hue angle of 94.29º 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 #89997D is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 137 | 153 | 125 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.4 |
| HSL | 94.29º | 0.12% | 0.55% | - |
| HSV(B) | 94.29º | 0.18% | 0.6% | - |
| XYZ | 25.41 | 29.58 | 23.77 | - |
| YUV | 145.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 153 | 125 | 0.10 | 0 | 0.18 | 0.4 | 94.29 | 0.12 | 0.55 |
| Hex | 89 | 99 | 7D | A | 0 | 12 | 28 | 5E | C | 37 |
| Octal | 211 | 231 | 175 | 12 | 0 | 22 | 50 | 136 | 14 | 67 |
| Binary | 10001001 | 10011001 | 1111101 | 1010 | 0 | 10010 | 101000 | 1011110 | 1100 | 110111 |
Color Harmonies of #89997D
Complementary color
Monochromatic Colors of #89997D
Black with #89997D
Text Example
Text Example
White with #89997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89997D; }
p { color: rgb(137,153,125); }
H1.HeaderClassName
{
color: #89997D;
}
.AnyTagClassName
{
color: #89997D;
}
</style>
background-color css
<style>
a { background-color: #89997D; }
a { background-color: rgb(137,153,125); }
div.DivClassName
{
background-color: #89997D;
}
.BgClassName
{
background-color: #89997D;
}
</style>
border-color css
<style>
span { border-color: #89997D; }
span { border-color: rgb(137,153,125); }
td.TdClassName
{
border-color: #89997D;
}
.TagClassName
{
border-color: #89997D;
}
</style>