Shades of Amulet #889B7D
Tints of Amulet #889B7D
RGB
CMYK
RGB Variations
Color information
#889B7D (or 0x889B7D) is known color: Amulet. HEX triplet: 88, 9B and 7D. RGB value is (136,155,125). Sum of RGB (Red+Green+Blue) = 136+155+125=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #889B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B7D is #776482. Grayscale: #929292. Windows color (decimal): -7824515 or 8231816. OLE color: 8231816.
HSL color Cylindrical-coordinate representation of color #889B7D: hue angle of 98º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #889B7D is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 125 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.39 |
| HSL | 98º | 0.13% | 0.55% | - |
| HSV(B) | 98º | 0.19% | 0.61% | - |
| XYZ | 25.58 | 30.16 | 23.88 | - |
| YUV | 145.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 125 | 0.12 | 0 | 0.19 | 0.39 | 98 | 0.13 | 0.55 |
| Hex | 88 | 9B | 7D | C | 0 | 13 | 27 | 62 | D | 37 |
| Octal | 210 | 233 | 175 | 14 | 0 | 23 | 47 | 142 | 15 | 67 |
| Binary | 10001000 | 10011011 | 1111101 | 1100 | 0 | 10011 | 100111 | 1100010 | 1101 | 110111 |
Color Harmonies of #889B7D
Complementary color
Monochromatic Colors of #889B7D
Black with #889B7D
Text Example
Text Example
White with #889B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B7D; }
p { color: rgb(136,155,125); }
H1.HeaderClassName
{
color: #889B7D;
}
.AnyTagClassName
{
color: #889B7D;
}
</style>
background-color css
<style>
a { background-color: #889B7D; }
a { background-color: rgb(136,155,125); }
div.DivClassName
{
background-color: #889B7D;
}
.BgClassName
{
background-color: #889B7D;
}
</style>
border-color css
<style>
span { border-color: #889B7D; }
span { border-color: rgb(136,155,125); }
td.TdClassName
{
border-color: #889B7D;
}
.TagClassName
{
border-color: #889B7D;
}
</style>