Shades of Monsoon #846E7C
Tints of Monsoon #846E7C
RGB
CMYK
RGB Variations
Color information
#846E7C (or 0x846E7C) is known color: Monsoon. HEX triplet: 84, 6E and 7C. RGB value is (132,110,124). Sum of RGB (Red+Green+Blue) = 132+110+124=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7C is #7B9183. Grayscale: #767676. Windows color (decimal): -8098180 or 8154756. OLE color: 8154756.
HSL color Cylindrical-coordinate representation of color #846E7C: hue angle of 321.82º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #846E7C is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 124 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.48 |
| HSL | 321.82º | 0.09% | 0.47% | - |
| HSV(B) | 321.82º | 0.17% | 0.52% | - |
| XYZ | 18.73 | 17.51 | 21.46 | - |
| YUV | 118.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 124 | 0 | 0.17 | 0.06 | 0.48 | 321.82 | 0.09 | 0.47 |
| Hex | 84 | 6E | 7C | 0 | 11 | 6 | 30 | 142 | 9 | 2F |
| Octal | 204 | 156 | 174 | 0 | 21 | 6 | 60 | 502 | 11 | 57 |
| Binary | 10000100 | 1101110 | 1111100 | 0 | 10001 | 110 | 110000 | 101000010 | 1001 | 101111 |
Color Harmonies of #846E7C
Complementary color
Monochromatic Colors of #846E7C
Black with #846E7C
Text Example
Text Example
White with #846E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E7C; }
p { color: rgb(132,110,124); }
H1.HeaderClassName
{
color: #846E7C;
}
.AnyTagClassName
{
color: #846E7C;
}
</style>
background-color css
<style>
a { background-color: #846E7C; }
a { background-color: rgb(132,110,124); }
div.DivClassName
{
background-color: #846E7C;
}
.BgClassName
{
background-color: #846E7C;
}
</style>
border-color css
<style>
span { border-color: #846E7C; }
span { border-color: rgb(132,110,124); }
td.TdClassName
{
border-color: #846E7C;
}
.TagClassName
{
border-color: #846E7C;
}
</style>