Shades of Amulet #89977A
Tints of Amulet #89977A
RGB
CMYK
RGB Variations
Color information
#89977A (or 0x89977A) is known color: Amulet. HEX triplet: 89, 97 and 7A. RGB value is (137,151,122). Sum of RGB (Red+Green+Blue) = 137+151+122=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #89977A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89977A is #766885. Grayscale: #8F8F8F. Windows color (decimal): -7760006 or 8034185. OLE color: 8034185.
HSL color Cylindrical-coordinate representation of color #89977A: hue angle of 88.97º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89977A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 151 | 122 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.41 |
| HSL | 88.97º | 0.12% | 0.54% | - |
| HSV(B) | 88.97º | 0.19% | 0.59% | - |
| XYZ | 24.9 | 28.86 | 22.67 | - |
| YUV | 143.51 | 115.86 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 122 | 0.09 | 0 | 0.19 | 0.41 | 88.97 | 0.12 | 0.54 |
| Hex | 89 | 97 | 7A | 9 | 0 | 13 | 29 | 59 | C | 36 |
| Octal | 211 | 227 | 172 | 11 | 0 | 23 | 51 | 131 | 14 | 66 |
| Binary | 10001001 | 10010111 | 1111010 | 1001 | 0 | 10011 | 101001 | 1011001 | 1100 | 110110 |
Color Harmonies of #89977A
Complementary color
Monochromatic Colors of #89977A
Black with #89977A
Text Example
Text Example
White with #89977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89977A; }
p { color: rgb(137,151,122); }
H1.HeaderClassName
{
color: #89977A;
}
.AnyTagClassName
{
color: #89977A;
}
</style>
background-color css
<style>
a { background-color: #89977A; }
a { background-color: rgb(137,151,122); }
div.DivClassName
{
background-color: #89977A;
}
.BgClassName
{
background-color: #89977A;
}
</style>
border-color css
<style>
span { border-color: #89977A; }
span { border-color: rgb(137,151,122); }
td.TdClassName
{
border-color: #89977A;
}
.TagClassName
{
border-color: #89977A;
}
</style>