Shades of Monsoon #846F7D
Tints of Monsoon #846F7D
RGB
CMYK
RGB Variations
Color information
#846F7D (or 0x846F7D) is known color: Monsoon. HEX triplet: 84, 6F and 7D. RGB value is (132,111,125). Sum of RGB (Red+Green+Blue) = 132+111+125=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 132 - color contains mainly: red. Hex color #846F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F7D is #7B9082. Grayscale: #767676. Windows color (decimal): -8097923 or 8220548. OLE color: 8220548.
HSL color Cylindrical-coordinate representation of color #846F7D: hue angle of 320º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #846F7D is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 125 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.48 |
| HSL | 320º | 0.09% | 0.48% | - |
| HSV(B) | 320º | 0.16% | 0.52% | - |
| XYZ | 18.9 | 17.76 | 21.83 | - |
| YUV | 118.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 125 | 0 | 0.16 | 0.05 | 0.48 | 320 | 0.09 | 0.48 |
| Hex | 84 | 6F | 7D | 0 | 10 | 5 | 30 | 140 | 9 | 30 |
| Octal | 204 | 157 | 175 | 0 | 20 | 5 | 60 | 500 | 11 | 60 |
| Binary | 10000100 | 1101111 | 1111101 | 0 | 10000 | 101 | 110000 | 101000000 | 1001 | 110000 |
Color Harmonies of #846F7D
Complementary color
Monochromatic Colors of #846F7D
Black with #846F7D
Text Example
Text Example
White with #846F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F7D; }
p { color: rgb(132,111,125); }
H1.HeaderClassName
{
color: #846F7D;
}
.AnyTagClassName
{
color: #846F7D;
}
</style>
background-color css
<style>
a { background-color: #846F7D; }
a { background-color: rgb(132,111,125); }
div.DivClassName
{
background-color: #846F7D;
}
.BgClassName
{
background-color: #846F7D;
}
</style>
border-color css
<style>
span { border-color: #846F7D; }
span { border-color: rgb(132,111,125); }
td.TdClassName
{
border-color: #846F7D;
}
.TagClassName
{
border-color: #846F7D;
}
</style>