Shades of Monsoon #85707E
Tints of Monsoon #85707E
RGB
CMYK
RGB Variations
Color information
#85707E (or 0x85707E) is known color: Monsoon. HEX triplet: 85, 70 and 7E. RGB value is (133,112,126). Sum of RGB (Red+Green+Blue) = 133+112+126=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 133 - color contains mainly: red. Hex color #85707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707E is #7A8F81. Grayscale: #777777. Windows color (decimal): -8032130 or 8286341. OLE color: 8286341.
HSL color Cylindrical-coordinate representation of color #85707E: hue angle of 320º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85707E is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 126 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.48 |
| HSL | 320º | 0.09% | 0.48% | - |
| HSV(B) | 320º | 0.16% | 0.52% | - |
| XYZ | 19.23 | 18.08 | 22.22 | - |
| YUV | 119.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 126 | 0 | 0.16 | 0.05 | 0.48 | 320 | 0.09 | 0.48 |
| Hex | 85 | 70 | 7E | 0 | 10 | 5 | 30 | 140 | 9 | 30 |
| Octal | 205 | 160 | 176 | 0 | 20 | 5 | 60 | 500 | 11 | 60 |
| Binary | 10000101 | 1110000 | 1111110 | 0 | 10000 | 101 | 110000 | 101000000 | 1001 | 110000 |
Color Harmonies of #85707E
Complementary color
Monochromatic Colors of #85707E
Black with #85707E
Text Example
Text Example
White with #85707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85707E; }
p { color: rgb(133,112,126); }
H1.HeaderClassName
{
color: #85707E;
}
.AnyTagClassName
{
color: #85707E;
}
</style>
background-color css
<style>
a { background-color: #85707E; }
a { background-color: rgb(133,112,126); }
div.DivClassName
{
background-color: #85707E;
}
.BgClassName
{
background-color: #85707E;
}
</style>
border-color css
<style>
span { border-color: #85707E; }
span { border-color: rgb(133,112,126); }
td.TdClassName
{
border-color: #85707E;
}
.TagClassName
{
border-color: #85707E;
}
</style>