Shades of Monsoon #85727E
Tints of Monsoon #85727E
RGB
CMYK
RGB Variations
Color information
#85727E (or 0x85727E) is known color: Monsoon. HEX triplet: 85, 72 and 7E. RGB value is (133,114,126). Sum of RGB (Red+Green+Blue) = 133+114+126=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 133 - color contains mainly: red. Hex color #85727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85727E is #7A8D81. Grayscale: #797979. Windows color (decimal): -8031618 or 8286853. OLE color: 8286853.
HSL color Cylindrical-coordinate representation of color #85727E: hue angle of 322.11º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85727E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 126 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.48 |
| HSL | 322.11º | 0.08% | 0.48% | - |
| HSV(B) | 322.11º | 0.14% | 0.52% | - |
| XYZ | 19.46 | 18.53 | 22.29 | - |
| YUV | 121.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 126 | 0 | 0.14 | 0.05 | 0.48 | 322.11 | 0.08 | 0.48 |
| Hex | 85 | 72 | 7E | 0 | E | 5 | 30 | 142 | 8 | 30 |
| Octal | 205 | 162 | 176 | 0 | 16 | 5 | 60 | 502 | 10 | 60 |
| Binary | 10000101 | 1110010 | 1111110 | 0 | 1110 | 101 | 110000 | 101000010 | 1000 | 110000 |
Color Harmonies of #85727E
Complementary color
Monochromatic Colors of #85727E
Black with #85727E
Text Example
Text Example
White with #85727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85727E; }
p { color: rgb(133,114,126); }
H1.HeaderClassName
{
color: #85727E;
}
.AnyTagClassName
{
color: #85727E;
}
</style>
background-color css
<style>
a { background-color: #85727E; }
a { background-color: rgb(133,114,126); }
div.DivClassName
{
background-color: #85727E;
}
.BgClassName
{
background-color: #85727E;
}
</style>
border-color css
<style>
span { border-color: #85727E; }
span { border-color: rgb(133,114,126); }
td.TdClassName
{
border-color: #85727E;
}
.TagClassName
{
border-color: #85727E;
}
</style>