Shades of Monsoon #857C84
Tints of Monsoon #857C84
RGB
CMYK
RGB Variations
Color information
#857C84 (or 0x857C84) is known color: Monsoon. HEX triplet: 85, 7C and 84. RGB value is (133,124,132). Sum of RGB (Red+Green+Blue) = 133+124+132=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 133 - color contains mainly: red. Hex color #857C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857C84 is #7A837B. Grayscale: #7F7F7F. Windows color (decimal): -8029052 or 8682629. OLE color: 8682629.
HSL color Cylindrical-coordinate representation of color #857C84: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #857C84 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 132 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.48 |
| HSL | 306.67º | 0.04% | 0.5% | - |
| HSV(B) | 306.67º | 0.07% | 0.52% | - |
| XYZ | 21.05 | 21.07 | 24.79 | - |
| YUV | 127.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 132 | 0 | 0.07 | 0.01 | 0.48 | 306.67 | 0.04 | 0.5 |
| Hex | 85 | 7C | 84 | 0 | 7 | 1 | 30 | 133 | 4 | 32 |
| Octal | 205 | 174 | 204 | 0 | 7 | 1 | 60 | 463 | 4 | 62 |
| Binary | 10000101 | 1111100 | 10000100 | 0 | 111 | 1 | 110000 | 100110011 | 100 | 110010 |
Color Harmonies of #857C84
Complementary color
Monochromatic Colors of #857C84
Black with #857C84
Text Example
Text Example
White with #857C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C84; }
p { color: rgb(133,124,132); }
H1.HeaderClassName
{
color: #857C84;
}
.AnyTagClassName
{
color: #857C84;
}
</style>
background-color css
<style>
a { background-color: #857C84; }
a { background-color: rgb(133,124,132); }
div.DivClassName
{
background-color: #857C84;
}
.BgClassName
{
background-color: #857C84;
}
</style>
border-color css
<style>
span { border-color: #857C84; }
span { border-color: rgb(133,124,132); }
td.TdClassName
{
border-color: #857C84;
}
.TagClassName
{
border-color: #857C84;
}
</style>