Shades of Amulet #88957B
Tints of Amulet #88957B
RGB
CMYK
RGB Variations
Color information
#88957B (or 0x88957B) is known color: Amulet. HEX triplet: 88, 95 and 7B. RGB value is (136,149,123). Sum of RGB (Red+Green+Blue) = 136+149+123=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #88957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88957B is #776A84. Grayscale: #8E8E8E. Windows color (decimal): -7826053 or 8099208. OLE color: 8099208.
HSL color Cylindrical-coordinate representation of color #88957B: hue angle of 90º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88957B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 149 | 123 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.42 |
| HSL | 90º | 0.11% | 0.53% | - |
| HSV(B) | 90º | 0.17% | 0.58% | - |
| XYZ | 24.48 | 28.16 | 22.88 | - |
| YUV | 142.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 123 | 0.09 | 0 | 0.17 | 0.42 | 90 | 0.11 | 0.53 |
| Hex | 88 | 95 | 7B | 9 | 0 | 11 | 2A | 5A | B | 35 |
| Octal | 210 | 225 | 173 | 11 | 0 | 21 | 52 | 132 | 13 | 65 |
| Binary | 10001000 | 10010101 | 1111011 | 1001 | 0 | 10001 | 101010 | 1011010 | 1011 | 110101 |
Color Harmonies of #88957B
Complementary color
Monochromatic Colors of #88957B
Black with #88957B
Text Example
Text Example
White with #88957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88957B; }
p { color: rgb(136,149,123); }
H1.HeaderClassName
{
color: #88957B;
}
.AnyTagClassName
{
color: #88957B;
}
</style>
background-color css
<style>
a { background-color: #88957B; }
a { background-color: rgb(136,149,123); }
div.DivClassName
{
background-color: #88957B;
}
.BgClassName
{
background-color: #88957B;
}
</style>
border-color css
<style>
span { border-color: #88957B; }
span { border-color: rgb(136,149,123); }
td.TdClassName
{
border-color: #88957B;
}
.TagClassName
{
border-color: #88957B;
}
</style>