Shades of Monsoon #836B7C
Tints of Monsoon #836B7C
RGB
CMYK
RGB Variations
Color information
#836B7C (or 0x836B7C) is known color: Monsoon. HEX triplet: 83, 6B and 7C. RGB value is (131,107,124). Sum of RGB (Red+Green+Blue) = 131+107+124=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #836B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B7C is #7C9483. Grayscale: #747474. Windows color (decimal): -8164484 or 8153987. OLE color: 8153987.
HSL color Cylindrical-coordinate representation of color #836B7C: hue angle of 317.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #836B7C is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 124 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.49 |
| HSL | 317.5º | 0.1% | 0.47% | - |
| HSV(B) | 317.5º | 0.18% | 0.51% | - |
| XYZ | 18.26 | 16.8 | 21.35 | - |
| YUV | 116.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 124 | 0 | 0.18 | 0.05 | 0.49 | 317.5 | 0.1 | 0.47 |
| Hex | 83 | 6B | 7C | 0 | 12 | 5 | 31 | 13E | A | 2F |
| Octal | 203 | 153 | 174 | 0 | 22 | 5 | 61 | 476 | 12 | 57 |
| Binary | 10000011 | 1101011 | 1111100 | 0 | 10010 | 101 | 110001 | 100111110 | 1010 | 101111 |
Color Harmonies of #836B7C
Complementary color
Monochromatic Colors of #836B7C
Black with #836B7C
Text Example
Text Example
White with #836B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B7C; }
p { color: rgb(131,107,124); }
H1.HeaderClassName
{
color: #836B7C;
}
.AnyTagClassName
{
color: #836B7C;
}
</style>
background-color css
<style>
a { background-color: #836B7C; }
a { background-color: rgb(131,107,124); }
div.DivClassName
{
background-color: #836B7C;
}
.BgClassName
{
background-color: #836B7C;
}
</style>
border-color css
<style>
span { border-color: #836B7C; }
span { border-color: rgb(131,107,124); }
td.TdClassName
{
border-color: #836B7C;
}
.TagClassName
{
border-color: #836B7C;
}
</style>