Shades of Monsoon #856D7D
Tints of Monsoon #856D7D
RGB
CMYK
RGB Variations
Color information
#856D7D (or 0x856D7D) is known color: Monsoon. HEX triplet: 85, 6D and 7D. RGB value is (133,109,125). Sum of RGB (Red+Green+Blue) = 133+109+125=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #856D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D7D is #7A9282. Grayscale: #757575. Windows color (decimal): -8032899 or 8220037. OLE color: 8220037.
HSL color Cylindrical-coordinate representation of color #856D7D: hue angle of 320º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D7D is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 125 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.48 |
| HSL | 320º | 0.1% | 0.47% | - |
| HSV(B) | 320º | 0.18% | 0.52% | - |
| XYZ | 18.84 | 17.4 | 21.77 | - |
| YUV | 118 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 125 | 0 | 0.18 | 0.06 | 0.48 | 320 | 0.1 | 0.47 |
| Hex | 85 | 6D | 7D | 0 | 12 | 6 | 30 | 140 | A | 2F |
| Octal | 205 | 155 | 175 | 0 | 22 | 6 | 60 | 500 | 12 | 57 |
| Binary | 10000101 | 1101101 | 1111101 | 0 | 10010 | 110 | 110000 | 101000000 | 1010 | 101111 |
Color Harmonies of #856D7D
Complementary color
Monochromatic Colors of #856D7D
Black with #856D7D
Text Example
Text Example
White with #856D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D7D; }
p { color: rgb(133,109,125); }
H1.HeaderClassName
{
color: #856D7D;
}
.AnyTagClassName
{
color: #856D7D;
}
</style>
background-color css
<style>
a { background-color: #856D7D; }
a { background-color: rgb(133,109,125); }
div.DivClassName
{
background-color: #856D7D;
}
.BgClassName
{
background-color: #856D7D;
}
</style>
border-color css
<style>
span { border-color: #856D7D; }
span { border-color: rgb(133,109,125); }
td.TdClassName
{
border-color: #856D7D;
}
.TagClassName
{
border-color: #856D7D;
}
</style>