Shades of Monsoon #787075
Tints of Monsoon #787075
RGB
CMYK
RGB Variations
Color information
#787075 (or 0x787075) is known color: Monsoon. HEX triplet: 78, 70 and 75. RGB value is (120,112,117). Sum of RGB (Red+Green+Blue) = 120+112+117=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #787075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787075 is #878F8A. Grayscale: #727272. Windows color (decimal): -8884107 or 7696504. OLE color: 7696504.
HSL color Cylindrical-coordinate representation of color #787075: hue angle of 322.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787075 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 112 | 117 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.53 |
| HSL | 322.5º | 0.03% | 0.45% | - |
| HSV(B) | 322.5º | 0.07% | 0.47% | - |
| XYZ | 16.75 | 16.87 | 19.2 | - |
| YUV | 114.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 112 | 117 | 0 | 0.07 | 0.02 | 0.53 | 322.5 | 0.03 | 0.45 |
| Hex | 78 | 70 | 75 | 0 | 7 | 2 | 35 | 142 | 3 | 2D |
| Octal | 170 | 160 | 165 | 0 | 7 | 2 | 65 | 502 | 3 | 55 |
| Binary | 1111000 | 1110000 | 1110101 | 0 | 111 | 10 | 110101 | 101000010 | 11 | 101101 |
Color Harmonies of #787075
Complementary color
Monochromatic Colors of #787075
Black with #787075
Text Example
Text Example
White with #787075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787075; }
p { color: rgb(120,112,117); }
H1.HeaderClassName
{
color: #787075;
}
.AnyTagClassName
{
color: #787075;
}
</style>
background-color css
<style>
a { background-color: #787075; }
a { background-color: rgb(120,112,117); }
div.DivClassName
{
background-color: #787075;
}
.BgClassName
{
background-color: #787075;
}
</style>
border-color css
<style>
span { border-color: #787075; }
span { border-color: rgb(120,112,117); }
td.TdClassName
{
border-color: #787075;
}
.TagClassName
{
border-color: #787075;
}
</style>