Shades of Monsoon #836F7E
Tints of Monsoon #836F7E
RGB
CMYK
RGB Variations
Color information
#836F7E (or 0x836F7E) is known color: Monsoon. HEX triplet: 83, 6F and 7E. RGB value is (131,111,126). Sum of RGB (Red+Green+Blue) = 131+111+126=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #836F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836F7E is #7C9081. Grayscale: #767676. Windows color (decimal): -8163458 or 8286083. OLE color: 8286083.
HSL color Cylindrical-coordinate representation of color #836F7E: hue angle of 315º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #836F7E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 126 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.49 |
| HSL | 315º | 0.08% | 0.47% | - |
| HSV(B) | 315º | 0.15% | 0.51% | - |
| XYZ | 18.81 | 17.7 | 22.16 | - |
| YUV | 118.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 126 | 0 | 0.15 | 0.04 | 0.49 | 315 | 0.08 | 0.47 |
| Hex | 83 | 6F | 7E | 0 | F | 4 | 31 | 13B | 8 | 2F |
| Octal | 203 | 157 | 176 | 0 | 17 | 4 | 61 | 473 | 10 | 57 |
| Binary | 10000011 | 1101111 | 1111110 | 0 | 1111 | 100 | 110001 | 100111011 | 1000 | 101111 |
Color Harmonies of #836F7E
Complementary color
Monochromatic Colors of #836F7E
Black with #836F7E
Text Example
Text Example
White with #836F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F7E; }
p { color: rgb(131,111,126); }
H1.HeaderClassName
{
color: #836F7E;
}
.AnyTagClassName
{
color: #836F7E;
}
</style>
background-color css
<style>
a { background-color: #836F7E; }
a { background-color: rgb(131,111,126); }
div.DivClassName
{
background-color: #836F7E;
}
.BgClassName
{
background-color: #836F7E;
}
</style>
border-color css
<style>
span { border-color: #836F7E; }
span { border-color: rgb(131,111,126); }
td.TdClassName
{
border-color: #836F7E;
}
.TagClassName
{
border-color: #836F7E;
}
</style>