Shades of Monsoon #837D83
Tints of Monsoon #837D83
RGB
CMYK
RGB Variations
Color information
#837D83 (or 0x837D83) is known color: Monsoon. HEX triplet: 83, 7D and 83. RGB value is (131,125,131). Sum of RGB (Red+Green+Blue) = 131+125+131=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D83 is #7C827C. Grayscale: #7F7F7F. Windows color (decimal): -8159869 or 8617347. OLE color: 8617347.
HSL color Cylindrical-coordinate representation of color #837D83: hue angle of 300º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #837D83 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 125 | 131 | - |
| CMYK | 0 | 0.05 | 0 | 0.49 |
| HSL | 300º | 0.02% | 0.5% | - |
| HSV(B) | 300º | 0.05% | 0.51% | - |
| XYZ | 20.79 | 21.13 | 24.46 | - |
| YUV | 127.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 125 | 131 | 0 | 0.05 | 0 | 0.49 | 300 | 0.02 | 0.5 |
| Hex | 83 | 7D | 83 | 0 | 5 | 0 | 31 | 12C | 2 | 32 |
| Octal | 203 | 175 | 203 | 0 | 5 | 0 | 61 | 454 | 2 | 62 |
| Binary | 10000011 | 1111101 | 10000011 | 0 | 101 | 0 | 110001 | 100101100 | 10 | 110010 |
Color Harmonies of #837D83
Complementary color
Monochromatic Colors of #837D83
Black with #837D83
Text Example
Text Example
White with #837D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837D83; }
p { color: rgb(131,125,131); }
H1.HeaderClassName
{
color: #837D83;
}
.AnyTagClassName
{
color: #837D83;
}
</style>
background-color css
<style>
a { background-color: #837D83; }
a { background-color: rgb(131,125,131); }
div.DivClassName
{
background-color: #837D83;
}
.BgClassName
{
background-color: #837D83;
}
</style>
border-color css
<style>
span { border-color: #837D83; }
span { border-color: rgb(131,125,131); }
td.TdClassName
{
border-color: #837D83;
}
.TagClassName
{
border-color: #837D83;
}
</style>