Shades of Monsoon #83747D
Tints of Monsoon #83747D
RGB
CMYK
RGB Variations
Color information
#83747D (or 0x83747D) is known color: Monsoon. HEX triplet: 83, 74 and 7D. RGB value is (131,116,125). Sum of RGB (Red+Green+Blue) = 131+116+125=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #83747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83747D is #7C8B82. Grayscale: #797979. Windows color (decimal): -8162179 or 8221827. OLE color: 8221827.
HSL color Cylindrical-coordinate representation of color #83747D: hue angle of 324º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83747D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 125 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.49 |
| HSL | 324º | 0.06% | 0.48% | - |
| HSV(B) | 324º | 0.11% | 0.51% | - |
| XYZ | 19.31 | 18.8 | 22.01 | - |
| YUV | 121.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 125 | 0 | 0.11 | 0.05 | 0.49 | 324 | 0.06 | 0.48 |
| Hex | 83 | 74 | 7D | 0 | B | 5 | 31 | 144 | 6 | 30 |
| Octal | 203 | 164 | 175 | 0 | 13 | 5 | 61 | 504 | 6 | 60 |
| Binary | 10000011 | 1110100 | 1111101 | 0 | 1011 | 101 | 110001 | 101000100 | 110 | 110000 |
Color Harmonies of #83747D
Complementary color
Monochromatic Colors of #83747D
Black with #83747D
Text Example
Text Example
White with #83747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83747D; }
p { color: rgb(131,116,125); }
H1.HeaderClassName
{
color: #83747D;
}
.AnyTagClassName
{
color: #83747D;
}
</style>
background-color css
<style>
a { background-color: #83747D; }
a { background-color: rgb(131,116,125); }
div.DivClassName
{
background-color: #83747D;
}
.BgClassName
{
background-color: #83747D;
}
</style>
border-color css
<style>
span { border-color: #83747D; }
span { border-color: rgb(131,116,125); }
td.TdClassName
{
border-color: #83747D;
}
.TagClassName
{
border-color: #83747D;
}
</style>