Shades of Monsoon #747073
Tints of Monsoon #747073
RGB
CMYK
RGB Variations
Color information
#747073 (or 0x747073) is known color: Monsoon. HEX triplet: 74, 70 and 73. RGB value is (116,112,115). Sum of RGB (Red+Green+Blue) = 116+112+115=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 116 - color contains mainly: red. Hex color #747073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747073 is #8B8F8C. Grayscale: #717171. Windows color (decimal): -9146253 or 7565428. OLE color: 7565428.
HSL color Cylindrical-coordinate representation of color #747073: hue angle of 315º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #747073 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 115 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.55 |
| HSL | 315º | 0.02% | 0.45% | - |
| HSV(B) | 315º | 0.03% | 0.45% | - |
| XYZ | 16.09 | 16.54 | 18.56 | - |
| YUV | 113.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 115 | 0 | 0.03 | 0.01 | 0.55 | 315 | 0.02 | 0.45 |
| Hex | 74 | 70 | 73 | 0 | 3 | 1 | 37 | 13B | 2 | 2D |
| Octal | 164 | 160 | 163 | 0 | 3 | 1 | 67 | 473 | 2 | 55 |
| Binary | 1110100 | 1110000 | 1110011 | 0 | 11 | 1 | 110111 | 100111011 | 10 | 101101 |
Color Harmonies of #747073
Complementary color
Monochromatic Colors of #747073
Black with #747073
Text Example
Text Example
White with #747073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747073; }
p { color: rgb(116,112,115); }
H1.HeaderClassName
{
color: #747073;
}
.AnyTagClassName
{
color: #747073;
}
</style>
background-color css
<style>
a { background-color: #747073; }
a { background-color: rgb(116,112,115); }
div.DivClassName
{
background-color: #747073;
}
.BgClassName
{
background-color: #747073;
}
</style>
border-color css
<style>
span { border-color: #747073; }
span { border-color: rgb(116,112,115); }
td.TdClassName
{
border-color: #747073;
}
.TagClassName
{
border-color: #747073;
}
</style>