Shades of Monsoon #84727D
Tints of Monsoon #84727D
RGB
CMYK
RGB Variations
Color information
#84727D (or 0x84727D) is known color: Monsoon. HEX triplet: 84, 72 and 7D. RGB value is (132,114,125). Sum of RGB (Red+Green+Blue) = 132+114+125=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #84727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84727D is #7B8D82. Grayscale: #787878. Windows color (decimal): -8097155 or 8221316. OLE color: 8221316.
HSL color Cylindrical-coordinate representation of color #84727D: hue angle of 323.33º degrees, saturation: 0.07, 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 #84727D is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 125 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.48 |
| HSL | 323.33º | 0.07% | 0.48% | - |
| HSV(B) | 323.33º | 0.14% | 0.52% | - |
| XYZ | 19.23 | 18.42 | 21.94 | - |
| YUV | 120.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 125 | 0 | 0.14 | 0.05 | 0.48 | 323.33 | 0.07 | 0.48 |
| Hex | 84 | 72 | 7D | 0 | E | 5 | 30 | 143 | 7 | 30 |
| Octal | 204 | 162 | 175 | 0 | 16 | 5 | 60 | 503 | 7 | 60 |
| Binary | 10000100 | 1110010 | 1111101 | 0 | 1110 | 101 | 110000 | 101000011 | 111 | 110000 |
Color Harmonies of #84727D
Complementary color
Monochromatic Colors of #84727D
Black with #84727D
Text Example
Text Example
White with #84727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84727D; }
p { color: rgb(132,114,125); }
H1.HeaderClassName
{
color: #84727D;
}
.AnyTagClassName
{
color: #84727D;
}
</style>
background-color css
<style>
a { background-color: #84727D; }
a { background-color: rgb(132,114,125); }
div.DivClassName
{
background-color: #84727D;
}
.BgClassName
{
background-color: #84727D;
}
</style>
border-color css
<style>
span { border-color: #84727D; }
span { border-color: rgb(132,114,125); }
td.TdClassName
{
border-color: #84727D;
}
.TagClassName
{
border-color: #84727D;
}
</style>