Shades of Monsoon #84727E
Tints of Monsoon #84727E
RGB
CMYK
RGB Variations
Color information
#84727E (or 0x84727E) is known color: Monsoon. HEX triplet: 84, 72 and 7E. RGB value is (132,114,126). Sum of RGB (Red+Green+Blue) = 132+114+126=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 132 - color contains mainly: red. Hex color #84727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84727E is #7B8D81. Grayscale: #787878. Windows color (decimal): -8097154 or 8286852. OLE color: 8286852.
HSL color Cylindrical-coordinate representation of color #84727E: hue angle of 320º 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 #84727E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 126 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.48 |
| HSL | 320º | 0.07% | 0.48% | - |
| HSV(B) | 320º | 0.14% | 0.52% | - |
| XYZ | 19.3 | 18.45 | 22.28 | - |
| YUV | 120.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 126 | 0 | 0.14 | 0.05 | 0.48 | 320 | 0.07 | 0.48 |
| Hex | 84 | 72 | 7E | 0 | E | 5 | 30 | 140 | 7 | 30 |
| Octal | 204 | 162 | 176 | 0 | 16 | 5 | 60 | 500 | 7 | 60 |
| Binary | 10000100 | 1110010 | 1111110 | 0 | 1110 | 101 | 110000 | 101000000 | 111 | 110000 |
Color Harmonies of #84727E
Complementary color
Monochromatic Colors of #84727E
Black with #84727E
Text Example
Text Example
White with #84727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84727E; }
p { color: rgb(132,114,126); }
H1.HeaderClassName
{
color: #84727E;
}
.AnyTagClassName
{
color: #84727E;
}
</style>
background-color css
<style>
a { background-color: #84727E; }
a { background-color: rgb(132,114,126); }
div.DivClassName
{
background-color: #84727E;
}
.BgClassName
{
background-color: #84727E;
}
</style>
border-color css
<style>
span { border-color: #84727E; }
span { border-color: rgb(132,114,126); }
td.TdClassName
{
border-color: #84727E;
}
.TagClassName
{
border-color: #84727E;
}
</style>