Shades of Monsoon #706B6E
Tints of Monsoon #706B6E
RGB
CMYK
RGB Variations
Color information
#706B6E (or 0x706B6E) is known color: Monsoon. HEX triplet: 70, 6B and 6E. RGB value is (112,107,110). Sum of RGB (Red+Green+Blue) = 112+107+110=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 112 - color contains mainly: red. Hex color #706B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B6E is #8F9491. Grayscale: #6C6C6C. Windows color (decimal): -9409682 or 7236464. OLE color: 7236464.
HSL color Cylindrical-coordinate representation of color #706B6E: 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 #706B6E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 110 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.56 |
| HSL | 324º | 0.02% | 0.43% | - |
| HSV(B) | 324º | 0.04% | 0.44% | - |
| XYZ | 14.75 | 15.09 | 16.89 | - |
| YUV | 108.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 110 | 0 | 0.04 | 0.02 | 0.56 | 324 | 0.02 | 0.43 |
| Hex | 70 | 6B | 6E | 0 | 4 | 2 | 38 | 144 | 2 | 2B |
| Octal | 160 | 153 | 156 | 0 | 4 | 2 | 70 | 504 | 2 | 53 |
| Binary | 1110000 | 1101011 | 1101110 | 0 | 100 | 10 | 111000 | 101000100 | 10 | 101011 |
Color Harmonies of #706B6E
Complementary color
Monochromatic Colors of #706B6E
Black with #706B6E
Text Example
Text Example
White with #706B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B6E; }
p { color: rgb(112,107,110); }
H1.HeaderClassName
{
color: #706B6E;
}
.AnyTagClassName
{
color: #706B6E;
}
</style>
background-color css
<style>
a { background-color: #706B6E; }
a { background-color: rgb(112,107,110); }
div.DivClassName
{
background-color: #706B6E;
}
.BgClassName
{
background-color: #706B6E;
}
</style>
border-color css
<style>
span { border-color: #706B6E; }
span { border-color: rgb(112,107,110); }
td.TdClassName
{
border-color: #706B6E;
}
.TagClassName
{
border-color: #706B6E;
}
</style>