Shades of Amulet #87B779
Tints of Amulet #87B779
RGB
CMYK
RGB Variations
Color information
#87B779 (or 0x87B779) is known color: Amulet. HEX triplet: 87, B7 and 79. RGB value is (135,183,121). Sum of RGB (Red+Green+Blue) = 135+183+121=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #87B779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87B779 is #784886. Grayscale: #A1A1A1. Windows color (decimal): -7882887 or 7976839. OLE color: 7976839.
HSL color Cylindrical-coordinate representation of color #87B779: hue angle of 106.45º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87B779 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 183 | 121 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.28 |
| HSL | 106.45º | 0.3% | 0.6% | - |
| HSV(B) | 106.45º | 0.34% | 0.72% | - |
| XYZ | 30.38 | 40.4 | 24.29 | - |
| YUV | 161.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 183 | 121 | 0.26 | 0 | 0.34 | 0.28 | 106.45 | 0.3 | 0.6 |
| Hex | 87 | B7 | 79 | 1A | 0 | 22 | 1C | 6A | 1E | 3C |
| Octal | 207 | 267 | 171 | 32 | 0 | 42 | 34 | 152 | 36 | 74 |
| Binary | 10000111 | 10110111 | 1111001 | 11010 | 0 | 100010 | 11100 | 1101010 | 11110 | 111100 |
Color Harmonies of #87B779
Complementary color
Monochromatic Colors of #87B779
Black with #87B779
Text Example
Text Example
White with #87B779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B779; }
p { color: rgb(135,183,121); }
H1.HeaderClassName
{
color: #87B779;
}
.AnyTagClassName
{
color: #87B779;
}
</style>
background-color css
<style>
a { background-color: #87B779; }
a { background-color: rgb(135,183,121); }
div.DivClassName
{
background-color: #87B779;
}
.BgClassName
{
background-color: #87B779;
}
</style>
border-color css
<style>
span { border-color: #87B779; }
span { border-color: rgb(135,183,121); }
td.TdClassName
{
border-color: #87B779;
}
.TagClassName
{
border-color: #87B779;
}
</style>