Shades of Amulet #89957C
Tints of Amulet #89957C
RGB
CMYK
RGB Variations
Color information
#89957C (or 0x89957C) is known color: Amulet. HEX triplet: 89, 95 and 7C. RGB value is (137,149,124). Sum of RGB (Red+Green+Blue) = 137+149+124=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #89957C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89957C is #766A83. Grayscale: #8E8E8E. Windows color (decimal): -7760516 or 8164745. OLE color: 8164745.
HSL color Cylindrical-coordinate representation of color #89957C: hue angle of 88.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #89957C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 124 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.42 |
| HSL | 88.8º | 0.11% | 0.54% | - |
| HSV(B) | 88.8º | 0.17% | 0.58% | - |
| XYZ | 24.7 | 28.27 | 23.22 | - |
| YUV | 142.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 124 | 0.08 | 0 | 0.17 | 0.42 | 88.8 | 0.11 | 0.54 |
| Hex | 89 | 95 | 7C | 8 | 0 | 11 | 2A | 59 | B | 36 |
| Octal | 211 | 225 | 174 | 10 | 0 | 21 | 52 | 131 | 13 | 66 |
| Binary | 10001001 | 10010101 | 1111100 | 1000 | 0 | 10001 | 101010 | 1011001 | 1011 | 110110 |
Color Harmonies of #89957C
Complementary color
Monochromatic Colors of #89957C
Black with #89957C
Text Example
Text Example
White with #89957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89957C; }
p { color: rgb(137,149,124); }
H1.HeaderClassName
{
color: #89957C;
}
.AnyTagClassName
{
color: #89957C;
}
</style>
background-color css
<style>
a { background-color: #89957C; }
a { background-color: rgb(137,149,124); }
div.DivClassName
{
background-color: #89957C;
}
.BgClassName
{
background-color: #89957C;
}
</style>
border-color css
<style>
span { border-color: #89957C; }
span { border-color: rgb(137,149,124); }
td.TdClassName
{
border-color: #89957C;
}
.TagClassName
{
border-color: #89957C;
}
</style>