Shades of Monsoon #716C6F
Tints of Monsoon #716C6F
RGB
CMYK
RGB Variations
Color information
#716C6F (or 0x716C6F) is known color: Monsoon. HEX triplet: 71, 6C and 6F. RGB value is (113,108,111). Sum of RGB (Red+Green+Blue) = 113+108+111=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 113 - color contains mainly: red. Hex color #716C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C6F is #8E9390. Grayscale: #6D6D6D. Windows color (decimal): -9343889 or 7302257. OLE color: 7302257.
HSL color Cylindrical-coordinate representation of color #716C6F: hue angle of 324º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716C6F is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 111 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.56 |
| HSL | 324º | 0.02% | 0.43% | - |
| HSV(B) | 324º | 0.04% | 0.44% | - |
| XYZ | 15.04 | 15.38 | 17.22 | - |
| YUV | 109.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 111 | 0 | 0.04 | 0.02 | 0.56 | 324 | 0.02 | 0.43 |
| Hex | 71 | 6C | 6F | 0 | 4 | 2 | 38 | 144 | 2 | 2B |
| Octal | 161 | 154 | 157 | 0 | 4 | 2 | 70 | 504 | 2 | 53 |
| Binary | 1110001 | 1101100 | 1101111 | 0 | 100 | 10 | 111000 | 101000100 | 10 | 101011 |
Color Harmonies of #716C6F
Complementary color
Monochromatic Colors of #716C6F
Black with #716C6F
Text Example
Text Example
White with #716C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C6F; }
p { color: rgb(113,108,111); }
H1.HeaderClassName
{
color: #716C6F;
}
.AnyTagClassName
{
color: #716C6F;
}
</style>
background-color css
<style>
a { background-color: #716C6F; }
a { background-color: rgb(113,108,111); }
div.DivClassName
{
background-color: #716C6F;
}
.BgClassName
{
background-color: #716C6F;
}
</style>
border-color css
<style>
span { border-color: #716C6F; }
span { border-color: rgb(113,108,111); }
td.TdClassName
{
border-color: #716C6F;
}
.TagClassName
{
border-color: #716C6F;
}
</style>