Shades of Amulet #83B776
Tints of Amulet #83B776
RGB
CMYK
RGB Variations
Color information
#83B776 (or 0x83B776) is known color: Amulet. HEX triplet: 83, B7 and 76. RGB value is (131,183,118). Sum of RGB (Red+Green+Blue) = 131+183+118=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #83B776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B776 is #7C4889. Grayscale: #A0A0A0. Windows color (decimal): -8145034 or 7780227. OLE color: 7780227.
HSL color Cylindrical-coordinate representation of color #83B776: hue angle of 108º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83B776 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 118 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.28 |
| HSL | 108º | 0.31% | 0.59% | - |
| HSV(B) | 108º | 0.36% | 0.72% | - |
| XYZ | 29.56 | 40 | 23.3 | - |
| YUV | 160.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 118 | 0.28 | 0 | 0.36 | 0.28 | 108 | 0.31 | 0.59 |
| Hex | 83 | B7 | 76 | 1C | 0 | 24 | 1C | 6C | 1F | 3B |
| Octal | 203 | 267 | 166 | 34 | 0 | 44 | 34 | 154 | 37 | 73 |
| Binary | 10000011 | 10110111 | 1110110 | 11100 | 0 | 100100 | 11100 | 1101100 | 11111 | 111011 |
Color Harmonies of #83B776
Complementary color
Monochromatic Colors of #83B776
Black with #83B776
Text Example
Text Example
White with #83B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B776; }
p { color: rgb(131,183,118); }
H1.HeaderClassName
{
color: #83B776;
}
.AnyTagClassName
{
color: #83B776;
}
</style>
background-color css
<style>
a { background-color: #83B776; }
a { background-color: rgb(131,183,118); }
div.DivClassName
{
background-color: #83B776;
}
.BgClassName
{
background-color: #83B776;
}
</style>
border-color css
<style>
span { border-color: #83B776; }
span { border-color: rgb(131,183,118); }
td.TdClassName
{
border-color: #83B776;
}
.TagClassName
{
border-color: #83B776;
}
</style>