Shades of Monsoon #786B73
Tints of Monsoon #786B73
RGB
CMYK
RGB Variations
Color information
#786B73 (or 0x786B73) is known color: Monsoon. HEX triplet: 78, 6B and 73. RGB value is (120,107,115). Sum of RGB (Red+Green+Blue) = 120+107+115=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #786B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786B73 is #87948C. Grayscale: #6F6F6F. Windows color (decimal): -8885389 or 7564152. OLE color: 7564152.
HSL color Cylindrical-coordinate representation of color #786B73: hue angle of 323.08º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786B73 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 107 | 115 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.53 |
| HSL | 323.08º | 0.06% | 0.45% | - |
| HSV(B) | 323.08º | 0.11% | 0.47% | - |
| XYZ | 16.1 | 15.75 | 18.41 | - |
| YUV | 111.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 115 | 0 | 0.11 | 0.04 | 0.53 | 323.08 | 0.06 | 0.45 |
| Hex | 78 | 6B | 73 | 0 | B | 4 | 35 | 143 | 6 | 2D |
| Octal | 170 | 153 | 163 | 0 | 13 | 4 | 65 | 503 | 6 | 55 |
| Binary | 1111000 | 1101011 | 1110011 | 0 | 1011 | 100 | 110101 | 101000011 | 110 | 101101 |
Color Harmonies of #786B73
Complementary color
Monochromatic Colors of #786B73
Black with #786B73
Text Example
Text Example
White with #786B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786B73; }
p { color: rgb(120,107,115); }
H1.HeaderClassName
{
color: #786B73;
}
.AnyTagClassName
{
color: #786B73;
}
</style>
background-color css
<style>
a { background-color: #786B73; }
a { background-color: rgb(120,107,115); }
div.DivClassName
{
background-color: #786B73;
}
.BgClassName
{
background-color: #786B73;
}
</style>
border-color css
<style>
span { border-color: #786B73; }
span { border-color: rgb(120,107,115); }
td.TdClassName
{
border-color: #786B73;
}
.TagClassName
{
border-color: #786B73;
}
</style>