Shades of Amulet #879A7F
Tints of Amulet #879A7F
RGB
CMYK
RGB Variations
Color information
#879A7F (or 0x879A7F) is known color: Amulet. HEX triplet: 87, 9A and 7F. RGB value is (135,154,127). Sum of RGB (Red+Green+Blue) = 135+154+127=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #879A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879A7F is #786580. Grayscale: #919191. Windows color (decimal): -7890305 or 8362631. OLE color: 8362631.
HSL color Cylindrical-coordinate representation of color #879A7F: hue angle of 102.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879A7F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 154 | 127 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.40 |
| HSL | 102.22º | 0.12% | 0.55% | - |
| HSV(B) | 102.22º | 0.18% | 0.6% | - |
| XYZ | 25.38 | 29.79 | 24.49 | - |
| YUV | 145.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 127 | 0.12 | 0 | 0.18 | 0.40 | 102.22 | 0.12 | 0.55 |
| Hex | 87 | 9A | 7F | C | 0 | 12 | 28 | 66 | C | 37 |
| Octal | 207 | 232 | 177 | 14 | 0 | 22 | 50 | 146 | 14 | 67 |
| Binary | 10000111 | 10011010 | 1111111 | 1100 | 0 | 10010 | 101000 | 1100110 | 1100 | 110111 |
Color Harmonies of #879A7F
Complementary color
Monochromatic Colors of #879A7F
Black with #879A7F
Text Example
Text Example
White with #879A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879A7F; }
p { color: rgb(135,154,127); }
H1.HeaderClassName
{
color: #879A7F;
}
.AnyTagClassName
{
color: #879A7F;
}
</style>
background-color css
<style>
a { background-color: #879A7F; }
a { background-color: rgb(135,154,127); }
div.DivClassName
{
background-color: #879A7F;
}
.BgClassName
{
background-color: #879A7F;
}
</style>
border-color css
<style>
span { border-color: #879A7F; }
span { border-color: rgb(135,154,127); }
td.TdClassName
{
border-color: #879A7F;
}
.TagClassName
{
border-color: #879A7F;
}
</style>