COLOR #706C7E

HEX: #706C7E
RGB: (112,108,126)

Color info

#706C7E contains red, green and blue colors in about the same proportion. Web safe color of #706C7E is #666666 (or #666).

RGB color model

#706C7E color RGB value is (112,108,126).

  • red value is 112;
  • green value is 108;
  • blue value is 126.
RGB:
(112,108,126)
(44%,42%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 126 of 255 = 49%

112
108
126

R + G + B ~ 45%. #706C7E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 108 + 126 = 346 (100%)
R 112 of 346 ~ 32.37%
G 108 of 346 ~ 31.21%
B 126 of 346 ~ 36.42%

%32.37
%31.21
%36.42

CMYK color model

#706C7E color CMYK value is (11,14,0,51).

  • cyan value is 11.11%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(11,14,0,51)
C11M14Y0K51 
(11%,14%,0%,51%)
(0.11/0.14/0.00/0.51)	

CMYK percentages

%11.11
%14.29
%0
%50.59

Codes

Color #706C7E in popluar color models

706C7E
RGB112108126
HSL253°7.69%45.88%
HSB/HSV253°14.29%49.41%
CMYK11.11%14.29%0.00%
50.59%

Color #706C7E in popluar number systems.

HEX706C7E
Decimal112108126
Binary111000011011001111110
Octal160154176

Shades and tints

Shades of #706C7E

#706C7E
(112,108,126)
#666373
(102,99,115)
#5C5A68
(92,90,104)
#52515D
(82,81,93)
#484852
(72,72,82)
#3E3F47
(62,63,71)
#34363C
(52,54,60)
#2A2D31
(42,45,49)
#202426
(32,36,38)
#161B1B
(22,27,27)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #706C7E

#706C7E
(112,108,126)
#7D7989
(125,121,137)
#8A8694
(138,134,148)
#97939F
(151,147,159)
#A4A0AA
(164,160,170)
#B1ADB5
(177,173,181)
#BEBAC0
(190,186,192)
#CBC7CB
(203,199,203)
#D8D4D6
(216,212,214)
#E5E1E1
(229,225,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706C7E color. Also use rgb(112,108,126) instead hex code.

Text Font Color

.myTextColor { color: #706C7E; }

<p style="color:#706C7E">This sample text font color is #706C7E.</p>

This text font color is #706C7E.


Background Color

.myBgColor { background-color: #706C7E; }

<div style="background-color:#706C7E">Inner text</div>

This div background color is #706C7E.


Border color

.myBorderColor { border: 1px solid #706C7E; }

<div style="border:3px solid #706C7E">Div</div>

This div border color is #706C7E.


Opacity

.myOpacity80 { color: #706C7E; opacity: 0.8; }

<p style="color:#706C7E;opacity:0.8;">80%</p>

Text with #706C7E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #706C7E;}

<p style="text-shadow: 3px 3px 1px #706C7E">Text here.</p>

This text has shadow with #706C7E color.

.textShadow {text-shadow: 3px 3px 1px #706C7E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #706C7E, 5px 5px 20px red">Text here.</p>

This text has shadow with #706C7E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706C7E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#706C7E, Direction=45, Strength=4)">Text</p>

This text has shadow with #706C7E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #706C7E;
  -webkit-box-shadow:	1px 1px 3px 2px #706C7E;
  box-shadow:		1px 1px 3px 2px #706C7E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706C7E;
-webkit-box-shadow: 1px 1px 3px 2px #706C7E;
box-shadow:1px 1px 3px 2px #706C7E;">
Div content here</div>
This div box has shadow with color #706C7E.

Preview

Color preview on black background

This text has color #706C7E on black background.


Color preview on white background

This text has color #706C7E on white background.



Black color preview on #706C7E background

This text has black color on #706C7E background.


White color preview on #706C7E background

This text has white color on #706C7E background.