Shades of Monsoon #87687F
Tints of Monsoon #87687F
RGB
CMYK
RGB Variations
Color information
#87687F (or 0x87687F) is known color: Monsoon. HEX triplet: 87, 68 and 7F. RGB value is (135,104,127). Sum of RGB (Red+Green+Blue) = 135+104+127=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 135 - color contains mainly: red. Hex color #87687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87687F is #789780. Grayscale: #737373. Windows color (decimal): -7903105 or 8349831. OLE color: 8349831.
HSL color Cylindrical-coordinate representation of color #87687F: hue angle of 315.48º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87687F is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 127 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.47 |
| HSL | 315.48º | 0.13% | 0.47% | - |
| HSV(B) | 315.48º | 0.23% | 0.53% | - |
| XYZ | 18.77 | 16.58 | 22.29 | - |
| YUV | 115.89 | 134.27 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 127 | 0 | 0.23 | 0.06 | 0.47 | 315.48 | 0.13 | 0.47 |
| Hex | 87 | 68 | 7F | 0 | 17 | 6 | 2F | 13B | D | 2F |
| Octal | 207 | 150 | 177 | 0 | 27 | 6 | 57 | 473 | 15 | 57 |
| Binary | 10000111 | 1101000 | 1111111 | 0 | 10111 | 110 | 101111 | 100111011 | 1101 | 101111 |
Color Harmonies of #87687F
Complementary color
Monochromatic Colors of #87687F
Black with #87687F
Text Example
Text Example
White with #87687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87687F; }
p { color: rgb(135,104,127); }
H1.HeaderClassName
{
color: #87687F;
}
.AnyTagClassName
{
color: #87687F;
}
</style>
background-color css
<style>
a { background-color: #87687F; }
a { background-color: rgb(135,104,127); }
div.DivClassName
{
background-color: #87687F;
}
.BgClassName
{
background-color: #87687F;
}
</style>
border-color css
<style>
span { border-color: #87687F; }
span { border-color: rgb(135,104,127); }
td.TdClassName
{
border-color: #87687F;
}
.TagClassName
{
border-color: #87687F;
}
</style>