Shades of Amulet #879F7A
Tints of Amulet #879F7A
RGB
CMYK
RGB Variations
Color information
#879F7A (or 0x879F7A) is known color: Amulet. HEX triplet: 87, 9F and 7A. RGB value is (135,159,122). Sum of RGB (Red+Green+Blue) = 135+159+122=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #879F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F7A is #786085. Grayscale: #939393. Windows color (decimal): -7889030 or 8036231. OLE color: 8036231.
HSL color Cylindrical-coordinate representation of color #879F7A: hue angle of 98.92º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #879F7A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 122 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.38 |
| HSL | 98.92º | 0.16% | 0.55% | - |
| HSV(B) | 98.92º | 0.23% | 0.62% | - |
| XYZ | 25.9 | 31.35 | 23.1 | - |
| YUV | 147.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 122 | 0.15 | 0 | 0.23 | 0.38 | 98.92 | 0.16 | 0.55 |
| Hex | 87 | 9F | 7A | F | 0 | 17 | 26 | 63 | 10 | 37 |
| Octal | 207 | 237 | 172 | 17 | 0 | 27 | 46 | 143 | 20 | 67 |
| Binary | 10000111 | 10011111 | 1111010 | 1111 | 0 | 10111 | 100110 | 1100011 | 10000 | 110111 |
Color Harmonies of #879F7A
Complementary color
Monochromatic Colors of #879F7A
Black with #879F7A
Text Example
Text Example
White with #879F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F7A; }
p { color: rgb(135,159,122); }
H1.HeaderClassName
{
color: #879F7A;
}
.AnyTagClassName
{
color: #879F7A;
}
</style>
background-color css
<style>
a { background-color: #879F7A; }
a { background-color: rgb(135,159,122); }
div.DivClassName
{
background-color: #879F7A;
}
.BgClassName
{
background-color: #879F7A;
}
</style>
border-color css
<style>
span { border-color: #879F7A; }
span { border-color: rgb(135,159,122); }
td.TdClassName
{
border-color: #879F7A;
}
.TagClassName
{
border-color: #879F7A;
}
</style>