Shades of Monsoon #846D7E
Tints of Monsoon #846D7E
RGB
CMYK
RGB Variations
Color information
#846D7E (or 0x846D7E) is known color: Monsoon. HEX triplet: 84, 6D and 7E. RGB value is (132,109,126). Sum of RGB (Red+Green+Blue) = 132+109+126=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 132 - color contains mainly: red. Hex color #846D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D7E is #7B9281. Grayscale: #757575. Windows color (decimal): -8098434 or 8285572. OLE color: 8285572.
HSL color Cylindrical-coordinate representation of color #846D7E: hue angle of 315.65º degrees, saturation: 0.1, 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 #846D7E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 126 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.48 |
| HSL | 315.65º | 0.1% | 0.47% | - |
| HSV(B) | 315.65º | 0.17% | 0.52% | - |
| XYZ | 18.75 | 17.35 | 22.1 | - |
| YUV | 117.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 126 | 0 | 0.17 | 0.05 | 0.48 | 315.65 | 0.1 | 0.47 |
| Hex | 84 | 6D | 7E | 0 | 11 | 5 | 30 | 13C | A | 2F |
| Octal | 204 | 155 | 176 | 0 | 21 | 5 | 60 | 474 | 12 | 57 |
| Binary | 10000100 | 1101101 | 1111110 | 0 | 10001 | 101 | 110000 | 100111100 | 1010 | 101111 |
Color Harmonies of #846D7E
Complementary color
Monochromatic Colors of #846D7E
Black with #846D7E
Text Example
Text Example
White with #846D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D7E; }
p { color: rgb(132,109,126); }
H1.HeaderClassName
{
color: #846D7E;
}
.AnyTagClassName
{
color: #846D7E;
}
</style>
background-color css
<style>
a { background-color: #846D7E; }
a { background-color: rgb(132,109,126); }
div.DivClassName
{
background-color: #846D7E;
}
.BgClassName
{
background-color: #846D7E;
}
</style>
border-color css
<style>
span { border-color: #846D7E; }
span { border-color: rgb(132,109,126); }
td.TdClassName
{
border-color: #846D7E;
}
.TagClassName
{
border-color: #846D7E;
}
</style>