Shades of Monsoon #85717E
Tints of Monsoon #85717E
RGB
CMYK
RGB Variations
Color information
#85717E (or 0x85717E) is known color: Monsoon. HEX triplet: 85, 71 and 7E. RGB value is (133,113,126). Sum of RGB (Red+Green+Blue) = 133+113+126=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85717E is #7A8E81. Grayscale: #787878. Windows color (decimal): -8031874 or 8286597. OLE color: 8286597.
HSL color Cylindrical-coordinate representation of color #85717E: hue angle of 321º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85717E is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 126 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.48 |
| HSL | 321º | 0.08% | 0.48% | - |
| HSV(B) | 321º | 0.15% | 0.52% | - |
| XYZ | 19.34 | 18.3 | 22.25 | - |
| YUV | 120.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 126 | 0 | 0.15 | 0.05 | 0.48 | 321 | 0.08 | 0.48 |
| Hex | 85 | 71 | 7E | 0 | F | 5 | 30 | 141 | 8 | 30 |
| Octal | 205 | 161 | 176 | 0 | 17 | 5 | 60 | 501 | 10 | 60 |
| Binary | 10000101 | 1110001 | 1111110 | 0 | 1111 | 101 | 110000 | 101000001 | 1000 | 110000 |
Color Harmonies of #85717E
Complementary color
Monochromatic Colors of #85717E
Black with #85717E
Text Example
Text Example
White with #85717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85717E; }
p { color: rgb(133,113,126); }
H1.HeaderClassName
{
color: #85717E;
}
.AnyTagClassName
{
color: #85717E;
}
</style>
background-color css
<style>
a { background-color: #85717E; }
a { background-color: rgb(133,113,126); }
div.DivClassName
{
background-color: #85717E;
}
.BgClassName
{
background-color: #85717E;
}
</style>
border-color css
<style>
span { border-color: #85717E; }
span { border-color: rgb(133,113,126); }
td.TdClassName
{
border-color: #85717E;
}
.TagClassName
{
border-color: #85717E;
}
</style>