Shades of Amulet #889978
Tints of Amulet #889978
RGB
CMYK
RGB Variations
Color information
#889978 (or 0x889978) is known color: Amulet. HEX triplet: 88, 99 and 78. RGB value is (136,153,120). Sum of RGB (Red+Green+Blue) = 136+153+120=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 153 - color contains mainly: green. Hex color #889978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889978 is #776687. Grayscale: #909090. Windows color (decimal): -7825032 or 7903624. OLE color: 7903624.
HSL color Cylindrical-coordinate representation of color #889978: hue angle of 90.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #889978 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 136 | 153 | 120 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.4 |
| HSL | 90.91º | 0.14% | 0.54% | - |
| HSV(B) | 90.91º | 0.22% | 0.6% | - |
| XYZ | 24.93 | 29.37 | 22.12 | - |
| YUV | 144.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 153 | 120 | 0.11 | 0 | 0.22 | 0.4 | 90.91 | 0.14 | 0.54 |
| Hex | 88 | 99 | 78 | B | 0 | 16 | 28 | 5B | E | 36 |
| Octal | 210 | 231 | 170 | 13 | 0 | 26 | 50 | 133 | 16 | 66 |
| Binary | 10001000 | 10011001 | 1111000 | 1011 | 0 | 10110 | 101000 | 1011011 | 1110 | 110110 |
Color Harmonies of #889978
Complementary color
Monochromatic Colors of #889978
Black with #889978
Text Example
Text Example
White with #889978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889978; }
p { color: rgb(136,153,120); }
H1.HeaderClassName
{
color: #889978;
}
.AnyTagClassName
{
color: #889978;
}
</style>
background-color css
<style>
a { background-color: #889978; }
a { background-color: rgb(136,153,120); }
div.DivClassName
{
background-color: #889978;
}
.BgClassName
{
background-color: #889978;
}
</style>
border-color css
<style>
span { border-color: #889978; }
span { border-color: rgb(136,153,120); }
td.TdClassName
{
border-color: #889978;
}
.TagClassName
{
border-color: #889978;
}
</style>