Shades of Amulet #87997F
Tints of Amulet #87997F
RGB
CMYK
RGB Variations
Color information
#87997F (or 0x87997F) is known color: Amulet. HEX triplet: 87, 99 and 7F. RGB value is (135,153,127). Sum of RGB (Red+Green+Blue) = 135+153+127=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #87997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87997F is #786680. Grayscale: #909090. Windows color (decimal): -7890561 or 8362375. OLE color: 8362375.
HSL color Cylindrical-coordinate representation of color #87997F: hue angle of 101.54º 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 #87997F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 127 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.4 |
| HSL | 101.54º | 0.11% | 0.55% | - |
| HSV(B) | 101.54º | 0.17% | 0.6% | - |
| XYZ | 25.21 | 29.47 | 24.44 | - |
| YUV | 144.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 127 | 0.12 | 0 | 0.17 | 0.4 | 101.54 | 0.11 | 0.55 |
| Hex | 87 | 99 | 7F | C | 0 | 11 | 28 | 66 | B | 37 |
| Octal | 207 | 231 | 177 | 14 | 0 | 21 | 50 | 146 | 13 | 67 |
| Binary | 10000111 | 10011001 | 1111111 | 1100 | 0 | 10001 | 101000 | 1100110 | 1011 | 110111 |
Color Harmonies of #87997F
Complementary color
Monochromatic Colors of #87997F
Black with #87997F
Text Example
Text Example
White with #87997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87997F; }
p { color: rgb(135,153,127); }
H1.HeaderClassName
{
color: #87997F;
}
.AnyTagClassName
{
color: #87997F;
}
</style>
background-color css
<style>
a { background-color: #87997F; }
a { background-color: rgb(135,153,127); }
div.DivClassName
{
background-color: #87997F;
}
.BgClassName
{
background-color: #87997F;
}
</style>
border-color css
<style>
span { border-color: #87997F; }
span { border-color: rgb(135,153,127); }
td.TdClassName
{
border-color: #87997F;
}
.TagClassName
{
border-color: #87997F;
}
</style>