Shades of Amulet #839A7A
Tints of Amulet #839A7A
RGB
CMYK
RGB Variations
Color information
#839A7A (or 0x839A7A) is known color: Amulet. HEX triplet: 83, 9A and 7A. RGB value is (131,154,122). Sum of RGB (Red+Green+Blue) = 131+154+122=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 154 - color contains mainly: green. Hex color #839A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839A7A is #7C6585. Grayscale: #8F8F8F. Windows color (decimal): -8152454 or 8034947. OLE color: 8034947.
HSL color Cylindrical-coordinate representation of color #839A7A: hue angle of 103.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #839A7A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 154 | 122 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.40 |
| HSL | 103.13º | 0.14% | 0.54% | - |
| HSV(B) | 103.13º | 0.21% | 0.6% | - |
| XYZ | 24.43 | 29.34 | 22.79 | - |
| YUV | 143.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 154 | 122 | 0.15 | 0 | 0.21 | 0.40 | 103.13 | 0.14 | 0.54 |
| Hex | 83 | 9A | 7A | F | 0 | 15 | 28 | 67 | E | 36 |
| Octal | 203 | 232 | 172 | 17 | 0 | 25 | 50 | 147 | 16 | 66 |
| Binary | 10000011 | 10011010 | 1111010 | 1111 | 0 | 10101 | 101000 | 1100111 | 1110 | 110110 |
Color Harmonies of #839A7A
Complementary color
Monochromatic Colors of #839A7A
Black with #839A7A
Text Example
Text Example
White with #839A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839A7A; }
p { color: rgb(131,154,122); }
H1.HeaderClassName
{
color: #839A7A;
}
.AnyTagClassName
{
color: #839A7A;
}
</style>
background-color css
<style>
a { background-color: #839A7A; }
a { background-color: rgb(131,154,122); }
div.DivClassName
{
background-color: #839A7A;
}
.BgClassName
{
background-color: #839A7A;
}
</style>
border-color css
<style>
span { border-color: #839A7A; }
span { border-color: rgb(131,154,122); }
td.TdClassName
{
border-color: #839A7A;
}
.TagClassName
{
border-color: #839A7A;
}
</style>