Shades of Amulet #88967F
Tints of Amulet #88967F
RGB
CMYK
RGB Variations
Color information
#88967F (or 0x88967F) is known color: Amulet. HEX triplet: 88, 96 and 7F. RGB value is (136,150,127). Sum of RGB (Red+Green+Blue) = 136+150+127=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #88967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88967F is #776980. Grayscale: #8F8F8F. Windows color (decimal): -7825793 or 8361608. OLE color: 8361608.
HSL color Cylindrical-coordinate representation of color #88967F: hue angle of 96.52º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88967F is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 150 | 127 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.41 |
| HSL | 96.52º | 0.1% | 0.54% | - |
| HSV(B) | 96.52º | 0.15% | 0.59% | - |
| XYZ | 24.89 | 28.58 | 24.28 | - |
| YUV | 143.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 127 | 0.09 | 0 | 0.15 | 0.41 | 96.52 | 0.1 | 0.54 |
| Hex | 88 | 96 | 7F | 9 | 0 | F | 29 | 61 | A | 36 |
| Octal | 210 | 226 | 177 | 11 | 0 | 17 | 51 | 141 | 12 | 66 |
| Binary | 10001000 | 10010110 | 1111111 | 1001 | 0 | 1111 | 101001 | 1100001 | 1010 | 110110 |
Color Harmonies of #88967F
Complementary color
Monochromatic Colors of #88967F
Black with #88967F
Text Example
Text Example
White with #88967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88967F; }
p { color: rgb(136,150,127); }
H1.HeaderClassName
{
color: #88967F;
}
.AnyTagClassName
{
color: #88967F;
}
</style>
background-color css
<style>
a { background-color: #88967F; }
a { background-color: rgb(136,150,127); }
div.DivClassName
{
background-color: #88967F;
}
.BgClassName
{
background-color: #88967F;
}
</style>
border-color css
<style>
span { border-color: #88967F; }
span { border-color: rgb(136,150,127); }
td.TdClassName
{
border-color: #88967F;
}
.TagClassName
{
border-color: #88967F;
}
</style>