Shades of Monsoon #846B7E
Tints of Monsoon #846B7E
RGB
CMYK
RGB Variations
Color information
#846B7E (or 0x846B7E) is known color: Monsoon. HEX triplet: 84, 6B and 7E. RGB value is (132,107,126). Sum of RGB (Red+Green+Blue) = 132+107+126=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B7E is #7B9481. Grayscale: #747474. Windows color (decimal): -8098946 or 8285060. OLE color: 8285060.
HSL color Cylindrical-coordinate representation of color #846B7E: hue angle of 314.4º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846B7E is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 126 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.48 |
| HSL | 314.4º | 0.1% | 0.47% | - |
| HSV(B) | 314.4º | 0.19% | 0.52% | - |
| XYZ | 18.54 | 16.93 | 22.03 | - |
| YUV | 116.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 126 | 0 | 0.19 | 0.05 | 0.48 | 314.4 | 0.1 | 0.47 |
| Hex | 84 | 6B | 7E | 0 | 13 | 5 | 30 | 13A | A | 2F |
| Octal | 204 | 153 | 176 | 0 | 23 | 5 | 60 | 472 | 12 | 57 |
| Binary | 10000100 | 1101011 | 1111110 | 0 | 10011 | 101 | 110000 | 100111010 | 1010 | 101111 |
Color Harmonies of #846B7E
Complementary color
Monochromatic Colors of #846B7E
Black with #846B7E
Text Example
Text Example
White with #846B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B7E; }
p { color: rgb(132,107,126); }
H1.HeaderClassName
{
color: #846B7E;
}
.AnyTagClassName
{
color: #846B7E;
}
</style>
background-color css
<style>
a { background-color: #846B7E; }
a { background-color: rgb(132,107,126); }
div.DivClassName
{
background-color: #846B7E;
}
.BgClassName
{
background-color: #846B7E;
}
</style>
border-color css
<style>
span { border-color: #846B7E; }
span { border-color: rgb(132,107,126); }
td.TdClassName
{
border-color: #846B7E;
}
.TagClassName
{
border-color: #846B7E;
}
</style>