Shades of Monsoon #84717D
Tints of Monsoon #84717D
RGB
CMYK
RGB Variations
Color information
#84717D (or 0x84717D) is known color: Monsoon. HEX triplet: 84, 71 and 7D. RGB value is (132,113,125). Sum of RGB (Red+Green+Blue) = 132+113+125=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 132 - color contains mainly: red. Hex color #84717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84717D is #7B8E82. Grayscale: #787878. Windows color (decimal): -8097411 or 8221060. OLE color: 8221060.
HSL color Cylindrical-coordinate representation of color #84717D: hue angle of 322.11º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84717D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 125 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.48 |
| HSL | 322.11º | 0.08% | 0.48% | - |
| HSV(B) | 322.11º | 0.14% | 0.52% | - |
| XYZ | 19.12 | 18.2 | 21.91 | - |
| YUV | 120.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 125 | 0 | 0.14 | 0.05 | 0.48 | 322.11 | 0.08 | 0.48 |
| Hex | 84 | 71 | 7D | 0 | E | 5 | 30 | 142 | 8 | 30 |
| Octal | 204 | 161 | 175 | 0 | 16 | 5 | 60 | 502 | 10 | 60 |
| Binary | 10000100 | 1110001 | 1111101 | 0 | 1110 | 101 | 110000 | 101000010 | 1000 | 110000 |
Color Harmonies of #84717D
Complementary color
Monochromatic Colors of #84717D
Black with #84717D
Text Example
Text Example
White with #84717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84717D; }
p { color: rgb(132,113,125); }
H1.HeaderClassName
{
color: #84717D;
}
.AnyTagClassName
{
color: #84717D;
}
</style>
background-color css
<style>
a { background-color: #84717D; }
a { background-color: rgb(132,113,125); }
div.DivClassName
{
background-color: #84717D;
}
.BgClassName
{
background-color: #84717D;
}
</style>
border-color css
<style>
span { border-color: #84717D; }
span { border-color: rgb(132,113,125); }
td.TdClassName
{
border-color: #84717D;
}
.TagClassName
{
border-color: #84717D;
}
</style>