Shades of Amulet #89987E
Tints of Amulet #89987E
RGB
CMYK
RGB Variations
Color information
#89987E (or 0x89987E) is known color: Amulet. HEX triplet: 89, 98 and 7E. RGB value is (137,152,126). Sum of RGB (Red+Green+Blue) = 137+152+126=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #89987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89987E is #766781. Grayscale: #909090. Windows color (decimal): -7759746 or 8296585. OLE color: 8296585.
HSL color Cylindrical-coordinate representation of color #89987E: hue angle of 94.62º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89987E is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 152 | 126 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.40 |
| HSL | 94.62º | 0.11% | 0.55% | - |
| HSV(B) | 94.62º | 0.17% | 0.6% | - |
| XYZ | 25.31 | 29.28 | 24.06 | - |
| YUV | 144.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 152 | 126 | 0.10 | 0 | 0.17 | 0.40 | 94.62 | 0.11 | 0.55 |
| Hex | 89 | 98 | 7E | A | 0 | 11 | 28 | 5F | B | 37 |
| Octal | 211 | 230 | 176 | 12 | 0 | 21 | 50 | 137 | 13 | 67 |
| Binary | 10001001 | 10011000 | 1111110 | 1010 | 0 | 10001 | 101000 | 1011111 | 1011 | 110111 |
Color Harmonies of #89987E
Complementary color
Monochromatic Colors of #89987E
Black with #89987E
Text Example
Text Example
White with #89987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89987E; }
p { color: rgb(137,152,126); }
H1.HeaderClassName
{
color: #89987E;
}
.AnyTagClassName
{
color: #89987E;
}
</style>
background-color css
<style>
a { background-color: #89987E; }
a { background-color: rgb(137,152,126); }
div.DivClassName
{
background-color: #89987E;
}
.BgClassName
{
background-color: #89987E;
}
</style>
border-color css
<style>
span { border-color: #89987E; }
span { border-color: rgb(137,152,126); }
td.TdClassName
{
border-color: #89987E;
}
.TagClassName
{
border-color: #89987E;
}
</style>