Shades of Monsoon #84737D
Tints of Monsoon #84737D
RGB
CMYK
RGB Variations
Color information
#84737D (or 0x84737D) is known color: Monsoon. HEX triplet: 84, 73 and 7D. RGB value is (132,115,125). Sum of RGB (Red+Green+Blue) = 132+115+125=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84737D is #7B8C82. Grayscale: #797979. Windows color (decimal): -8096899 or 8221572. OLE color: 8221572.
HSL color Cylindrical-coordinate representation of color #84737D: hue angle of 324.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #84737D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 125 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.48 |
| HSL | 324.71º | 0.07% | 0.48% | - |
| HSV(B) | 324.71º | 0.13% | 0.52% | - |
| XYZ | 19.35 | 18.65 | 21.98 | - |
| YUV | 121.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 125 | 0 | 0.13 | 0.05 | 0.48 | 324.71 | 0.07 | 0.48 |
| Hex | 84 | 73 | 7D | 0 | D | 5 | 30 | 145 | 7 | 30 |
| Octal | 204 | 163 | 175 | 0 | 15 | 5 | 60 | 505 | 7 | 60 |
| Binary | 10000100 | 1110011 | 1111101 | 0 | 1101 | 101 | 110000 | 101000101 | 111 | 110000 |
Color Harmonies of #84737D
Complementary color
Monochromatic Colors of #84737D
Black with #84737D
Text Example
Text Example
White with #84737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84737D; }
p { color: rgb(132,115,125); }
H1.HeaderClassName
{
color: #84737D;
}
.AnyTagClassName
{
color: #84737D;
}
</style>
background-color css
<style>
a { background-color: #84737D; }
a { background-color: rgb(132,115,125); }
div.DivClassName
{
background-color: #84737D;
}
.BgClassName
{
background-color: #84737D;
}
</style>
border-color css
<style>
span { border-color: #84737D; }
span { border-color: rgb(132,115,125); }
td.TdClassName
{
border-color: #84737D;
}
.TagClassName
{
border-color: #84737D;
}
</style>