Shades of Amulet #839975
Tints of Amulet #839975
RGB
CMYK
RGB Variations
Color information
#839975 (or 0x839975) is known color: Amulet. HEX triplet: 83, 99 and 75. RGB value is (131,153,117). Sum of RGB (Red+Green+Blue) = 131+153+117=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #839975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839975 is #7C668A. Grayscale: #8E8E8E. Windows color (decimal): -8152715 or 7707011. OLE color: 7707011.
HSL color Cylindrical-coordinate representation of color #839975: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839975 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 117 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.4 |
| HSL | 96.67º | 0.15% | 0.53% | - |
| HSV(B) | 96.67º | 0.24% | 0.6% | - |
| XYZ | 23.96 | 28.89 | 21.14 | - |
| YUV | 142.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 117 | 0.14 | 0 | 0.24 | 0.4 | 96.67 | 0.15 | 0.53 |
| Hex | 83 | 99 | 75 | E | 0 | 18 | 28 | 61 | F | 35 |
| Octal | 203 | 231 | 165 | 16 | 0 | 30 | 50 | 141 | 17 | 65 |
| Binary | 10000011 | 10011001 | 1110101 | 1110 | 0 | 11000 | 101000 | 1100001 | 1111 | 110101 |
Color Harmonies of #839975
Complementary color
Monochromatic Colors of #839975
Black with #839975
Text Example
Text Example
White with #839975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839975; }
p { color: rgb(131,153,117); }
H1.HeaderClassName
{
color: #839975;
}
.AnyTagClassName
{
color: #839975;
}
</style>
background-color css
<style>
a { background-color: #839975; }
a { background-color: rgb(131,153,117); }
div.DivClassName
{
background-color: #839975;
}
.BgClassName
{
background-color: #839975;
}
</style>
border-color css
<style>
span { border-color: #839975; }
span { border-color: rgb(131,153,117); }
td.TdClassName
{
border-color: #839975;
}
.TagClassName
{
border-color: #839975;
}
</style>