Shades of Monsoon #716E70
Tints of Monsoon #716E70
RGB
CMYK
RGB Variations
Color information
#716E70 (or 0x716E70) is known color: Monsoon. HEX triplet: 71, 6E and 70. RGB value is (113,110,112). Sum of RGB (Red+Green+Blue) = 113+110+112=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 113 - color contains mainly: red. Hex color #716E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E70 is #8E918F. Grayscale: #6F6F6F. Windows color (decimal): -9343376 or 7368305. OLE color: 7368305.
HSL color Cylindrical-coordinate representation of color #716E70: hue angle of 320º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #716E70 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 110 | 112 | - |
CMYK | 0 | 0.03 | 0.01 | 0.56 |
HSL | 320º | 0.01% | 0.44% | - |
HSV(B) | 320º | 0.03% | 0.44% | - |
XYZ | 15.31 | 15.83 | 17.58 | - |
YUV | 111.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 110 | 112 | 0 | 0.03 | 0.01 | 0.56 | 320 | 0.01 | 0.44 |
Hex | 71 | 6E | 70 | 0 | 3 | 1 | 38 | 140 | 1 | 2C |
Octal | 161 | 156 | 160 | 0 | 3 | 1 | 70 | 500 | 1 | 54 |
Binary | 1110001 | 1101110 | 1110000 | 0 | 11 | 1 | 111000 | 101000000 | 1 | 101100 |
Color Harmonies of #716E70
Complementary color
Monochromatic Colors of #716E70
Black with #716E70
Text Example
Text Example
White with #716E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E70; }
p { color: rgb(113,110,112); }
H1.HeaderClassName
{
color: #716E70;
}
.AnyTagClassName
{
color: #716E70;
}
</style>
background-color css
<style>
a { background-color: #716E70; }
a { background-color: rgb(113,110,112); }
div.DivClassName
{
background-color: #716E70;
}
.BgClassName
{
background-color: #716E70;
}
</style>
border-color css
<style>
span { border-color: #716E70; }
span { border-color: rgb(113,110,112); }
td.TdClassName
{
border-color: #716E70;
}
.TagClassName
{
border-color: #716E70;
}
</style>