Shades of Monsoon #847C83
Tints of Monsoon #847C83
RGB
CMYK
RGB Variations
Color information
#847C83 (or 0x847C83) is known color: Monsoon. HEX triplet: 84, 7C and 83. RGB value is (132,124,131). Sum of RGB (Red+Green+Blue) = 132+124+131=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 132 - color contains mainly: red. Hex color #847C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C83 is #7B837C. Grayscale: #7F7F7F. Windows color (decimal): -8094589 or 8617092. OLE color: 8617092.
HSL color Cylindrical-coordinate representation of color #847C83: hue angle of 307.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #847C83 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 131 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.48 |
| HSL | 307.5º | 0.03% | 0.5% | - |
| HSV(B) | 307.5º | 0.06% | 0.52% | - |
| XYZ | 20.82 | 20.96 | 24.42 | - |
| YUV | 127.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 131 | 0 | 0.06 | 0.01 | 0.48 | 307.5 | 0.03 | 0.5 |
| Hex | 84 | 7C | 83 | 0 | 6 | 1 | 30 | 134 | 3 | 32 |
| Octal | 204 | 174 | 203 | 0 | 6 | 1 | 60 | 464 | 3 | 62 |
| Binary | 10000100 | 1111100 | 10000011 | 0 | 110 | 1 | 110000 | 100110100 | 11 | 110010 |
Color Harmonies of #847C83
Complementary color
Monochromatic Colors of #847C83
Black with #847C83
Text Example
Text Example
White with #847C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C83; }
p { color: rgb(132,124,131); }
H1.HeaderClassName
{
color: #847C83;
}
.AnyTagClassName
{
color: #847C83;
}
</style>
background-color css
<style>
a { background-color: #847C83; }
a { background-color: rgb(132,124,131); }
div.DivClassName
{
background-color: #847C83;
}
.BgClassName
{
background-color: #847C83;
}
</style>
border-color css
<style>
span { border-color: #847C83; }
span { border-color: rgb(132,124,131); }
td.TdClassName
{
border-color: #847C83;
}
.TagClassName
{
border-color: #847C83;
}
</style>