Shades of Amulet #839B7D
Tints of Amulet #839B7D
RGB
CMYK
RGB Variations
Color information
#839B7D (or 0x839B7D) is known color: Amulet. HEX triplet: 83, 9B and 7D. RGB value is (131,155,125). Sum of RGB (Red+Green+Blue) = 131+155+125=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #839B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839B7D is #7C6482. Grayscale: #909090. Windows color (decimal): -8152195 or 8231811. OLE color: 8231811.
HSL color Cylindrical-coordinate representation of color #839B7D: hue angle of 108º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #839B7D is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 125 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.39 |
| HSL | 108º | 0.13% | 0.55% | - |
| HSV(B) | 108º | 0.19% | 0.61% | - |
| XYZ | 24.78 | 29.75 | 23.84 | - |
| YUV | 144.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 125 | 0.15 | 0 | 0.19 | 0.39 | 108 | 0.13 | 0.55 |
| Hex | 83 | 9B | 7D | F | 0 | 13 | 27 | 6C | D | 37 |
| Octal | 203 | 233 | 175 | 17 | 0 | 23 | 47 | 154 | 15 | 67 |
| Binary | 10000011 | 10011011 | 1111101 | 1111 | 0 | 10011 | 100111 | 1101100 | 1101 | 110111 |
Color Harmonies of #839B7D
Complementary color
Monochromatic Colors of #839B7D
Black with #839B7D
Text Example
Text Example
White with #839B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B7D; }
p { color: rgb(131,155,125); }
H1.HeaderClassName
{
color: #839B7D;
}
.AnyTagClassName
{
color: #839B7D;
}
</style>
background-color css
<style>
a { background-color: #839B7D; }
a { background-color: rgb(131,155,125); }
div.DivClassName
{
background-color: #839B7D;
}
.BgClassName
{
background-color: #839B7D;
}
</style>
border-color css
<style>
span { border-color: #839B7D; }
span { border-color: rgb(131,155,125); }
td.TdClassName
{
border-color: #839B7D;
}
.TagClassName
{
border-color: #839B7D;
}
</style>