Shades of Monsoon #84677C
Tints of Monsoon #84677C
RGB
CMYK
RGB Variations
Color information
#84677C (or 0x84677C) is known color: Monsoon. HEX triplet: 84, 67 and 7C. RGB value is (132,103,124). Sum of RGB (Red+Green+Blue) = 132+103+124=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84677C is #7B9883. Grayscale: #727272. Windows color (decimal): -8099972 or 8152964. OLE color: 8152964.
HSL color Cylindrical-coordinate representation of color #84677C: hue angle of 316.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84677C is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 124 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.48 |
| HSL | 316.55º | 0.12% | 0.46% | - |
| HSV(B) | 316.55º | 0.22% | 0.52% | - |
| XYZ | 18 | 16.06 | 21.22 | - |
| YUV | 114.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 124 | 0 | 0.22 | 0.06 | 0.48 | 316.55 | 0.12 | 0.46 |
| Hex | 84 | 67 | 7C | 0 | 16 | 6 | 30 | 13D | C | 2E |
| Octal | 204 | 147 | 174 | 0 | 26 | 6 | 60 | 475 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1111100 | 0 | 10110 | 110 | 110000 | 100111101 | 1100 | 101110 |
Color Harmonies of #84677C
Complementary color
Monochromatic Colors of #84677C
Black with #84677C
Text Example
Text Example
White with #84677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84677C; }
p { color: rgb(132,103,124); }
H1.HeaderClassName
{
color: #84677C;
}
.AnyTagClassName
{
color: #84677C;
}
</style>
background-color css
<style>
a { background-color: #84677C; }
a { background-color: rgb(132,103,124); }
div.DivClassName
{
background-color: #84677C;
}
.BgClassName
{
background-color: #84677C;
}
</style>
border-color css
<style>
span { border-color: #84677C; }
span { border-color: rgb(132,103,124); }
td.TdClassName
{
border-color: #84677C;
}
.TagClassName
{
border-color: #84677C;
}
</style>