Shades of Monsoon #846E7F
Tints of Monsoon #846E7F
RGB
CMYK
RGB Variations
Color information
#846E7F (or 0x846E7F) is known color: Monsoon. HEX triplet: 84, 6E and 7F. RGB value is (132,110,127). Sum of RGB (Red+Green+Blue) = 132+110+127=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 132 - color contains mainly: red. Hex color #846E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E7F is #7B9180. Grayscale: #767676. Windows color (decimal): -8098177 or 8351364. OLE color: 8351364.
HSL color Cylindrical-coordinate representation of color #846E7F: hue angle of 313.64º 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 #846E7F is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 127 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.48 |
| HSL | 313.64º | 0.09% | 0.47% | - |
| HSV(B) | 313.64º | 0.17% | 0.52% | - |
| XYZ | 18.92 | 17.59 | 22.48 | - |
| YUV | 118.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 127 | 0 | 0.17 | 0.04 | 0.48 | 313.64 | 0.09 | 0.47 |
| Hex | 84 | 6E | 7F | 0 | 11 | 4 | 30 | 13A | 9 | 2F |
| Octal | 204 | 156 | 177 | 0 | 21 | 4 | 60 | 472 | 11 | 57 |
| Binary | 10000100 | 1101110 | 1111111 | 0 | 10001 | 100 | 110000 | 100111010 | 1001 | 101111 |
Color Harmonies of #846E7F
Complementary color
Monochromatic Colors of #846E7F
Black with #846E7F
Text Example
Text Example
White with #846E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E7F; }
p { color: rgb(132,110,127); }
H1.HeaderClassName
{
color: #846E7F;
}
.AnyTagClassName
{
color: #846E7F;
}
</style>
background-color css
<style>
a { background-color: #846E7F; }
a { background-color: rgb(132,110,127); }
div.DivClassName
{
background-color: #846E7F;
}
.BgClassName
{
background-color: #846E7F;
}
</style>
border-color css
<style>
span { border-color: #846E7F; }
span { border-color: rgb(132,110,127); }
td.TdClassName
{
border-color: #846E7F;
}
.TagClassName
{
border-color: #846E7F;
}
</style>