Shades of Monsoon #757074
Tints of Monsoon #757074
RGB
CMYK
RGB Variations
Color information
#757074 (or 0x757074) is known color: Monsoon. HEX triplet: 75, 70 and 74. RGB value is (117,112,116). Sum of RGB (Red+Green+Blue) = 117+112+116=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 117 - color contains mainly: red. Hex color #757074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757074 is #8A8F8B. Grayscale: #717171. Windows color (decimal): -9080716 or 7630965. OLE color: 7630965.
HSL color Cylindrical-coordinate representation of color #757074: hue angle of 312º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #757074 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 112 | 116 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.54 |
| HSL | 312º | 0.02% | 0.45% | - |
| HSV(B) | 312º | 0.04% | 0.46% | - |
| XYZ | 16.28 | 16.63 | 18.87 | - |
| YUV | 113.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 116 | 0 | 0.04 | 0.01 | 0.54 | 312 | 0.02 | 0.45 |
| Hex | 75 | 70 | 74 | 0 | 4 | 1 | 36 | 138 | 2 | 2D |
| Octal | 165 | 160 | 164 | 0 | 4 | 1 | 66 | 470 | 2 | 55 |
| Binary | 1110101 | 1110000 | 1110100 | 0 | 100 | 1 | 110110 | 100111000 | 10 | 101101 |
Color Harmonies of #757074
Complementary color
Monochromatic Colors of #757074
Black with #757074
Text Example
Text Example
White with #757074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757074; }
p { color: rgb(117,112,116); }
H1.HeaderClassName
{
color: #757074;
}
.AnyTagClassName
{
color: #757074;
}
</style>
background-color css
<style>
a { background-color: #757074; }
a { background-color: rgb(117,112,116); }
div.DivClassName
{
background-color: #757074;
}
.BgClassName
{
background-color: #757074;
}
</style>
border-color css
<style>
span { border-color: #757074; }
span { border-color: rgb(117,112,116); }
td.TdClassName
{
border-color: #757074;
}
.TagClassName
{
border-color: #757074;
}
</style>