Shades of Monsoon #866C7F
Tints of Monsoon #866C7F
RGB
CMYK
RGB Variations
Color information
#866C7F (or 0x866C7F) is known color: Monsoon. HEX triplet: 86, 6C and 7F. RGB value is (134,108,127). Sum of RGB (Red+Green+Blue) = 134+108+127=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #866C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C7F is #799380. Grayscale: #757575. Windows color (decimal): -7967617 or 8350854. OLE color: 8350854.
HSL color Cylindrical-coordinate representation of color #866C7F: hue angle of 316.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866C7F is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 127 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.47 |
| HSL | 316.15º | 0.11% | 0.47% | - |
| HSV(B) | 316.15º | 0.19% | 0.53% | - |
| XYZ | 19.02 | 17.33 | 22.42 | - |
| YUV | 117.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 127 | 0 | 0.19 | 0.05 | 0.47 | 316.15 | 0.11 | 0.47 |
| Hex | 86 | 6C | 7F | 0 | 13 | 5 | 2F | 13C | B | 2F |
| Octal | 206 | 154 | 177 | 0 | 23 | 5 | 57 | 474 | 13 | 57 |
| Binary | 10000110 | 1101100 | 1111111 | 0 | 10011 | 101 | 101111 | 100111100 | 1011 | 101111 |
Color Harmonies of #866C7F
Complementary color
Monochromatic Colors of #866C7F
Black with #866C7F
Text Example
Text Example
White with #866C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C7F; }
p { color: rgb(134,108,127); }
H1.HeaderClassName
{
color: #866C7F;
}
.AnyTagClassName
{
color: #866C7F;
}
</style>
background-color css
<style>
a { background-color: #866C7F; }
a { background-color: rgb(134,108,127); }
div.DivClassName
{
background-color: #866C7F;
}
.BgClassName
{
background-color: #866C7F;
}
</style>
border-color css
<style>
span { border-color: #866C7F; }
span { border-color: rgb(134,108,127); }
td.TdClassName
{
border-color: #866C7F;
}
.TagClassName
{
border-color: #866C7F;
}
</style>