Shades of Amulet #839D7C
Tints of Amulet #839D7C
RGB
CMYK
RGB Variations
Color information
#839D7C (or 0x839D7C) is known color: Amulet. HEX triplet: 83, 9D and 7C. RGB value is (131,157,124). Sum of RGB (Red+Green+Blue) = 131+157+124=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #839D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839D7C is #7C6283. Grayscale: #919191. Windows color (decimal): -8151684 or 8166787. OLE color: 8166787.
HSL color Cylindrical-coordinate representation of color #839D7C: hue angle of 107.27º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #839D7C is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 124 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.38 |
| HSL | 107.27º | 0.14% | 0.55% | - |
| HSV(B) | 107.27º | 0.21% | 0.62% | - |
| XYZ | 25.06 | 30.39 | 23.61 | - |
| YUV | 145.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 124 | 0.17 | 0 | 0.21 | 0.38 | 107.27 | 0.14 | 0.55 |
| Hex | 83 | 9D | 7C | 11 | 0 | 15 | 26 | 6B | E | 37 |
| Octal | 203 | 235 | 174 | 21 | 0 | 25 | 46 | 153 | 16 | 67 |
| Binary | 10000011 | 10011101 | 1111100 | 10001 | 0 | 10101 | 100110 | 1101011 | 1110 | 110111 |
Color Harmonies of #839D7C
Complementary color
Monochromatic Colors of #839D7C
Black with #839D7C
Text Example
Text Example
White with #839D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D7C; }
p { color: rgb(131,157,124); }
H1.HeaderClassName
{
color: #839D7C;
}
.AnyTagClassName
{
color: #839D7C;
}
</style>
background-color css
<style>
a { background-color: #839D7C; }
a { background-color: rgb(131,157,124); }
div.DivClassName
{
background-color: #839D7C;
}
.BgClassName
{
background-color: #839D7C;
}
</style>
border-color css
<style>
span { border-color: #839D7C; }
span { border-color: rgb(131,157,124); }
td.TdClassName
{
border-color: #839D7C;
}
.TagClassName
{
border-color: #839D7C;
}
</style>