Shades of Amulet #879975
Tints of Amulet #879975
RGB
CMYK
RGB Variations
Color information
#879975 (or 0x879975) is known color: Amulet. HEX triplet: 87, 99 and 75. RGB value is (135,153,117). Sum of RGB (Red+Green+Blue) = 135+153+117=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #879975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879975 is #78668A. Grayscale: #8F8F8F. Windows color (decimal): -7890571 or 7707015. OLE color: 7707015.
HSL color Cylindrical-coordinate representation of color #879975: hue angle of 90º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #879975 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 117 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.4 |
| HSL | 90º | 0.15% | 0.53% | - |
| HSV(B) | 90º | 0.24% | 0.6% | - |
| XYZ | 24.59 | 29.22 | 21.17 | - |
| YUV | 143.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 117 | 0.12 | 0 | 0.24 | 0.4 | 90 | 0.15 | 0.53 |
| Hex | 87 | 99 | 75 | C | 0 | 18 | 28 | 5A | F | 35 |
| Octal | 207 | 231 | 165 | 14 | 0 | 30 | 50 | 132 | 17 | 65 |
| Binary | 10000111 | 10011001 | 1110101 | 1100 | 0 | 11000 | 101000 | 1011010 | 1111 | 110101 |
Color Harmonies of #879975
Complementary color
Monochromatic Colors of #879975
Black with #879975
Text Example
Text Example
White with #879975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879975; }
p { color: rgb(135,153,117); }
H1.HeaderClassName
{
color: #879975;
}
.AnyTagClassName
{
color: #879975;
}
</style>
background-color css
<style>
a { background-color: #879975; }
a { background-color: rgb(135,153,117); }
div.DivClassName
{
background-color: #879975;
}
.BgClassName
{
background-color: #879975;
}
</style>
border-color css
<style>
span { border-color: #879975; }
span { border-color: rgb(135,153,117); }
td.TdClassName
{
border-color: #879975;
}
.TagClassName
{
border-color: #879975;
}
</style>