Shades of Monsoon #83727C
Tints of Monsoon #83727C
RGB
CMYK
RGB Variations
Color information
#83727C (or 0x83727C) is known color: Monsoon. HEX triplet: 83, 72 and 7C. RGB value is (131,114,124). Sum of RGB (Red+Green+Blue) = 131+114+124=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #83727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83727C is #7C8D83. Grayscale: #787878. Windows color (decimal): -8162692 or 8155779. OLE color: 8155779.
HSL color Cylindrical-coordinate representation of color #83727C: hue angle of 324.71º 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 #83727C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 124 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.49 |
| HSL | 324.71º | 0.07% | 0.48% | - |
| HSV(B) | 324.71º | 0.13% | 0.51% | - |
| XYZ | 19.02 | 18.32 | 21.6 | - |
| YUV | 120.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 124 | 0 | 0.13 | 0.05 | 0.49 | 324.71 | 0.07 | 0.48 |
| Hex | 83 | 72 | 7C | 0 | D | 5 | 31 | 145 | 7 | 30 |
| Octal | 203 | 162 | 174 | 0 | 15 | 5 | 61 | 505 | 7 | 60 |
| Binary | 10000011 | 1110010 | 1111100 | 0 | 1101 | 101 | 110001 | 101000101 | 111 | 110000 |
Color Harmonies of #83727C
Complementary color
Monochromatic Colors of #83727C
Black with #83727C
Text Example
Text Example
White with #83727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83727C; }
p { color: rgb(131,114,124); }
H1.HeaderClassName
{
color: #83727C;
}
.AnyTagClassName
{
color: #83727C;
}
</style>
background-color css
<style>
a { background-color: #83727C; }
a { background-color: rgb(131,114,124); }
div.DivClassName
{
background-color: #83727C;
}
.BgClassName
{
background-color: #83727C;
}
</style>
border-color css
<style>
span { border-color: #83727C; }
span { border-color: rgb(131,114,124); }
td.TdClassName
{
border-color: #83727C;
}
.TagClassName
{
border-color: #83727C;
}
</style>