Shades of Monsoon #736B71
Tints of Monsoon #736B71
RGB
CMYK
RGB Variations
Color information
#736B71 (or 0x736B71) is known color: Monsoon. HEX triplet: 73, 6B and 71. RGB value is (115,107,113). Sum of RGB (Red+Green+Blue) = 115+107+113=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 115 - color contains mainly: red. Hex color #736B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B71 is #8C948E. Grayscale: #6E6E6E. Windows color (decimal): -9213071 or 7433075. OLE color: 7433075.
HSL color Cylindrical-coordinate representation of color #736B71: hue angle of 315º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736B71 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 113 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.55 |
| HSL | 315º | 0.04% | 0.44% | - |
| HSV(B) | 315º | 0.07% | 0.45% | - |
| XYZ | 15.31 | 15.35 | 17.78 | - |
| YUV | 110.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 113 | 0 | 0.07 | 0.02 | 0.55 | 315 | 0.04 | 0.44 |
| Hex | 73 | 6B | 71 | 0 | 7 | 2 | 37 | 13B | 4 | 2C |
| Octal | 163 | 153 | 161 | 0 | 7 | 2 | 67 | 473 | 4 | 54 |
| Binary | 1110011 | 1101011 | 1110001 | 0 | 111 | 10 | 110111 | 100111011 | 100 | 101100 |
Color Harmonies of #736B71
Complementary color
Monochromatic Colors of #736B71
Black with #736B71
Text Example
Text Example
White with #736B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B71; }
p { color: rgb(115,107,113); }
H1.HeaderClassName
{
color: #736B71;
}
.AnyTagClassName
{
color: #736B71;
}
</style>
background-color css
<style>
a { background-color: #736B71; }
a { background-color: rgb(115,107,113); }
div.DivClassName
{
background-color: #736B71;
}
.BgClassName
{
background-color: #736B71;
}
</style>
border-color css
<style>
span { border-color: #736B71; }
span { border-color: rgb(115,107,113); }
td.TdClassName
{
border-color: #736B71;
}
.TagClassName
{
border-color: #736B71;
}
</style>