Shades of Monsoon #786C73
Tints of Monsoon #786C73
RGB
CMYK
RGB Variations
Color information
#786C73 (or 0x786C73) is known color: Monsoon. HEX triplet: 78, 6C and 73. RGB value is (120,108,115). Sum of RGB (Red+Green+Blue) = 120+108+115=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #786C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C73 is #87938C. Grayscale: #707070. Windows color (decimal): -8885133 or 7564408. OLE color: 7564408.
HSL color Cylindrical-coordinate representation of color #786C73: hue angle of 325º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #786C73 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 115 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.53 |
| HSL | 325º | 0.05% | 0.45% | - |
| HSV(B) | 325º | 0.1% | 0.47% | - |
| XYZ | 16.2 | 15.96 | 18.45 | - |
| YUV | 112.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 115 | 0 | 0.10 | 0.04 | 0.53 | 325 | 0.05 | 0.45 |
| Hex | 78 | 6C | 73 | 0 | A | 4 | 35 | 145 | 5 | 2D |
| Octal | 170 | 154 | 163 | 0 | 12 | 4 | 65 | 505 | 5 | 55 |
| Binary | 1111000 | 1101100 | 1110011 | 0 | 1010 | 100 | 110101 | 101000101 | 101 | 101101 |
Color Harmonies of #786C73
Complementary color
Monochromatic Colors of #786C73
Black with #786C73
Text Example
Text Example
White with #786C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C73; }
p { color: rgb(120,108,115); }
H1.HeaderClassName
{
color: #786C73;
}
.AnyTagClassName
{
color: #786C73;
}
</style>
background-color css
<style>
a { background-color: #786C73; }
a { background-color: rgb(120,108,115); }
div.DivClassName
{
background-color: #786C73;
}
.BgClassName
{
background-color: #786C73;
}
</style>
border-color css
<style>
span { border-color: #786C73; }
span { border-color: rgb(120,108,115); }
td.TdClassName
{
border-color: #786C73;
}
.TagClassName
{
border-color: #786C73;
}
</style>