Shades of Monsoon #756B71
Tints of Monsoon #756B71
RGB
CMYK
RGB Variations
Color information
#756B71 (or 0x756B71) is known color: Monsoon. HEX triplet: 75, 6B and 71. RGB value is (117,107,113). Sum of RGB (Red+Green+Blue) = 117+107+113=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B71 is #8A948E. Grayscale: #6E6E6E. Windows color (decimal): -9081999 or 7433077. OLE color: 7433077.
HSL color Cylindrical-coordinate representation of color #756B71: hue angle of 324º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756B71 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 113 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.54 |
| HSL | 324º | 0.04% | 0.44% | - |
| HSV(B) | 324º | 0.09% | 0.46% | - |
| XYZ | 15.57 | 15.49 | 17.79 | - |
| YUV | 110.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 113 | 0 | 0.09 | 0.03 | 0.54 | 324 | 0.04 | 0.44 |
| Hex | 75 | 6B | 71 | 0 | 9 | 3 | 36 | 144 | 4 | 2C |
| Octal | 165 | 153 | 161 | 0 | 11 | 3 | 66 | 504 | 4 | 54 |
| Binary | 1110101 | 1101011 | 1110001 | 0 | 1001 | 11 | 110110 | 101000100 | 100 | 101100 |
Color Harmonies of #756B71
Complementary color
Monochromatic Colors of #756B71
Black with #756B71
Text Example
Text Example
White with #756B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B71; }
p { color: rgb(117,107,113); }
H1.HeaderClassName
{
color: #756B71;
}
.AnyTagClassName
{
color: #756B71;
}
</style>
background-color css
<style>
a { background-color: #756B71; }
a { background-color: rgb(117,107,113); }
div.DivClassName
{
background-color: #756B71;
}
.BgClassName
{
background-color: #756B71;
}
</style>
border-color css
<style>
span { border-color: #756B71; }
span { border-color: rgb(117,107,113); }
td.TdClassName
{
border-color: #756B71;
}
.TagClassName
{
border-color: #756B71;
}
</style>