Shades of Monsoon #85747E
Tints of Monsoon #85747E
RGB
CMYK
RGB Variations
Color information
#85747E (or 0x85747E) is known color: Monsoon. HEX triplet: 85, 74 and 7E. RGB value is (133,116,126). Sum of RGB (Red+Green+Blue) = 133+116+126=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 133 - color contains mainly: red. Hex color #85747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85747E is #7A8B81. Grayscale: #7A7A7A. Windows color (decimal): -8031106 or 8287365. OLE color: 8287365.
HSL color Cylindrical-coordinate representation of color #85747E: hue angle of 324.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85747E is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 126 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.48 |
| HSL | 324.71º | 0.07% | 0.49% | - |
| HSV(B) | 324.71º | 0.13% | 0.52% | - |
| XYZ | 19.68 | 18.98 | 22.37 | - |
| YUV | 122.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 126 | 0 | 0.13 | 0.05 | 0.48 | 324.71 | 0.07 | 0.49 |
| Hex | 85 | 74 | 7E | 0 | D | 5 | 30 | 145 | 7 | 31 |
| Octal | 205 | 164 | 176 | 0 | 15 | 5 | 60 | 505 | 7 | 61 |
| Binary | 10000101 | 1110100 | 1111110 | 0 | 1101 | 101 | 110000 | 101000101 | 111 | 110001 |
Color Harmonies of #85747E
Complementary color
Monochromatic Colors of #85747E
Black with #85747E
Text Example
Text Example
White with #85747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85747E; }
p { color: rgb(133,116,126); }
H1.HeaderClassName
{
color: #85747E;
}
.AnyTagClassName
{
color: #85747E;
}
</style>
background-color css
<style>
a { background-color: #85747E; }
a { background-color: rgb(133,116,126); }
div.DivClassName
{
background-color: #85747E;
}
.BgClassName
{
background-color: #85747E;
}
</style>
border-color css
<style>
span { border-color: #85747E; }
span { border-color: rgb(133,116,126); }
td.TdClassName
{
border-color: #85747E;
}
.TagClassName
{
border-color: #85747E;
}
</style>