Shades of Monsoon #756D72
Tints of Monsoon #756D72
RGB
CMYK
RGB Variations
Color information
#756D72 (or 0x756D72) is known color: Monsoon. HEX triplet: 75, 6D and 72. RGB value is (117,109,114). Sum of RGB (Red+Green+Blue) = 117+109+114=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #756D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D72 is #8A928D. Grayscale: #6F6F6F. Windows color (decimal): -9081486 or 7499125. OLE color: 7499125.
HSL color Cylindrical-coordinate representation of color #756D72: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756D72 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 114 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.54 |
| HSL | 322.5º | 0.04% | 0.44% | - |
| HSV(B) | 322.5º | 0.07% | 0.46% | - |
| XYZ | 15.84 | 15.93 | 18.16 | - |
| YUV | 111.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 114 | 0 | 0.07 | 0.03 | 0.54 | 322.5 | 0.04 | 0.44 |
| Hex | 75 | 6D | 72 | 0 | 7 | 3 | 36 | 142 | 4 | 2C |
| Octal | 165 | 155 | 162 | 0 | 7 | 3 | 66 | 502 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1110010 | 0 | 111 | 11 | 110110 | 101000010 | 100 | 101100 |
Color Harmonies of #756D72
Complementary color
Monochromatic Colors of #756D72
Black with #756D72
Text Example
Text Example
White with #756D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D72; }
p { color: rgb(117,109,114); }
H1.HeaderClassName
{
color: #756D72;
}
.AnyTagClassName
{
color: #756D72;
}
</style>
background-color css
<style>
a { background-color: #756D72; }
a { background-color: rgb(117,109,114); }
div.DivClassName
{
background-color: #756D72;
}
.BgClassName
{
background-color: #756D72;
}
</style>
border-color css
<style>
span { border-color: #756D72; }
span { border-color: rgb(117,109,114); }
td.TdClassName
{
border-color: #756D72;
}
.TagClassName
{
border-color: #756D72;
}
</style>