#706160 color RGB value is (7, 6, 22).
#706160 hex color red value is 7, green value is 6, and blue value is 22.
Cylindrical-coordinate representations (HSL) of color #706160
hue: 243.75,
saturation: 0.57 and lightness: 0.05.
The process color (four-color CMYK) of #706160 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #706160 is #ff9999. Color #706160 contains mainly RED.
| Color spaces of #706160 | Value |
|---|---|
| RGB | 112, 97, 96 |
| HSL | 0.01, 0.08, 0.41 |
| HSV | 4°, 14°, 44° |
| XYZ | 13.07, 12.84, 12.85 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1110000 | 1100001 | 1100000 |
| Octal | 160 | 141 | 140 |
| Decimal | 112 | 97 | 96 |
| Hex | 70 | 61 | 60 |
Shades of #706160
Tints of #706160
.mybgColor {background-color: #706160;}
.myforeColor {color: #706160;}
.myborderColor {border:3px solid #706160;}
<p style="color:#706160">Text here</p>
This sample text is styled with the font color #706160. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#706160">Div content here</div>
<div style="border:3px solid #706160">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(112, 97, 96, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #706160; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #706160;
-webkit-box-shadow: 1px 1px 3px #706160;
box-shadow: 1px 1px 3px #706160; }
<p style="text-shadow: 4px 4px 2px rgba(112, 97, 96, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #706160;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #706160;
-webkit-box-shadow: 1px 1px 3px #706160;
box-shadow: 1px 1px 3px #706160;">Div content here</div>
