Shades of Amulet #889B76
Tints of Amulet #889B76
RGB
CMYK
RGB Variations
Color information
#889B76 (or 0x889B76) is known color: Amulet. HEX triplet: 88, 9B and 76. RGB value is (136,155,118). Sum of RGB (Red+Green+Blue) = 136+155+118=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #889B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B76 is #776489. Grayscale: #919191. Windows color (decimal): -7824522 or 7773064. OLE color: 7773064.
HSL color Cylindrical-coordinate representation of color #889B76: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889B76 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 118 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.39 |
| HSL | 90.81º | 0.16% | 0.54% | - |
| HSV(B) | 90.81º | 0.24% | 0.61% | - |
| XYZ | 25.14 | 29.98 | 21.6 | - |
| YUV | 145.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 118 | 0.12 | 0 | 0.24 | 0.39 | 90.81 | 0.16 | 0.54 |
| Hex | 88 | 9B | 76 | C | 0 | 18 | 27 | 5B | 10 | 36 |
| Octal | 210 | 233 | 166 | 14 | 0 | 30 | 47 | 133 | 20 | 66 |
| Binary | 10001000 | 10011011 | 1110110 | 1100 | 0 | 11000 | 100111 | 1011011 | 10000 | 110110 |
Color Harmonies of #889B76
Complementary color
Monochromatic Colors of #889B76
Black with #889B76
Text Example
Text Example
White with #889B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B76; }
p { color: rgb(136,155,118); }
H1.HeaderClassName
{
color: #889B76;
}
.AnyTagClassName
{
color: #889B76;
}
</style>
background-color css
<style>
a { background-color: #889B76; }
a { background-color: rgb(136,155,118); }
div.DivClassName
{
background-color: #889B76;
}
.BgClassName
{
background-color: #889B76;
}
</style>
border-color css
<style>
span { border-color: #889B76; }
span { border-color: rgb(136,155,118); }
td.TdClassName
{
border-color: #889B76;
}
.TagClassName
{
border-color: #889B76;
}
</style>