Shades of Amulet #88987E
Tints of Amulet #88987E
RGB
CMYK
RGB Variations
Color information
#88987E (or 0x88987E) is known color: Amulet. HEX triplet: 88, 98 and 7E. RGB value is (136,152,126). Sum of RGB (Red+Green+Blue) = 136+152+126=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #88987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88987E is #776781. Grayscale: #909090. Windows color (decimal): -7825282 or 8296584. OLE color: 8296584.
HSL color Cylindrical-coordinate representation of color #88987E: hue angle of 96.92º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #88987E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 152 | 126 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.40 |
| HSL | 96.92º | 0.11% | 0.55% | - |
| HSV(B) | 96.92º | 0.17% | 0.6% | - |
| XYZ | 25.15 | 29.2 | 24.05 | - |
| YUV | 144.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 152 | 126 | 0.11 | 0 | 0.17 | 0.40 | 96.92 | 0.11 | 0.55 |
| Hex | 88 | 98 | 7E | B | 0 | 11 | 28 | 61 | B | 37 |
| Octal | 210 | 230 | 176 | 13 | 0 | 21 | 50 | 141 | 13 | 67 |
| Binary | 10001000 | 10011000 | 1111110 | 1011 | 0 | 10001 | 101000 | 1100001 | 1011 | 110111 |
Color Harmonies of #88987E
Complementary color
Monochromatic Colors of #88987E
Black with #88987E
Text Example
Text Example
White with #88987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88987E; }
p { color: rgb(136,152,126); }
H1.HeaderClassName
{
color: #88987E;
}
.AnyTagClassName
{
color: #88987E;
}
</style>
background-color css
<style>
a { background-color: #88987E; }
a { background-color: rgb(136,152,126); }
div.DivClassName
{
background-color: #88987E;
}
.BgClassName
{
background-color: #88987E;
}
</style>
border-color css
<style>
span { border-color: #88987E; }
span { border-color: rgb(136,152,126); }
td.TdClassName
{
border-color: #88987E;
}
.TagClassName
{
border-color: #88987E;
}
</style>