Shades of Monsoon #83717C
Tints of Monsoon #83717C
RGB
CMYK
RGB Variations
Color information
#83717C (or 0x83717C) is known color: Monsoon. HEX triplet: 83, 71 and 7C. RGB value is (131,113,124). Sum of RGB (Red+Green+Blue) = 131+113+124=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #83717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717C is #7C8E83. Grayscale: #777777. Windows color (decimal): -8162948 or 8155523. OLE color: 8155523.
HSL color Cylindrical-coordinate representation of color #83717C: hue angle of 323.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83717C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 124 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.49 |
| HSL | 323.33º | 0.07% | 0.48% | - |
| HSV(B) | 323.33º | 0.14% | 0.51% | - |
| XYZ | 18.9 | 18.09 | 21.56 | - |
| YUV | 119.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 124 | 0 | 0.14 | 0.05 | 0.49 | 323.33 | 0.07 | 0.48 |
| Hex | 83 | 71 | 7C | 0 | E | 5 | 31 | 143 | 7 | 30 |
| Octal | 203 | 161 | 174 | 0 | 16 | 5 | 61 | 503 | 7 | 60 |
| Binary | 10000011 | 1110001 | 1111100 | 0 | 1110 | 101 | 110001 | 101000011 | 111 | 110000 |
Color Harmonies of #83717C
Complementary color
Monochromatic Colors of #83717C
Black with #83717C
Text Example
Text Example
White with #83717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83717C; }
p { color: rgb(131,113,124); }
H1.HeaderClassName
{
color: #83717C;
}
.AnyTagClassName
{
color: #83717C;
}
</style>
background-color css
<style>
a { background-color: #83717C; }
a { background-color: rgb(131,113,124); }
div.DivClassName
{
background-color: #83717C;
}
.BgClassName
{
background-color: #83717C;
}
</style>
border-color css
<style>
span { border-color: #83717C; }
span { border-color: rgb(131,113,124); }
td.TdClassName
{
border-color: #83717C;
}
.TagClassName
{
border-color: #83717C;
}
</style>