Shades of Monsoon #85737E
Tints of Monsoon #85737E
RGB
CMYK
RGB Variations
Color information
#85737E (or 0x85737E) is known color: Monsoon. HEX triplet: 85, 73 and 7E. RGB value is (133,115,126). Sum of RGB (Red+Green+Blue) = 133+115+126=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85737E is #7A8C81. Grayscale: #797979. Windows color (decimal): -8031362 or 8287109. OLE color: 8287109.
HSL color Cylindrical-coordinate representation of color #85737E: hue angle of 323.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85737E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 126 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.48 |
| HSL | 323.33º | 0.07% | 0.49% | - |
| HSV(B) | 323.33º | 0.14% | 0.52% | - |
| XYZ | 19.57 | 18.75 | 22.33 | - |
| YUV | 121.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 126 | 0 | 0.14 | 0.05 | 0.48 | 323.33 | 0.07 | 0.49 |
| Hex | 85 | 73 | 7E | 0 | E | 5 | 30 | 143 | 7 | 31 |
| Octal | 205 | 163 | 176 | 0 | 16 | 5 | 60 | 503 | 7 | 61 |
| Binary | 10000101 | 1110011 | 1111110 | 0 | 1110 | 101 | 110000 | 101000011 | 111 | 110001 |
Color Harmonies of #85737E
Complementary color
Monochromatic Colors of #85737E
Black with #85737E
Text Example
Text Example
White with #85737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85737E; }
p { color: rgb(133,115,126); }
H1.HeaderClassName
{
color: #85737E;
}
.AnyTagClassName
{
color: #85737E;
}
</style>
background-color css
<style>
a { background-color: #85737E; }
a { background-color: rgb(133,115,126); }
div.DivClassName
{
background-color: #85737E;
}
.BgClassName
{
background-color: #85737E;
}
</style>
border-color css
<style>
span { border-color: #85737E; }
span { border-color: rgb(133,115,126); }
td.TdClassName
{
border-color: #85737E;
}
.TagClassName
{
border-color: #85737E;
}
</style>