Shades of Monsoon #83717F
Tints of Monsoon #83717F
RGB
CMYK
RGB Variations
Color information
#83717F (or 0x83717F) is known color: Monsoon. HEX triplet: 83, 71 and 7F. RGB value is (131,113,127). Sum of RGB (Red+Green+Blue) = 131+113+127=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 131 - color contains mainly: red. Hex color #83717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83717F is #7C8E80. Grayscale: #777777. Windows color (decimal): -8162945 or 8352131. OLE color: 8352131.
HSL color Cylindrical-coordinate representation of color #83717F: hue angle of 313.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 #83717F is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 113 | 127 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.49 |
| HSL | 313.33º | 0.07% | 0.48% | - |
| HSV(B) | 313.33º | 0.14% | 0.51% | - |
| XYZ | 19.1 | 18.17 | 22.58 | - |
| YUV | 119.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 127 | 0 | 0.14 | 0.03 | 0.49 | 313.33 | 0.07 | 0.48 |
| Hex | 83 | 71 | 7F | 0 | E | 3 | 31 | 139 | 7 | 30 |
| Octal | 203 | 161 | 177 | 0 | 16 | 3 | 61 | 471 | 7 | 60 |
| Binary | 10000011 | 1110001 | 1111111 | 0 | 1110 | 11 | 110001 | 100111001 | 111 | 110000 |
Color Harmonies of #83717F
Complementary color
Monochromatic Colors of #83717F
Black with #83717F
Text Example
Text Example
White with #83717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83717F; }
p { color: rgb(131,113,127); }
H1.HeaderClassName
{
color: #83717F;
}
.AnyTagClassName
{
color: #83717F;
}
</style>
background-color css
<style>
a { background-color: #83717F; }
a { background-color: rgb(131,113,127); }
div.DivClassName
{
background-color: #83717F;
}
.BgClassName
{
background-color: #83717F;
}
</style>
border-color css
<style>
span { border-color: #83717F; }
span { border-color: rgb(131,113,127); }
td.TdClassName
{
border-color: #83717F;
}
.TagClassName
{
border-color: #83717F;
}
</style>