Shades of Amulet #879980
Tints of Amulet #879980
RGB
CMYK
RGB Variations
Color information
#879980 (or 0x879980) is known color: Amulet. HEX triplet: 87, 99 and 80. RGB value is (135,153,128). Sum of RGB (Red+Green+Blue) = 135+153+128=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #879980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879980 is #78667F. Grayscale: #909090. Windows color (decimal): -7890560 or 8427911. OLE color: 8427911.
HSL color Cylindrical-coordinate representation of color #879980: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #879980 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 128 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.4 |
| HSL | 103.2º | 0.11% | 0.55% | - |
| HSV(B) | 103.2º | 0.16% | 0.6% | - |
| XYZ | 25.28 | 29.49 | 24.78 | - |
| YUV | 144.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 128 | 0.12 | 0 | 0.16 | 0.4 | 103.2 | 0.11 | 0.55 |
| Hex | 87 | 99 | 80 | C | 0 | 10 | 28 | 67 | B | 37 |
| Octal | 207 | 231 | 200 | 14 | 0 | 20 | 50 | 147 | 13 | 67 |
| Binary | 10000111 | 10011001 | 10000000 | 1100 | 0 | 10000 | 101000 | 1100111 | 1011 | 110111 |
Color Harmonies of #879980
Complementary color
Monochromatic Colors of #879980
Black with #879980
Text Example
Text Example
White with #879980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879980; }
p { color: rgb(135,153,128); }
H1.HeaderClassName
{
color: #879980;
}
.AnyTagClassName
{
color: #879980;
}
</style>
background-color css
<style>
a { background-color: #879980; }
a { background-color: rgb(135,153,128); }
div.DivClassName
{
background-color: #879980;
}
.BgClassName
{
background-color: #879980;
}
</style>
border-color css
<style>
span { border-color: #879980; }
span { border-color: rgb(135,153,128); }
td.TdClassName
{
border-color: #879980;
}
.TagClassName
{
border-color: #879980;
}
</style>