Shades of Monsoon #856F7D
Tints of Monsoon #856F7D
RGB
CMYK
RGB Variations
Color information
#856F7D (or 0x856F7D) is known color: Monsoon. HEX triplet: 85, 6F and 7D. RGB value is (133,111,125). Sum of RGB (Red+Green+Blue) = 133+111+125=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7D is #7A9082. Grayscale: #777777. Windows color (decimal): -8032387 or 8220549. OLE color: 8220549.
HSL color Cylindrical-coordinate representation of color #856F7D: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #856F7D is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 125 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.48 |
| HSL | 321.82º | 0.09% | 0.48% | - |
| HSV(B) | 321.82º | 0.17% | 0.52% | - |
| XYZ | 19.06 | 17.84 | 21.84 | - |
| YUV | 119.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 125 | 0 | 0.17 | 0.06 | 0.48 | 321.82 | 0.09 | 0.48 |
| Hex | 85 | 6F | 7D | 0 | 11 | 6 | 30 | 142 | 9 | 30 |
| Octal | 205 | 157 | 175 | 0 | 21 | 6 | 60 | 502 | 11 | 60 |
| Binary | 10000101 | 1101111 | 1111101 | 0 | 10001 | 110 | 110000 | 101000010 | 1001 | 110000 |
Color Harmonies of #856F7D
Complementary color
Monochromatic Colors of #856F7D
Black with #856F7D
Text Example
Text Example
White with #856F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F7D; }
p { color: rgb(133,111,125); }
H1.HeaderClassName
{
color: #856F7D;
}
.AnyTagClassName
{
color: #856F7D;
}
</style>
background-color css
<style>
a { background-color: #856F7D; }
a { background-color: rgb(133,111,125); }
div.DivClassName
{
background-color: #856F7D;
}
.BgClassName
{
background-color: #856F7D;
}
</style>
border-color css
<style>
span { border-color: #856F7D; }
span { border-color: rgb(133,111,125); }
td.TdClassName
{
border-color: #856F7D;
}
.TagClassName
{
border-color: #856F7D;
}
</style>