Shades of Monsoon #867A85
Tints of Monsoon #867A85
RGB
CMYK
RGB Variations
Color information
#867A85 (or 0x867A85) is known color: Monsoon. HEX triplet: 86, 7A and 85. RGB value is (134,122,133). Sum of RGB (Red+Green+Blue) = 134+122+133=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 134 - color contains mainly: red. Hex color #867A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867A85 is #79857A. Grayscale: #7E7E7E. Windows color (decimal): -7964027 or 8747654. OLE color: 8747654.
HSL color Cylindrical-coordinate representation of color #867A85: hue angle of 305º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #867A85 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 133 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.47 |
| HSL | 305º | 0.05% | 0.5% | - |
| HSV(B) | 305º | 0.09% | 0.53% | - |
| XYZ | 21.02 | 20.68 | 25.07 | - |
| YUV | 126.84 | 131.48 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 133 | 0 | 0.09 | 0.01 | 0.47 | 305 | 0.05 | 0.5 |
| Hex | 86 | 7A | 85 | 0 | 9 | 1 | 2F | 131 | 5 | 32 |
| Octal | 206 | 172 | 205 | 0 | 11 | 1 | 57 | 461 | 5 | 62 |
| Binary | 10000110 | 1111010 | 10000101 | 0 | 1001 | 1 | 101111 | 100110001 | 101 | 110010 |
Color Harmonies of #867A85
Complementary color
Monochromatic Colors of #867A85
Black with #867A85
Text Example
Text Example
White with #867A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A85; }
p { color: rgb(134,122,133); }
H1.HeaderClassName
{
color: #867A85;
}
.AnyTagClassName
{
color: #867A85;
}
</style>
background-color css
<style>
a { background-color: #867A85; }
a { background-color: rgb(134,122,133); }
div.DivClassName
{
background-color: #867A85;
}
.BgClassName
{
background-color: #867A85;
}
</style>
border-color css
<style>
span { border-color: #867A85; }
span { border-color: rgb(134,122,133); }
td.TdClassName
{
border-color: #867A85;
}
.TagClassName
{
border-color: #867A85;
}
</style>