Shades of Monsoon #86677D
Tints of Monsoon #86677D
RGB
CMYK
RGB Variations
Color information
#86677D (or 0x86677D) is known color: Monsoon. HEX triplet: 86, 67 and 7D. RGB value is (134,103,125). Sum of RGB (Red+Green+Blue) = 134+103+125=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86677D is #799882. Grayscale: #727272. Windows color (decimal): -7968899 or 8218502. OLE color: 8218502.
HSL color Cylindrical-coordinate representation of color #86677D: hue angle of 317.42º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86677D is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 125 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.47 |
| HSL | 317.42º | 0.13% | 0.46% | - |
| HSV(B) | 317.42º | 0.23% | 0.53% | - |
| XYZ | 18.38 | 16.25 | 21.57 | - |
| YUV | 114.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 125 | 0 | 0.23 | 0.07 | 0.47 | 317.42 | 0.13 | 0.46 |
| Hex | 86 | 67 | 7D | 0 | 17 | 7 | 2F | 13D | D | 2E |
| Octal | 206 | 147 | 175 | 0 | 27 | 7 | 57 | 475 | 15 | 56 |
| Binary | 10000110 | 1100111 | 1111101 | 0 | 10111 | 111 | 101111 | 100111101 | 1101 | 101110 |
Color Harmonies of #86677D
Complementary color
Monochromatic Colors of #86677D
Black with #86677D
Text Example
Text Example
White with #86677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86677D; }
p { color: rgb(134,103,125); }
H1.HeaderClassName
{
color: #86677D;
}
.AnyTagClassName
{
color: #86677D;
}
</style>
background-color css
<style>
a { background-color: #86677D; }
a { background-color: rgb(134,103,125); }
div.DivClassName
{
background-color: #86677D;
}
.BgClassName
{
background-color: #86677D;
}
</style>
border-color css
<style>
span { border-color: #86677D; }
span { border-color: rgb(134,103,125); }
td.TdClassName
{
border-color: #86677D;
}
.TagClassName
{
border-color: #86677D;
}
</style>