Shades of Monsoon #83727F
Tints of Monsoon #83727F
RGB
CMYK
RGB Variations
Color information
#83727F (or 0x83727F) is known color: Monsoon. HEX triplet: 83, 72 and 7F. RGB value is (131,114,127). Sum of RGB (Red+Green+Blue) = 131+114+127=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #83727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727F is #7C8D80. Grayscale: #787878. Windows color (decimal): -8162689 or 8352387. OLE color: 8352387.
HSL color Cylindrical-coordinate representation of color #83727F: hue angle of 314.12º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83727F is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 127 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.49 |
| HSL | 314.12º | 0.07% | 0.48% | - |
| HSV(B) | 314.12º | 0.13% | 0.51% | - |
| XYZ | 19.21 | 18.39 | 22.62 | - |
| YUV | 120.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 127 | 0 | 0.13 | 0.03 | 0.49 | 314.12 | 0.07 | 0.48 |
| Hex | 83 | 72 | 7F | 0 | D | 3 | 31 | 13A | 7 | 30 |
| Octal | 203 | 162 | 177 | 0 | 15 | 3 | 61 | 472 | 7 | 60 |
| Binary | 10000011 | 1110010 | 1111111 | 0 | 1101 | 11 | 110001 | 100111010 | 111 | 110000 |
Color Harmonies of #83727F
Complementary color
Monochromatic Colors of #83727F
Black with #83727F
Text Example
Text Example
White with #83727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83727F; }
p { color: rgb(131,114,127); }
H1.HeaderClassName
{
color: #83727F;
}
.AnyTagClassName
{
color: #83727F;
}
</style>
background-color css
<style>
a { background-color: #83727F; }
a { background-color: rgb(131,114,127); }
div.DivClassName
{
background-color: #83727F;
}
.BgClassName
{
background-color: #83727F;
}
</style>
border-color css
<style>
span { border-color: #83727F; }
span { border-color: rgb(131,114,127); }
td.TdClassName
{
border-color: #83727F;
}
.TagClassName
{
border-color: #83727F;
}
</style>