Shades of Monsoon #83707F
Tints of Monsoon #83707F
RGB
CMYK
RGB Variations
Color information
#83707F (or 0x83707F) is known color: Monsoon. HEX triplet: 83, 70 and 7F. RGB value is (131,112,127). Sum of RGB (Red+Green+Blue) = 131+112+127=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #83707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83707F is #7C8F80. Grayscale: #777777. Windows color (decimal): -8163201 or 8351875. OLE color: 8351875.
HSL color Cylindrical-coordinate representation of color #83707F: hue angle of 312.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83707F is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 127 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.49 |
| HSL | 312.63º | 0.08% | 0.48% | - |
| HSV(B) | 312.63º | 0.15% | 0.51% | - |
| XYZ | 18.99 | 17.95 | 22.54 | - |
| YUV | 119.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 127 | 0 | 0.15 | 0.03 | 0.49 | 312.63 | 0.08 | 0.48 |
| Hex | 83 | 70 | 7F | 0 | F | 3 | 31 | 139 | 8 | 30 |
| Octal | 203 | 160 | 177 | 0 | 17 | 3 | 61 | 471 | 10 | 60 |
| Binary | 10000011 | 1110000 | 1111111 | 0 | 1111 | 11 | 110001 | 100111001 | 1000 | 110000 |
Color Harmonies of #83707F
Complementary color
Monochromatic Colors of #83707F
Black with #83707F
Text Example
Text Example
White with #83707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83707F; }
p { color: rgb(131,112,127); }
H1.HeaderClassName
{
color: #83707F;
}
.AnyTagClassName
{
color: #83707F;
}
</style>
background-color css
<style>
a { background-color: #83707F; }
a { background-color: rgb(131,112,127); }
div.DivClassName
{
background-color: #83707F;
}
.BgClassName
{
background-color: #83707F;
}
</style>
border-color css
<style>
span { border-color: #83707F; }
span { border-color: rgb(131,112,127); }
td.TdClassName
{
border-color: #83707F;
}
.TagClassName
{
border-color: #83707F;
}
</style>