COLOR #706D7C

HEX: #706D7C
RGB: (112,109,124)

Color info

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

RGB color model

#706D7C color RGB value is (112,109,124).

  • red value is 112;
  • green value is 109;
  • blue value is 124.
RGB:
(112,109,124)
(44%,43%,49%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 124 of 255 = 49%

112
109
124

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

Portions of RGB colors in percentages

R + G + B =
112 + 109 + 124 = 345 (100%)
R 112 of 345 ~ 32.46%
G 109 of 345 ~ 31.59%
B 124 of 345 ~ 35.94%

%32.46
%31.59
%35.94

CMYK color model

#706D7C color CMYK value is (10,12,0,51).

  • cyan value is 9.68%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(10,12,0,51)
C10M12Y0K51 
(10%,12%,0%,51%)
(0.10/0.12/0.00/0.51)	

CMYK percentages

%9.68
%12.1
%0
%51.37

Codes

Color #706D7C in popluar color models

706D7C
RGB112109124
HSL252°6.44%45.69%
HSB/HSV252°12.10%48.63%
CMYK9.68%12.10%0.00%
51.37%

Color #706D7C in popluar number systems.

HEX706D7C
Decimal112109124
Binary111000011011011111100
Octal160155174

Shades and tints

Shades of #706D7C

#706D7C
(112,109,124)
#666471
(102,100,113)
#5C5B66
(92,91,102)
#52525B
(82,82,91)
#484950
(72,73,80)
#3E4045
(62,64,69)
#34373A
(52,55,58)
#2A2E2F
(42,46,47)
#202524
(32,37,36)
#161C19
(22,28,25)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #706D7C

#706D7C
(112,109,124)
#7D7A87
(125,122,135)
#8A8792
(138,135,146)
#97949D
(151,148,157)
#A4A1A8
(164,161,168)
#B1AEB3
(177,174,179)
#BEBBBE
(190,187,190)
#CBC8C9
(203,200,201)
#D8D5D4
(216,213,212)
#E5E2DF
(229,226,223)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706D7C color. Also use rgb(112,109,124) instead hex code.

Text Font Color

.myTextColor { color: #706D7C; }

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

This text font color is #706D7C.


Background Color

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

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

This div background color is #706D7C.


Border color

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

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

This div border color is #706D7C.


Opacity

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

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

Text with #706D7C 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 #706D7C;}

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

This text has shadow with #706D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706D7C on black background.


Color preview on white background

This text has color #706D7C on white background.



Black color preview on #706D7C background

This text has black color on #706D7C background.


White color preview on #706D7C background

This text has white color on #706D7C background.