Shades of Monsoon #856F80
Tints of Monsoon #856F80
RGB
CMYK
RGB Variations
Color information
#856F80 (or 0x856F80) is known color: Monsoon. HEX triplet: 85, 6F and 80. RGB value is (133,111,128). Sum of RGB (Red+Green+Blue) = 133+111+128=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #856F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F80 is #7A907F. Grayscale: #777777. Windows color (decimal): -8032384 or 8417157. OLE color: 8417157.
HSL color Cylindrical-coordinate representation of color #856F80: hue angle of 313.64º 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 #856F80 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 128 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.48 |
| HSL | 313.64º | 0.09% | 0.48% | - |
| HSV(B) | 313.64º | 0.17% | 0.52% | - |
| XYZ | 19.25 | 17.91 | 22.87 | - |
| YUV | 119.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 128 | 0 | 0.17 | 0.04 | 0.48 | 313.64 | 0.09 | 0.48 |
| Hex | 85 | 6F | 80 | 0 | 11 | 4 | 30 | 13A | 9 | 30 |
| Octal | 205 | 157 | 200 | 0 | 21 | 4 | 60 | 472 | 11 | 60 |
| Binary | 10000101 | 1101111 | 10000000 | 0 | 10001 | 100 | 110000 | 100111010 | 1001 | 110000 |
Color Harmonies of #856F80
Complementary color
Monochromatic Colors of #856F80
Black with #856F80
Text Example
Text Example
White with #856F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F80; }
p { color: rgb(133,111,128); }
H1.HeaderClassName
{
color: #856F80;
}
.AnyTagClassName
{
color: #856F80;
}
</style>
background-color css
<style>
a { background-color: #856F80; }
a { background-color: rgb(133,111,128); }
div.DivClassName
{
background-color: #856F80;
}
.BgClassName
{
background-color: #856F80;
}
</style>
border-color css
<style>
span { border-color: #856F80; }
span { border-color: rgb(133,111,128); }
td.TdClassName
{
border-color: #856F80;
}
.TagClassName
{
border-color: #856F80;
}
</style>