Shades of Amulet #87947B
Tints of Amulet #87947B
RGB
CMYK
RGB Variations
Color information
#87947B (or 0x87947B) is known color: Amulet. HEX triplet: 87, 94 and 7B. RGB value is (135,148,123). Sum of RGB (Red+Green+Blue) = 135+148+123=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #87947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87947B is #786B84. Grayscale: #8D8D8D. Windows color (decimal): -7891845 or 8098951. OLE color: 8098951.
HSL color Cylindrical-coordinate representation of color #87947B: hue angle of 91.2º degrees, saturation: 0.1, 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 #87947B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 123 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.42 |
| HSL | 91.2º | 0.1% | 0.53% | - |
| HSV(B) | 91.2º | 0.17% | 0.58% | - |
| XYZ | 24.16 | 27.76 | 22.82 | - |
| YUV | 141.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 123 | 0.09 | 0 | 0.17 | 0.42 | 91.2 | 0.1 | 0.53 |
| Hex | 87 | 94 | 7B | 9 | 0 | 11 | 2A | 5B | A | 35 |
| Octal | 207 | 224 | 173 | 11 | 0 | 21 | 52 | 133 | 12 | 65 |
| Binary | 10000111 | 10010100 | 1111011 | 1001 | 0 | 10001 | 101010 | 1011011 | 1010 | 110101 |
Color Harmonies of #87947B
Complementary color
Monochromatic Colors of #87947B
Black with #87947B
Text Example
Text Example
White with #87947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87947B; }
p { color: rgb(135,148,123); }
H1.HeaderClassName
{
color: #87947B;
}
.AnyTagClassName
{
color: #87947B;
}
</style>
background-color css
<style>
a { background-color: #87947B; }
a { background-color: rgb(135,148,123); }
div.DivClassName
{
background-color: #87947B;
}
.BgClassName
{
background-color: #87947B;
}
</style>
border-color css
<style>
span { border-color: #87947B; }
span { border-color: rgb(135,148,123); }
td.TdClassName
{
border-color: #87947B;
}
.TagClassName
{
border-color: #87947B;
}
</style>