COLOR #706D79

HEX: #706D79 RGB: (112,109,121)

Color info

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

RGB color model

#706D79 color RGB value is (112,109,121).

RGB: (112,109,121) (44%, 43%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 121 of 255 = 47%

112
109
121

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 121 = 342 (100%)
R 112 of 342 ~ 32.75%
G 109 of 342 ~ 31.87%
B 121 of 342 ~ 35.38'%

%32.75
%31.87
%35.38

CMYK color model

#706D79 color CMYK value is (7,10,0,53).

  • cyan value is 7.44%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (7,10,0,53)
C7M10Y0K53 (7%, 10%, 0%, 53%)
(0.07 / 0.10 / 0.00 / 0.53)

CMYK percentages

%7.44
%9.92
%0
%52.55

Codes

Color #706D79 in popluar color models

70 6D 79
RGB 112 109 121
HSL 255° 5.22% 45.10%
HSB/HSV 255° 9.92% 47.45%
CMYK 7.44% 9.92% 0.00%
52.55%

Color #706D79 in popluar number systems.

HEX 70 6D 79
Decimal 112 109 121
Binary 1110000 1101101 1111001
Octal 160 155 171

Shades and tints

Shades of #706D79

#706D79
(112,109,121)
#66646E
(102,100,110)
#5C5B63
(92,91,99)
#525258
(82,82,88)
#48494D
(72,73,77)
#3E4042
(62,64,66)
#343737
(52,55,55)
#2A2E2C
(42,46,44)
#202521
(32,37,33)
#161C16
(22,28,22)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #706D79

#706D79
(112,109,121)
#7D7A85
(125,122,133)
#8A8791
(138,135,145)
#97949D
(151,148,157)
#A4A1A9
(164,161,169)
#B1AEB5
(177,174,181)
#BEBBC1
(190,187,193)
#CBC8CD
(203,200,205)
#D8D5D9
(216,213,217)
#E5E2E5
(229,226,229)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706D79; }

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

This text font color is #706D79.

Background Color

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

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

This div background color is #706D79.

Border color

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

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

This div border color is #706D79.

Opacity

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

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

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

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

This text has shadow with #706D79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D79.

Preview

Color preview on black background

This text has color #706D79 on black background.


Color preview on white background

This text has color #706D79 on white background.


Black color preview on #706D79 background

This text has black color on #706D79 background.


White color preview on #706D79 background

This text has white color on #706D79 background.


Related colors

Complementary color

Complementary color for #hex is #8F9286.


I love getcolorcode.com

Triadic colors

1 #79706D and #6D7970 with #706D79 are triadic colors.

2 #796D70 and #6D7079 with #706D79 are triadic colors.