Shades of Monsoon #85747F
Tints of Monsoon #85747F
RGB
CMYK
RGB Variations
Color information
#85747F (or 0x85747F) is known color: Monsoon. HEX triplet: 85, 74 and 7F. RGB value is (133,116,127). Sum of RGB (Red+Green+Blue) = 133+116+127=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #85747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85747F is #7A8B80. Grayscale: #7A7A7A. Windows color (decimal): -8031105 or 8352901. OLE color: 8352901.
HSL color Cylindrical-coordinate representation of color #85747F: hue angle of 321.18º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85747F is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 127 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.48 |
| HSL | 321.18º | 0.07% | 0.49% | - |
| HSV(B) | 321.18º | 0.13% | 0.52% | - |
| XYZ | 19.75 | 19.01 | 22.71 | - |
| YUV | 122.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 127 | 0 | 0.13 | 0.05 | 0.48 | 321.18 | 0.07 | 0.49 |
| Hex | 85 | 74 | 7F | 0 | D | 5 | 30 | 141 | 7 | 31 |
| Octal | 205 | 164 | 177 | 0 | 15 | 5 | 60 | 501 | 7 | 61 |
| Binary | 10000101 | 1110100 | 1111111 | 0 | 1101 | 101 | 110000 | 101000001 | 111 | 110001 |
Color Harmonies of #85747F
Complementary color
Monochromatic Colors of #85747F
Black with #85747F
Text Example
Text Example
White with #85747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85747F; }
p { color: rgb(133,116,127); }
H1.HeaderClassName
{
color: #85747F;
}
.AnyTagClassName
{
color: #85747F;
}
</style>
background-color css
<style>
a { background-color: #85747F; }
a { background-color: rgb(133,116,127); }
div.DivClassName
{
background-color: #85747F;
}
.BgClassName
{
background-color: #85747F;
}
</style>
border-color css
<style>
span { border-color: #85747F; }
span { border-color: rgb(133,116,127); }
td.TdClassName
{
border-color: #85747F;
}
.TagClassName
{
border-color: #85747F;
}
</style>