Shades of Amulet #889D7A
Tints of Amulet #889D7A
RGB
CMYK
RGB Variations
Color information
#889D7A (or 0x889D7A) is known color: Amulet. HEX triplet: 88, 9D and 7A. RGB value is (136,157,122). Sum of RGB (Red+Green+Blue) = 136+157+122=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #889D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D7A is #776285. Grayscale: #929292. Windows color (decimal): -7824006 or 8035720. OLE color: 8035720.
HSL color Cylindrical-coordinate representation of color #889D7A: hue angle of 96º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889D7A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 122 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.38 |
| HSL | 96º | 0.15% | 0.55% | - |
| HSV(B) | 96º | 0.22% | 0.62% | - |
| XYZ | 25.72 | 30.75 | 22.99 | - |
| YUV | 146.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 122 | 0.13 | 0 | 0.22 | 0.38 | 96 | 0.15 | 0.55 |
| Hex | 88 | 9D | 7A | D | 0 | 16 | 26 | 60 | F | 37 |
| Octal | 210 | 235 | 172 | 15 | 0 | 26 | 46 | 140 | 17 | 67 |
| Binary | 10001000 | 10011101 | 1111010 | 1101 | 0 | 10110 | 100110 | 1100000 | 1111 | 110111 |
Color Harmonies of #889D7A
Complementary color
Monochromatic Colors of #889D7A
Black with #889D7A
Text Example
Text Example
White with #889D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D7A; }
p { color: rgb(136,157,122); }
H1.HeaderClassName
{
color: #889D7A;
}
.AnyTagClassName
{
color: #889D7A;
}
</style>
background-color css
<style>
a { background-color: #889D7A; }
a { background-color: rgb(136,157,122); }
div.DivClassName
{
background-color: #889D7A;
}
.BgClassName
{
background-color: #889D7A;
}
</style>
border-color css
<style>
span { border-color: #889D7A; }
span { border-color: rgb(136,157,122); }
td.TdClassName
{
border-color: #889D7A;
}
.TagClassName
{
border-color: #889D7A;
}
</style>