Shades of Monsoon #746B70
Tints of Monsoon #746B70
RGB
CMYK
RGB Variations
Color information
#746B70 (or 0x746B70) is known color: Monsoon. HEX triplet: 74, 6B and 70. RGB value is (116,107,112). Sum of RGB (Red+Green+Blue) = 116+107+112=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #746B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B70 is #8B948F. Grayscale: #6E6E6E. Windows color (decimal): -9147536 or 7367540. OLE color: 7367540.
HSL color Cylindrical-coordinate representation of color #746B70: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746B70 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 112 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.55 |
| HSL | 326.67º | 0.04% | 0.44% | - |
| HSV(B) | 326.67º | 0.08% | 0.45% | - |
| XYZ | 15.38 | 15.4 | 17.49 | - |
| YUV | 110.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 112 | 0 | 0.08 | 0.03 | 0.55 | 326.67 | 0.04 | 0.44 |
| Hex | 74 | 6B | 70 | 0 | 8 | 3 | 37 | 147 | 4 | 2C |
| Octal | 164 | 153 | 160 | 0 | 10 | 3 | 67 | 507 | 4 | 54 |
| Binary | 1110100 | 1101011 | 1110000 | 0 | 1000 | 11 | 110111 | 101000111 | 100 | 101100 |
Color Harmonies of #746B70
Complementary color
Monochromatic Colors of #746B70
Black with #746B70
Text Example
Text Example
White with #746B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B70; }
p { color: rgb(116,107,112); }
H1.HeaderClassName
{
color: #746B70;
}
.AnyTagClassName
{
color: #746B70;
}
</style>
background-color css
<style>
a { background-color: #746B70; }
a { background-color: rgb(116,107,112); }
div.DivClassName
{
background-color: #746B70;
}
.BgClassName
{
background-color: #746B70;
}
</style>
border-color css
<style>
span { border-color: #746B70; }
span { border-color: rgb(116,107,112); }
td.TdClassName
{
border-color: #746B70;
}
.TagClassName
{
border-color: #746B70;
}
</style>