Shades of Monsoon #786D73
Tints of Monsoon #786D73
RGB
CMYK
RGB Variations
Color information
#786D73 (or 0x786D73) is known color: Monsoon. HEX triplet: 78, 6D and 73. RGB value is (120,109,115). Sum of RGB (Red+Green+Blue) = 120+109+115=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #786D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786D73 is #87928C. Grayscale: #707070. Windows color (decimal): -8884877 or 7564664. OLE color: 7564664.
HSL color Cylindrical-coordinate representation of color #786D73: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #786D73 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 109 | 115 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.53 |
| HSL | 327.27º | 0.05% | 0.45% | - |
| HSV(B) | 327.27º | 0.09% | 0.47% | - |
| XYZ | 16.31 | 16.17 | 18.48 | - |
| YUV | 112.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 109 | 115 | 0 | 0.09 | 0.04 | 0.53 | 327.27 | 0.05 | 0.45 |
| Hex | 78 | 6D | 73 | 0 | 9 | 4 | 35 | 147 | 5 | 2D |
| Octal | 170 | 155 | 163 | 0 | 11 | 4 | 65 | 507 | 5 | 55 |
| Binary | 1111000 | 1101101 | 1110011 | 0 | 1001 | 100 | 110101 | 101000111 | 101 | 101101 |
Color Harmonies of #786D73
Complementary color
Monochromatic Colors of #786D73
Black with #786D73
Text Example
Text Example
White with #786D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786D73; }
p { color: rgb(120,109,115); }
H1.HeaderClassName
{
color: #786D73;
}
.AnyTagClassName
{
color: #786D73;
}
</style>
background-color css
<style>
a { background-color: #786D73; }
a { background-color: rgb(120,109,115); }
div.DivClassName
{
background-color: #786D73;
}
.BgClassName
{
background-color: #786D73;
}
</style>
border-color css
<style>
span { border-color: #786D73; }
span { border-color: rgb(120,109,115); }
td.TdClassName
{
border-color: #786D73;
}
.TagClassName
{
border-color: #786D73;
}
</style>