Shades of Amulet #879583
Tints of Amulet #879583
RGB
CMYK
RGB Variations
Color information
#879583 (or 0x879583) is known color: Amulet. HEX triplet: 87, 95 and 83. RGB value is (135,149,131). Sum of RGB (Red+Green+Blue) = 135+149+131=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #879583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879583 is #786A7C. Grayscale: #8E8E8E. Windows color (decimal): -7891581 or 8623495. OLE color: 8623495.
HSL color Cylindrical-coordinate representation of color #879583: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879583 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 149 | 131 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.42 |
| HSL | 106.67º | 0.08% | 0.55% | - |
| HSV(B) | 106.67º | 0.12% | 0.58% | - |
| XYZ | 24.84 | 28.28 | 25.62 | - |
| YUV | 142.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 149 | 131 | 0.09 | 0 | 0.12 | 0.42 | 106.67 | 0.08 | 0.55 |
| Hex | 87 | 95 | 83 | 9 | 0 | C | 2A | 6B | 8 | 37 |
| Octal | 207 | 225 | 203 | 11 | 0 | 14 | 52 | 153 | 10 | 67 |
| Binary | 10000111 | 10010101 | 10000011 | 1001 | 0 | 1100 | 101010 | 1101011 | 1000 | 110111 |
Color Harmonies of #879583
Complementary color
Monochromatic Colors of #879583
Black with #879583
Text Example
Text Example
White with #879583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879583; }
p { color: rgb(135,149,131); }
H1.HeaderClassName
{
color: #879583;
}
.AnyTagClassName
{
color: #879583;
}
</style>
background-color css
<style>
a { background-color: #879583; }
a { background-color: rgb(135,149,131); }
div.DivClassName
{
background-color: #879583;
}
.BgClassName
{
background-color: #879583;
}
</style>
border-color css
<style>
span { border-color: #879583; }
span { border-color: rgb(135,149,131); }
td.TdClassName
{
border-color: #879583;
}
.TagClassName
{
border-color: #879583;
}
</style>