Shades of Monsoon #846A7C
Tints of Monsoon #846A7C
RGB
CMYK
RGB Variations
Color information
#846A7C (or 0x846A7C) is known color: Monsoon. HEX triplet: 84, 6A and 7C. RGB value is (132,106,124). Sum of RGB (Red+Green+Blue) = 132+106+124=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 132 - color contains mainly: red. Hex color #846A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A7C is #7B9583. Grayscale: #737373. Windows color (decimal): -8099204 or 8153732. OLE color: 8153732.
HSL color Cylindrical-coordinate representation of color #846A7C: hue angle of 318.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A7C is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 124 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.48 |
| HSL | 318.46º | 0.11% | 0.47% | - |
| HSV(B) | 318.46º | 0.2% | 0.52% | - |
| XYZ | 18.31 | 16.67 | 21.32 | - |
| YUV | 115.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 124 | 0 | 0.20 | 0.06 | 0.48 | 318.46 | 0.11 | 0.47 |
| Hex | 84 | 6A | 7C | 0 | 14 | 6 | 30 | 13E | B | 2F |
| Octal | 204 | 152 | 174 | 0 | 24 | 6 | 60 | 476 | 13 | 57 |
| Binary | 10000100 | 1101010 | 1111100 | 0 | 10100 | 110 | 110000 | 100111110 | 1011 | 101111 |
Color Harmonies of #846A7C
Complementary color
Monochromatic Colors of #846A7C
Black with #846A7C
Text Example
Text Example
White with #846A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A7C; }
p { color: rgb(132,106,124); }
H1.HeaderClassName
{
color: #846A7C;
}
.AnyTagClassName
{
color: #846A7C;
}
</style>
background-color css
<style>
a { background-color: #846A7C; }
a { background-color: rgb(132,106,124); }
div.DivClassName
{
background-color: #846A7C;
}
.BgClassName
{
background-color: #846A7C;
}
</style>
border-color css
<style>
span { border-color: #846A7C; }
span { border-color: rgb(132,106,124); }
td.TdClassName
{
border-color: #846A7C;
}
.TagClassName
{
border-color: #846A7C;
}
</style>