Shades of Amulet #879B74
Tints of Amulet #879B74
RGB
CMYK
RGB Variations
Color information
#879B74 (or 0x879B74) is known color: Amulet. HEX triplet: 87, 9B and 74. RGB value is (135,155,116). Sum of RGB (Red+Green+Blue) = 135+155+116=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #879B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879B74 is #78648B. Grayscale: #909090. Windows color (decimal): -7890060 or 7641991. OLE color: 7641991.
HSL color Cylindrical-coordinate representation of color #879B74: hue angle of 90.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879B74 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 155 | 116 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.39 |
| HSL | 90.77º | 0.16% | 0.53% | - |
| HSV(B) | 90.77º | 0.25% | 0.61% | - |
| XYZ | 24.87 | 29.85 | 20.97 | - |
| YUV | 144.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 116 | 0.13 | 0 | 0.25 | 0.39 | 90.77 | 0.16 | 0.53 |
| Hex | 87 | 9B | 74 | D | 0 | 19 | 27 | 5B | 10 | 35 |
| Octal | 207 | 233 | 164 | 15 | 0 | 31 | 47 | 133 | 20 | 65 |
| Binary | 10000111 | 10011011 | 1110100 | 1101 | 0 | 11001 | 100111 | 1011011 | 10000 | 110101 |
Color Harmonies of #879B74
Complementary color
Monochromatic Colors of #879B74
Black with #879B74
Text Example
Text Example
White with #879B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879B74; }
p { color: rgb(135,155,116); }
H1.HeaderClassName
{
color: #879B74;
}
.AnyTagClassName
{
color: #879B74;
}
</style>
background-color css
<style>
a { background-color: #879B74; }
a { background-color: rgb(135,155,116); }
div.DivClassName
{
background-color: #879B74;
}
.BgClassName
{
background-color: #879B74;
}
</style>
border-color css
<style>
span { border-color: #879B74; }
span { border-color: rgb(135,155,116); }
td.TdClassName
{
border-color: #879B74;
}
.TagClassName
{
border-color: #879B74;
}
</style>