Shades of Monsoon #856F7E
Tints of Monsoon #856F7E
RGB
CMYK
RGB Variations
Color information
#856F7E (or 0x856F7E) is known color: Monsoon. HEX triplet: 85, 6F and 7E. RGB value is (133,111,126). Sum of RGB (Red+Green+Blue) = 133+111+126=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #856F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F7E is #7A9081. Grayscale: #777777. Windows color (decimal): -8032386 or 8286085. OLE color: 8286085.
HSL color Cylindrical-coordinate representation of color #856F7E: hue angle of 319.09º 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 #856F7E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 126 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.48 |
| HSL | 319.09º | 0.09% | 0.48% | - |
| HSV(B) | 319.09º | 0.17% | 0.52% | - |
| XYZ | 19.12 | 17.86 | 22.18 | - |
| YUV | 119.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 126 | 0 | 0.17 | 0.05 | 0.48 | 319.09 | 0.09 | 0.48 |
| Hex | 85 | 6F | 7E | 0 | 11 | 5 | 30 | 13F | 9 | 30 |
| Octal | 205 | 157 | 176 | 0 | 21 | 5 | 60 | 477 | 11 | 60 |
| Binary | 10000101 | 1101111 | 1111110 | 0 | 10001 | 101 | 110000 | 100111111 | 1001 | 110000 |
Color Harmonies of #856F7E
Complementary color
Monochromatic Colors of #856F7E
Black with #856F7E
Text Example
Text Example
White with #856F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F7E; }
p { color: rgb(133,111,126); }
H1.HeaderClassName
{
color: #856F7E;
}
.AnyTagClassName
{
color: #856F7E;
}
</style>
background-color css
<style>
a { background-color: #856F7E; }
a { background-color: rgb(133,111,126); }
div.DivClassName
{
background-color: #856F7E;
}
.BgClassName
{
background-color: #856F7E;
}
</style>
border-color css
<style>
span { border-color: #856F7E; }
span { border-color: rgb(133,111,126); }
td.TdClassName
{
border-color: #856F7E;
}
.TagClassName
{
border-color: #856F7E;
}
</style>