Shades of Monsoon #83757D
Tints of Monsoon #83757D
RGB
CMYK
RGB Variations
Color information
#83757D (or 0x83757D) is known color: Monsoon. HEX triplet: 83, 75 and 7D. RGB value is (131,117,125). Sum of RGB (Red+Green+Blue) = 131+117+125=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 131 - color contains mainly: red. Hex color #83757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83757D is #7C8A82. Grayscale: #7A7A7A. Windows color (decimal): -8161923 or 8222083. OLE color: 8222083.
HSL color Cylindrical-coordinate representation of color #83757D: hue angle of 325.71º 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 #83757D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 117 | 125 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.49 |
| HSL | 325.71º | 0.06% | 0.49% | - |
| HSV(B) | 325.71º | 0.11% | 0.51% | - |
| XYZ | 19.42 | 19.03 | 22.05 | - |
| YUV | 122.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 117 | 125 | 0 | 0.11 | 0.05 | 0.49 | 325.71 | 0.06 | 0.49 |
| Hex | 83 | 75 | 7D | 0 | B | 5 | 31 | 146 | 6 | 31 |
| Octal | 203 | 165 | 175 | 0 | 13 | 5 | 61 | 506 | 6 | 61 |
| Binary | 10000011 | 1110101 | 1111101 | 0 | 1011 | 101 | 110001 | 101000110 | 110 | 110001 |
Color Harmonies of #83757D
Complementary color
Monochromatic Colors of #83757D
Black with #83757D
Text Example
Text Example
White with #83757D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83757D; }
p { color: rgb(131,117,125); }
H1.HeaderClassName
{
color: #83757D;
}
.AnyTagClassName
{
color: #83757D;
}
</style>
background-color css
<style>
a { background-color: #83757D; }
a { background-color: rgb(131,117,125); }
div.DivClassName
{
background-color: #83757D;
}
.BgClassName
{
background-color: #83757D;
}
</style>
border-color css
<style>
span { border-color: #83757D; }
span { border-color: rgb(131,117,125); }
td.TdClassName
{
border-color: #83757D;
}
.TagClassName
{
border-color: #83757D;
}
</style>