Shades of Monsoon #876B81
Tints of Monsoon #876B81
RGB
CMYK
RGB Variations
Color information
#876B81 (or 0x876B81) is known color: Monsoon. HEX triplet: 87, 6B and 81. RGB value is (135,107,129). Sum of RGB (Red+Green+Blue) = 135+107+129=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #876B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876B81 is #78947E. Grayscale: #757575. Windows color (decimal): -7902335 or 8481671. OLE color: 8481671.
HSL color Cylindrical-coordinate representation of color #876B81: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #876B81 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 129 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.47 |
| HSL | 312.86º | 0.12% | 0.47% | - |
| HSV(B) | 312.86º | 0.21% | 0.53% | - |
| XYZ | 19.21 | 17.25 | 23.09 | - |
| YUV | 117.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 129 | 0 | 0.21 | 0.04 | 0.47 | 312.86 | 0.12 | 0.47 |
| Hex | 87 | 6B | 81 | 0 | 15 | 4 | 2F | 139 | C | 2F |
| Octal | 207 | 153 | 201 | 0 | 25 | 4 | 57 | 471 | 14 | 57 |
| Binary | 10000111 | 1101011 | 10000001 | 0 | 10101 | 100 | 101111 | 100111001 | 1100 | 101111 |
Color Harmonies of #876B81
Complementary color
Monochromatic Colors of #876B81
Black with #876B81
Text Example
Text Example
White with #876B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B81; }
p { color: rgb(135,107,129); }
H1.HeaderClassName
{
color: #876B81;
}
.AnyTagClassName
{
color: #876B81;
}
</style>
background-color css
<style>
a { background-color: #876B81; }
a { background-color: rgb(135,107,129); }
div.DivClassName
{
background-color: #876B81;
}
.BgClassName
{
background-color: #876B81;
}
</style>
border-color css
<style>
span { border-color: #876B81; }
span { border-color: rgb(135,107,129); }
td.TdClassName
{
border-color: #876B81;
}
.TagClassName
{
border-color: #876B81;
}
</style>