Shades of Monsoon #886F82
Tints of Monsoon #886F82
RGB
CMYK
RGB Variations
Color information
#886F82 (or 0x886F82) is known color: Monsoon. HEX triplet: 88, 6F and 82. RGB value is (136,111,130). Sum of RGB (Red+Green+Blue) = 136+111+130=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 136 - color contains mainly: red. Hex color #886F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886F82 is #77907D. Grayscale: #787878. Windows color (decimal): -7835774 or 8548232. OLE color: 8548232.
HSL color Cylindrical-coordinate representation of color #886F82: hue angle of 314.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #886F82 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 130 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.47 |
| HSL | 314.4º | 0.1% | 0.48% | - |
| HSV(B) | 314.4º | 0.18% | 0.53% | - |
| XYZ | 19.87 | 18.21 | 23.59 | - |
| YUV | 120.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 130 | 0 | 0.18 | 0.04 | 0.47 | 314.4 | 0.1 | 0.48 |
| Hex | 88 | 6F | 82 | 0 | 12 | 4 | 2F | 13A | A | 30 |
| Octal | 210 | 157 | 202 | 0 | 22 | 4 | 57 | 472 | 12 | 60 |
| Binary | 10001000 | 1101111 | 10000010 | 0 | 10010 | 100 | 101111 | 100111010 | 1010 | 110000 |
Color Harmonies of #886F82
Complementary color
Monochromatic Colors of #886F82
Black with #886F82
Text Example
Text Example
White with #886F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F82; }
p { color: rgb(136,111,130); }
H1.HeaderClassName
{
color: #886F82;
}
.AnyTagClassName
{
color: #886F82;
}
</style>
background-color css
<style>
a { background-color: #886F82; }
a { background-color: rgb(136,111,130); }
div.DivClassName
{
background-color: #886F82;
}
.BgClassName
{
background-color: #886F82;
}
</style>
border-color css
<style>
span { border-color: #886F82; }
span { border-color: rgb(136,111,130); }
td.TdClassName
{
border-color: #886F82;
}
.TagClassName
{
border-color: #886F82;
}
</style>