Shades of Monsoon #85677C
Tints of Monsoon #85677C
RGB
CMYK
RGB Variations
Color information
#85677C (or 0x85677C) is known color: Monsoon. HEX triplet: 85, 67 and 7C. RGB value is (133,103,124). Sum of RGB (Red+Green+Blue) = 133+103+124=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85677C is #7A9883. Grayscale: #727272. Windows color (decimal): -8034436 or 8152965. OLE color: 8152965.
HSL color Cylindrical-coordinate representation of color #85677C: hue angle of 318º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85677C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 124 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.48 |
| HSL | 318º | 0.13% | 0.46% | - |
| HSV(B) | 318º | 0.23% | 0.52% | - |
| XYZ | 18.16 | 16.14 | 21.23 | - |
| YUV | 114.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 124 | 0 | 0.23 | 0.07 | 0.48 | 318 | 0.13 | 0.46 |
| Hex | 85 | 67 | 7C | 0 | 17 | 7 | 30 | 13E | D | 2E |
| Octal | 205 | 147 | 174 | 0 | 27 | 7 | 60 | 476 | 15 | 56 |
| Binary | 10000101 | 1100111 | 1111100 | 0 | 10111 | 111 | 110000 | 100111110 | 1101 | 101110 |
Color Harmonies of #85677C
Complementary color
Monochromatic Colors of #85677C
Black with #85677C
Text Example
Text Example
White with #85677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85677C; }
p { color: rgb(133,103,124); }
H1.HeaderClassName
{
color: #85677C;
}
.AnyTagClassName
{
color: #85677C;
}
</style>
background-color css
<style>
a { background-color: #85677C; }
a { background-color: rgb(133,103,124); }
div.DivClassName
{
background-color: #85677C;
}
.BgClassName
{
background-color: #85677C;
}
</style>
border-color css
<style>
span { border-color: #85677C; }
span { border-color: rgb(133,103,124); }
td.TdClassName
{
border-color: #85677C;
}
.TagClassName
{
border-color: #85677C;
}
</style>