Shades of Monsoon #83757F
Tints of Monsoon #83757F
RGB
CMYK
RGB Variations
Color information
#83757F (or 0x83757F) is known color: Monsoon. HEX triplet: 83, 75 and 7F. RGB value is (131,117,127). Sum of RGB (Red+Green+Blue) = 131+117+127=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 131 - color contains mainly: red. Hex color #83757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757F is #7C8A80. Grayscale: #7A7A7A. Windows color (decimal): -8161921 or 8353155. OLE color: 8353155.
HSL color Cylindrical-coordinate representation of color #83757F: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83757F is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 127 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.49 |
| HSL | 317.14º | 0.06% | 0.49% | - |
| HSV(B) | 317.14º | 0.11% | 0.51% | - |
| XYZ | 19.55 | 19.08 | 22.73 | - |
| YUV | 122.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 127 | 0 | 0.11 | 0.03 | 0.49 | 317.14 | 0.06 | 0.49 |
| Hex | 83 | 75 | 7F | 0 | B | 3 | 31 | 13D | 6 | 31 |
| Octal | 203 | 165 | 177 | 0 | 13 | 3 | 61 | 475 | 6 | 61 |
| Binary | 10000011 | 1110101 | 1111111 | 0 | 1011 | 11 | 110001 | 100111101 | 110 | 110001 |
Color Harmonies of #83757F
Complementary color
Monochromatic Colors of #83757F
Black with #83757F
Text Example
Text Example
White with #83757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83757F; }
p { color: rgb(131,117,127); }
H1.HeaderClassName
{
color: #83757F;
}
.AnyTagClassName
{
color: #83757F;
}
</style>
background-color css
<style>
a { background-color: #83757F; }
a { background-color: rgb(131,117,127); }
div.DivClassName
{
background-color: #83757F;
}
.BgClassName
{
background-color: #83757F;
}
</style>
border-color css
<style>
span { border-color: #83757F; }
span { border-color: rgb(131,117,127); }
td.TdClassName
{
border-color: #83757F;
}
.TagClassName
{
border-color: #83757F;
}
</style>