Shades of Monsoon #846B7C
Tints of Monsoon #846B7C
RGB
CMYK
RGB Variations
Color information
#846B7C (or 0x846B7C) is known color: Monsoon. HEX triplet: 84, 6B and 7C. RGB value is (132,107,124). Sum of RGB (Red+Green+Blue) = 132+107+124=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #846B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B7C is #7B9483. Grayscale: #747474. Windows color (decimal): -8098948 or 8153988. OLE color: 8153988.
HSL color Cylindrical-coordinate representation of color #846B7C: hue angle of 319.2º 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 #846B7C is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 124 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.48 |
| HSL | 319.2º | 0.1% | 0.47% | - |
| HSV(B) | 319.2º | 0.19% | 0.52% | - |
| XYZ | 18.41 | 16.88 | 21.36 | - |
| YUV | 116.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 124 | 0 | 0.19 | 0.06 | 0.48 | 319.2 | 0.1 | 0.47 |
| Hex | 84 | 6B | 7C | 0 | 13 | 6 | 30 | 13F | A | 2F |
| Octal | 204 | 153 | 174 | 0 | 23 | 6 | 60 | 477 | 12 | 57 |
| Binary | 10000100 | 1101011 | 1111100 | 0 | 10011 | 110 | 110000 | 100111111 | 1010 | 101111 |
Color Harmonies of #846B7C
Complementary color
Monochromatic Colors of #846B7C
Black with #846B7C
Text Example
Text Example
White with #846B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B7C; }
p { color: rgb(132,107,124); }
H1.HeaderClassName
{
color: #846B7C;
}
.AnyTagClassName
{
color: #846B7C;
}
</style>
background-color css
<style>
a { background-color: #846B7C; }
a { background-color: rgb(132,107,124); }
div.DivClassName
{
background-color: #846B7C;
}
.BgClassName
{
background-color: #846B7C;
}
</style>
border-color css
<style>
span { border-color: #846B7C; }
span { border-color: rgb(132,107,124); }
td.TdClassName
{
border-color: #846B7C;
}
.TagClassName
{
border-color: #846B7C;
}
</style>