Shades of Monsoon #756D73
Tints of Monsoon #756D73
RGB
CMYK
RGB Variations
Color information
#756D73 (or 0x756D73) is known color: Monsoon. HEX triplet: 75, 6D and 73. RGB value is (117,109,115). Sum of RGB (Red+Green+Blue) = 117+109+115=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 117 - color contains mainly: red. Hex color #756D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D73 is #8A928C. Grayscale: #707070. Windows color (decimal): -9081485 or 7564661. OLE color: 7564661.
HSL color Cylindrical-coordinate representation of color #756D73: hue angle of 315º 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 #756D73 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 115 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.54 |
| HSL | 315º | 0.04% | 0.44% | - |
| HSV(B) | 315º | 0.07% | 0.46% | - |
| XYZ | 15.9 | 15.96 | 18.46 | - |
| YUV | 112.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 115 | 0 | 0.07 | 0.02 | 0.54 | 315 | 0.04 | 0.44 |
| Hex | 75 | 6D | 73 | 0 | 7 | 2 | 36 | 13B | 4 | 2C |
| Octal | 165 | 155 | 163 | 0 | 7 | 2 | 66 | 473 | 4 | 54 |
| Binary | 1110101 | 1101101 | 1110011 | 0 | 111 | 10 | 110110 | 100111011 | 100 | 101100 |
Color Harmonies of #756D73
Complementary color
Monochromatic Colors of #756D73
Black with #756D73
Text Example
Text Example
White with #756D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D73; }
p { color: rgb(117,109,115); }
H1.HeaderClassName
{
color: #756D73;
}
.AnyTagClassName
{
color: #756D73;
}
</style>
background-color css
<style>
a { background-color: #756D73; }
a { background-color: rgb(117,109,115); }
div.DivClassName
{
background-color: #756D73;
}
.BgClassName
{
background-color: #756D73;
}
</style>
border-color css
<style>
span { border-color: #756D73; }
span { border-color: rgb(117,109,115); }
td.TdClassName
{
border-color: #756D73;
}
.TagClassName
{
border-color: #756D73;
}
</style>