Shades of Amulet #889784
Tints of Amulet #889784
RGB
CMYK
RGB Variations
Color information
#889784 (or 0x889784) is known color: Amulet. HEX triplet: 88, 97 and 84. RGB value is (136,151,132). Sum of RGB (Red+Green+Blue) = 136+151+132=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #889784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889784 is #77687B. Grayscale: #909090. Windows color (decimal): -7825532 or 8689544. OLE color: 8689544.
HSL color Cylindrical-coordinate representation of color #889784: hue angle of 107.37º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889784 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 151 | 132 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.41 |
| HSL | 107.37º | 0.08% | 0.55% | - |
| HSV(B) | 107.37º | 0.13% | 0.59% | - |
| XYZ | 25.38 | 29.03 | 26.1 | - |
| YUV | 144.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 151 | 132 | 0.10 | 0 | 0.13 | 0.41 | 107.37 | 0.08 | 0.55 |
| Hex | 88 | 97 | 84 | A | 0 | D | 29 | 6B | 8 | 37 |
| Octal | 210 | 227 | 204 | 12 | 0 | 15 | 51 | 153 | 10 | 67 |
| Binary | 10001000 | 10010111 | 10000100 | 1010 | 0 | 1101 | 101001 | 1101011 | 1000 | 110111 |
Color Harmonies of #889784
Complementary color
Monochromatic Colors of #889784
Black with #889784
Text Example
Text Example
White with #889784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889784; }
p { color: rgb(136,151,132); }
H1.HeaderClassName
{
color: #889784;
}
.AnyTagClassName
{
color: #889784;
}
</style>
background-color css
<style>
a { background-color: #889784; }
a { background-color: rgb(136,151,132); }
div.DivClassName
{
background-color: #889784;
}
.BgClassName
{
background-color: #889784;
}
</style>
border-color css
<style>
span { border-color: #889784; }
span { border-color: rgb(136,151,132); }
td.TdClassName
{
border-color: #889784;
}
.TagClassName
{
border-color: #889784;
}
</style>