Shades of Monsoon #84727F
Tints of Monsoon #84727F
RGB
CMYK
RGB Variations
Color information
#84727F (or 0x84727F) is known color: Monsoon. HEX triplet: 84, 72 and 7F. RGB value is (132,114,127). Sum of RGB (Red+Green+Blue) = 132+114+127=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 132 - color contains mainly: red. Hex color #84727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84727F is #7B8D80. Grayscale: #787878. Windows color (decimal): -8097153 or 8352388. OLE color: 8352388.
HSL color Cylindrical-coordinate representation of color #84727F: hue angle of 316.67º 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 #84727F is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 127 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.48 |
| HSL | 316.67º | 0.07% | 0.48% | - |
| HSV(B) | 316.67º | 0.14% | 0.52% | - |
| XYZ | 19.36 | 18.47 | 22.62 | - |
| YUV | 120.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 127 | 0 | 0.14 | 0.04 | 0.48 | 316.67 | 0.07 | 0.48 |
| Hex | 84 | 72 | 7F | 0 | E | 4 | 30 | 13D | 7 | 30 |
| Octal | 204 | 162 | 177 | 0 | 16 | 4 | 60 | 475 | 7 | 60 |
| Binary | 10000100 | 1110010 | 1111111 | 0 | 1110 | 100 | 110000 | 100111101 | 111 | 110000 |
Color Harmonies of #84727F
Complementary color
Monochromatic Colors of #84727F
Black with #84727F
Text Example
Text Example
White with #84727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84727F; }
p { color: rgb(132,114,127); }
H1.HeaderClassName
{
color: #84727F;
}
.AnyTagClassName
{
color: #84727F;
}
</style>
background-color css
<style>
a { background-color: #84727F; }
a { background-color: rgb(132,114,127); }
div.DivClassName
{
background-color: #84727F;
}
.BgClassName
{
background-color: #84727F;
}
</style>
border-color css
<style>
span { border-color: #84727F; }
span { border-color: rgb(132,114,127); }
td.TdClassName
{
border-color: #84727F;
}
.TagClassName
{
border-color: #84727F;
}
</style>