Shades of Monsoon #85707F
Tints of Monsoon #85707F
RGB
CMYK
RGB Variations
Color information
#85707F (or 0x85707F) is known color: Monsoon. HEX triplet: 85, 70 and 7F. RGB value is (133,112,127). Sum of RGB (Red+Green+Blue) = 133+112+127=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 133 - color contains mainly: red. Hex color #85707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85707F is #7A8F80. Grayscale: #777777. Windows color (decimal): -8032129 or 8351877. OLE color: 8351877.
HSL color Cylindrical-coordinate representation of color #85707F: hue angle of 317.14º 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 #85707F is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 127 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.48 |
| HSL | 317.14º | 0.09% | 0.48% | - |
| HSV(B) | 317.14º | 0.16% | 0.52% | - |
| XYZ | 19.3 | 18.11 | 22.56 | - |
| YUV | 119.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 127 | 0 | 0.16 | 0.05 | 0.48 | 317.14 | 0.09 | 0.48 |
| Hex | 85 | 70 | 7F | 0 | 10 | 5 | 30 | 13D | 9 | 30 |
| Octal | 205 | 160 | 177 | 0 | 20 | 5 | 60 | 475 | 11 | 60 |
| Binary | 10000101 | 1110000 | 1111111 | 0 | 10000 | 101 | 110000 | 100111101 | 1001 | 110000 |
Color Harmonies of #85707F
Complementary color
Monochromatic Colors of #85707F
Black with #85707F
Text Example
Text Example
White with #85707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85707F; }
p { color: rgb(133,112,127); }
H1.HeaderClassName
{
color: #85707F;
}
.AnyTagClassName
{
color: #85707F;
}
</style>
background-color css
<style>
a { background-color: #85707F; }
a { background-color: rgb(133,112,127); }
div.DivClassName
{
background-color: #85707F;
}
.BgClassName
{
background-color: #85707F;
}
</style>
border-color css
<style>
span { border-color: #85707F; }
span { border-color: rgb(133,112,127); }
td.TdClassName
{
border-color: #85707F;
}
.TagClassName
{
border-color: #85707F;
}
</style>