Shades of Monsoon #736E72
Tints of Monsoon #736E72
RGB
CMYK
RGB Variations
Color information
#736E72 (or 0x736E72) is known color: Monsoon. HEX triplet: 73, 6E and 72. RGB value is (115,110,114). Sum of RGB (Red+Green+Blue) = 115+110+114=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 115 - color contains mainly: red. Hex color #736E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E72 is #8C918D. Grayscale: #6F6F6F. Windows color (decimal): -9212302 or 7499379. OLE color: 7499379.
HSL color Cylindrical-coordinate representation of color #736E72: hue angle of 312º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #736E72 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 110 | 114 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.55 |
| HSL | 312º | 0.02% | 0.44% | - |
| HSV(B) | 312º | 0.04% | 0.45% | - |
| XYZ | 15.68 | 16.01 | 18.18 | - |
| YUV | 111.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 110 | 114 | 0 | 0.04 | 0.01 | 0.55 | 312 | 0.02 | 0.44 |
| Hex | 73 | 6E | 72 | 0 | 4 | 1 | 37 | 138 | 2 | 2C |
| Octal | 163 | 156 | 162 | 0 | 4 | 1 | 67 | 470 | 2 | 54 |
| Binary | 1110011 | 1101110 | 1110010 | 0 | 100 | 1 | 110111 | 100111000 | 10 | 101100 |
Color Harmonies of #736E72
Complementary color
Monochromatic Colors of #736E72
Black with #736E72
Text Example
Text Example
White with #736E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736E72; }
p { color: rgb(115,110,114); }
H1.HeaderClassName
{
color: #736E72;
}
.AnyTagClassName
{
color: #736E72;
}
</style>
background-color css
<style>
a { background-color: #736E72; }
a { background-color: rgb(115,110,114); }
div.DivClassName
{
background-color: #736E72;
}
.BgClassName
{
background-color: #736E72;
}
</style>
border-color css
<style>
span { border-color: #736E72; }
span { border-color: rgb(115,110,114); }
td.TdClassName
{
border-color: #736E72;
}
.TagClassName
{
border-color: #736E72;
}
</style>