Shades of Amulet #87B778
Tints of Amulet #87B778
RGB
CMYK
RGB Variations
Color information
#87B778 (or 0x87B778) is known color: Amulet. HEX triplet: 87, B7 and 78. RGB value is (135,183,120). Sum of RGB (Red+Green+Blue) = 135+183+120=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #87B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B778 is #784887. Grayscale: #A1A1A1. Windows color (decimal): -7882888 or 7911303. OLE color: 7911303.
HSL color Cylindrical-coordinate representation of color #87B778: hue angle of 105.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87B778 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 120 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.28 |
| HSL | 105.71º | 0.3% | 0.59% | - |
| HSV(B) | 105.71º | 0.34% | 0.72% | - |
| XYZ | 30.32 | 40.37 | 23.96 | - |
| YUV | 161.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 120 | 0.26 | 0 | 0.34 | 0.28 | 105.71 | 0.3 | 0.59 |
| Hex | 87 | B7 | 78 | 1A | 0 | 22 | 1C | 6A | 1E | 3B |
| Octal | 207 | 267 | 170 | 32 | 0 | 42 | 34 | 152 | 36 | 73 |
| Binary | 10000111 | 10110111 | 1111000 | 11010 | 0 | 100010 | 11100 | 1101010 | 11110 | 111011 |
Color Harmonies of #87B778
Complementary color
Monochromatic Colors of #87B778
Black with #87B778
Text Example
Text Example
White with #87B778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B778; }
p { color: rgb(135,183,120); }
H1.HeaderClassName
{
color: #87B778;
}
.AnyTagClassName
{
color: #87B778;
}
</style>
background-color css
<style>
a { background-color: #87B778; }
a { background-color: rgb(135,183,120); }
div.DivClassName
{
background-color: #87B778;
}
.BgClassName
{
background-color: #87B778;
}
</style>
border-color css
<style>
span { border-color: #87B778; }
span { border-color: rgb(135,183,120); }
td.TdClassName
{
border-color: #87B778;
}
.TagClassName
{
border-color: #87B778;
}
</style>