Shades of Monsoon #786A75
Tints of Monsoon #786A75
RGB
CMYK
RGB Variations
Color information
#786A75 (or 0x786A75) is known color: Monsoon. HEX triplet: 78, 6A and 75. RGB value is (120,106,117). Sum of RGB (Red+Green+Blue) = 120+106+117=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 120 - color contains mainly: red. Hex color #786A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A75 is #87958A. Grayscale: #6F6F6F. Windows color (decimal): -8885643 or 7694968. OLE color: 7694968.
HSL color Cylindrical-coordinate representation of color #786A75: hue angle of 312.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786A75 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 117 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.53 |
| HSL | 312.86º | 0.06% | 0.44% | - |
| HSV(B) | 312.86º | 0.12% | 0.47% | - |
| XYZ | 16.11 | 15.59 | 18.99 | - |
| YUV | 111.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 117 | 0 | 0.12 | 0.02 | 0.53 | 312.86 | 0.06 | 0.44 |
| Hex | 78 | 6A | 75 | 0 | C | 2 | 35 | 139 | 6 | 2C |
| Octal | 170 | 152 | 165 | 0 | 14 | 2 | 65 | 471 | 6 | 54 |
| Binary | 1111000 | 1101010 | 1110101 | 0 | 1100 | 10 | 110101 | 100111001 | 110 | 101100 |
Color Harmonies of #786A75
Complementary color
Monochromatic Colors of #786A75
Black with #786A75
Text Example
Text Example
White with #786A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A75; }
p { color: rgb(120,106,117); }
H1.HeaderClassName
{
color: #786A75;
}
.AnyTagClassName
{
color: #786A75;
}
</style>
background-color css
<style>
a { background-color: #786A75; }
a { background-color: rgb(120,106,117); }
div.DivClassName
{
background-color: #786A75;
}
.BgClassName
{
background-color: #786A75;
}
</style>
border-color css
<style>
span { border-color: #786A75; }
span { border-color: rgb(120,106,117); }
td.TdClassName
{
border-color: #786A75;
}
.TagClassName
{
border-color: #786A75;
}
</style>