Shades of Amulet #87987E
Tints of Amulet #87987E
RGB
CMYK
RGB Variations
Color information
#87987E (or 0x87987E) is known color: Amulet. HEX triplet: 87, 98 and 7E. RGB value is (135,152,126). Sum of RGB (Red+Green+Blue) = 135+152+126=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #87987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87987E is #786781. Grayscale: #909090. Windows color (decimal): -7890818 or 8296583. OLE color: 8296583.
HSL color Cylindrical-coordinate representation of color #87987E: hue angle of 99.23º 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 #87987E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 152 | 126 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.40 |
| HSL | 99.23º | 0.11% | 0.55% | - |
| HSV(B) | 99.23º | 0.17% | 0.6% | - |
| XYZ | 24.99 | 29.11 | 24.04 | - |
| YUV | 143.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 152 | 126 | 0.11 | 0 | 0.17 | 0.40 | 99.23 | 0.11 | 0.55 |
| Hex | 87 | 98 | 7E | B | 0 | 11 | 28 | 63 | B | 37 |
| Octal | 207 | 230 | 176 | 13 | 0 | 21 | 50 | 143 | 13 | 67 |
| Binary | 10000111 | 10011000 | 1111110 | 1011 | 0 | 10001 | 101000 | 1100011 | 1011 | 110111 |
Color Harmonies of #87987E
Complementary color
Monochromatic Colors of #87987E
Black with #87987E
Text Example
Text Example
White with #87987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87987E; }
p { color: rgb(135,152,126); }
H1.HeaderClassName
{
color: #87987E;
}
.AnyTagClassName
{
color: #87987E;
}
</style>
background-color css
<style>
a { background-color: #87987E; }
a { background-color: rgb(135,152,126); }
div.DivClassName
{
background-color: #87987E;
}
.BgClassName
{
background-color: #87987E;
}
</style>
border-color css
<style>
span { border-color: #87987E; }
span { border-color: rgb(135,152,126); }
td.TdClassName
{
border-color: #87987E;
}
.TagClassName
{
border-color: #87987E;
}
</style>