Shades of Monsoon #87677F
Tints of Monsoon #87677F
RGB
CMYK
RGB Variations
Color information
#87677F (or 0x87677F) is known color: Monsoon. HEX triplet: 87, 67 and 7F. RGB value is (135,103,127). Sum of RGB (Red+Green+Blue) = 135+103+127=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #87677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87677F is #789880. Grayscale: #737373. Windows color (decimal): -7903361 or 8349575. OLE color: 8349575.
HSL color Cylindrical-coordinate representation of color #87677F: hue angle of 315º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #87677F is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 103 | 127 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.47 |
| HSL | 315º | 0.13% | 0.47% | - |
| HSV(B) | 315º | 0.24% | 0.53% | - |
| XYZ | 18.67 | 16.38 | 22.26 | - |
| YUV | 115.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 103 | 127 | 0 | 0.24 | 0.06 | 0.47 | 315 | 0.13 | 0.47 |
| Hex | 87 | 67 | 7F | 0 | 18 | 6 | 2F | 13B | D | 2F |
| Octal | 207 | 147 | 177 | 0 | 30 | 6 | 57 | 473 | 15 | 57 |
| Binary | 10000111 | 1100111 | 1111111 | 0 | 11000 | 110 | 101111 | 100111011 | 1101 | 101111 |
Color Harmonies of #87677F
Complementary color
Monochromatic Colors of #87677F
Black with #87677F
Text Example
Text Example
White with #87677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87677F; }
p { color: rgb(135,103,127); }
H1.HeaderClassName
{
color: #87677F;
}
.AnyTagClassName
{
color: #87677F;
}
</style>
background-color css
<style>
a { background-color: #87677F; }
a { background-color: rgb(135,103,127); }
div.DivClassName
{
background-color: #87677F;
}
.BgClassName
{
background-color: #87677F;
}
</style>
border-color css
<style>
span { border-color: #87677F; }
span { border-color: rgb(135,103,127); }
td.TdClassName
{
border-color: #87677F;
}
.TagClassName
{
border-color: #87677F;
}
</style>