Shades of Monsoon #737172
Tints of Monsoon #737172
RGB
CMYK
RGB Variations
Color information
#737172 (or 0x737172) is known color: Monsoon. HEX triplet: 73, 71 and 72. RGB value is (115,113,114). Sum of RGB (Red+Green+Blue) = 115+113+114=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 115 - color contains mainly: red. Hex color #737172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737172 is #8C8E8D. Grayscale: #717171. Windows color (decimal): -9211534 or 7500147. OLE color: 7500147.
HSL color Cylindrical-coordinate representation of color #737172: hue angle of 330º degrees, saturation: 0.01, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #737172 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 114 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.55 |
| HSL | 330º | 0.01% | 0.45% | - |
| HSV(B) | 330º | 0.02% | 0.45% | - |
| XYZ | 16.01 | 16.67 | 18.29 | - |
| YUV | 113.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 114 | 0 | 0.02 | 0.01 | 0.55 | 330 | 0.01 | 0.45 |
| Hex | 73 | 71 | 72 | 0 | 2 | 1 | 37 | 14A | 1 | 2D |
| Octal | 163 | 161 | 162 | 0 | 2 | 1 | 67 | 512 | 1 | 55 |
| Binary | 1110011 | 1110001 | 1110010 | 0 | 10 | 1 | 110111 | 101001010 | 1 | 101101 |
Color Harmonies of #737172
Complementary color
Monochromatic Colors of #737172
Black with #737172
Text Example
Text Example
White with #737172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737172; }
p { color: rgb(115,113,114); }
H1.HeaderClassName
{
color: #737172;
}
.AnyTagClassName
{
color: #737172;
}
</style>
background-color css
<style>
a { background-color: #737172; }
a { background-color: rgb(115,113,114); }
div.DivClassName
{
background-color: #737172;
}
.BgClassName
{
background-color: #737172;
}
</style>
border-color css
<style>
span { border-color: #737172; }
span { border-color: rgb(115,113,114); }
td.TdClassName
{
border-color: #737172;
}
.TagClassName
{
border-color: #737172;
}
</style>