Shades of Amulet #839676
Tints of Amulet #839676
RGB
CMYK
RGB Variations
Color information
#839676 (or 0x839676) is known color: Amulet. HEX triplet: 83, 96 and 76. RGB value is (131,150,118). Sum of RGB (Red+Green+Blue) = 131+150+118=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #839676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839676 is #7C6989. Grayscale: #8C8C8C. Windows color (decimal): -8153482 or 7771779. OLE color: 7771779.
HSL color Cylindrical-coordinate representation of color #839676: hue angle of 95.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #839676 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 118 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.41 |
| HSL | 95.63º | 0.13% | 0.53% | - |
| HSV(B) | 95.63º | 0.21% | 0.59% | - |
| XYZ | 23.54 | 27.95 | 21.29 | - |
| YUV | 140.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 118 | 0.13 | 0 | 0.21 | 0.41 | 95.63 | 0.13 | 0.53 |
| Hex | 83 | 96 | 76 | D | 0 | 15 | 29 | 60 | D | 35 |
| Octal | 203 | 226 | 166 | 15 | 0 | 25 | 51 | 140 | 15 | 65 |
| Binary | 10000011 | 10010110 | 1110110 | 1101 | 0 | 10101 | 101001 | 1100000 | 1101 | 110101 |
Color Harmonies of #839676
Complementary color
Monochromatic Colors of #839676
Black with #839676
Text Example
Text Example
White with #839676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839676; }
p { color: rgb(131,150,118); }
H1.HeaderClassName
{
color: #839676;
}
.AnyTagClassName
{
color: #839676;
}
</style>
background-color css
<style>
a { background-color: #839676; }
a { background-color: rgb(131,150,118); }
div.DivClassName
{
background-color: #839676;
}
.BgClassName
{
background-color: #839676;
}
</style>
border-color css
<style>
span { border-color: #839676; }
span { border-color: rgb(131,150,118); }
td.TdClassName
{
border-color: #839676;
}
.TagClassName
{
border-color: #839676;
}
</style>