Shades of Monsoon #83737E
Tints of Monsoon #83737E
RGB
CMYK
RGB Variations
Color information
#83737E (or 0x83737E) is known color: Monsoon. HEX triplet: 83, 73 and 7E. RGB value is (131,115,126). Sum of RGB (Red+Green+Blue) = 131+115+126=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #83737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83737E is #7C8C81. Grayscale: #797979. Windows color (decimal): -8162434 or 8287107. OLE color: 8287107.
HSL color Cylindrical-coordinate representation of color #83737E: hue angle of 318.75º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83737E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 126 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.49 |
| HSL | 318.75º | 0.07% | 0.48% | - |
| HSV(B) | 318.75º | 0.12% | 0.51% | - |
| XYZ | 19.26 | 18.59 | 22.31 | - |
| YUV | 121.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 126 | 0 | 0.12 | 0.04 | 0.49 | 318.75 | 0.07 | 0.48 |
| Hex | 83 | 73 | 7E | 0 | C | 4 | 31 | 13F | 7 | 30 |
| Octal | 203 | 163 | 176 | 0 | 14 | 4 | 61 | 477 | 7 | 60 |
| Binary | 10000011 | 1110011 | 1111110 | 0 | 1100 | 100 | 110001 | 100111111 | 111 | 110000 |
Color Harmonies of #83737E
Complementary color
Monochromatic Colors of #83737E
Black with #83737E
Text Example
Text Example
White with #83737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83737E; }
p { color: rgb(131,115,126); }
H1.HeaderClassName
{
color: #83737E;
}
.AnyTagClassName
{
color: #83737E;
}
</style>
background-color css
<style>
a { background-color: #83737E; }
a { background-color: rgb(131,115,126); }
div.DivClassName
{
background-color: #83737E;
}
.BgClassName
{
background-color: #83737E;
}
</style>
border-color css
<style>
span { border-color: #83737E; }
span { border-color: rgb(131,115,126); }
td.TdClassName
{
border-color: #83737E;
}
.TagClassName
{
border-color: #83737E;
}
</style>