Shades of Monsoon #84647B
Tints of Monsoon #84647B
RGB
CMYK
RGB Variations
Color information
#84647B (or 0x84647B) is known color: Monsoon. HEX triplet: 84, 64 and 7B. RGB value is (132,100,123). Sum of RGB (Red+Green+Blue) = 132+100+123=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84647B is #7B9B84. Grayscale: #707070. Windows color (decimal): -8100741 or 8086660. OLE color: 8086660.
HSL color Cylindrical-coordinate representation of color #84647B: hue angle of 316.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84647B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 123 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.48 |
| HSL | 316.88º | 0.14% | 0.45% | - |
| HSV(B) | 316.88º | 0.24% | 0.52% | - |
| XYZ | 17.65 | 15.45 | 20.79 | - |
| YUV | 112.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 123 | 0 | 0.24 | 0.07 | 0.48 | 316.88 | 0.14 | 0.45 |
| Hex | 84 | 64 | 7B | 0 | 18 | 7 | 30 | 13D | E | 2D |
| Octal | 204 | 144 | 173 | 0 | 30 | 7 | 60 | 475 | 16 | 55 |
| Binary | 10000100 | 1100100 | 1111011 | 0 | 11000 | 111 | 110000 | 100111101 | 1110 | 101101 |
Color Harmonies of #84647B
Complementary color
Monochromatic Colors of #84647B
Black with #84647B
Text Example
Text Example
White with #84647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84647B; }
p { color: rgb(132,100,123); }
H1.HeaderClassName
{
color: #84647B;
}
.AnyTagClassName
{
color: #84647B;
}
</style>
background-color css
<style>
a { background-color: #84647B; }
a { background-color: rgb(132,100,123); }
div.DivClassName
{
background-color: #84647B;
}
.BgClassName
{
background-color: #84647B;
}
</style>
border-color css
<style>
span { border-color: #84647B; }
span { border-color: rgb(132,100,123); }
td.TdClassName
{
border-color: #84647B;
}
.TagClassName
{
border-color: #84647B;
}
</style>