COLOR #706E77

HEX: #706E77 RGB: (112,110,119)

Color info

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

RGB color model

#706E77 color RGB value is (112,110,119).

RGB: (112,110,119) (44%, 43%, 47%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 119 of 255 = 47%

112
110
119

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

Portions of RGB colors in percentages

R + G + B = 112 + 110 + 119 = 341 (100%)
R 112 of 341 ~ 32.84%
G 110 of 341 ~ 32.26%
B 119 of 341 ~ 34.9'%

%32.84
%32.26
%34.9

CMYK color model

#706E77 color CMYK value is (6,8,0,53).

  • cyan value is 5.88%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK: (6,8,0,53) C6M8Y0K53 (6%,8%,0%,53%) (0.06/0.08/0.00/0.53) 

CMYK percentages

%5.88
%7.56
%0
%53.33

Codes

Color #706E77 in popluar color models

70 6E 77
RGB 112 110 119
HSL 253° 3.93% 44.90%
HSB/HSV 253° 7.56% 46.67%
CMYK 5.88% 7.56% 0.00%
53.33%

Color #706E77 in popluar number systems.

HEX 70 6E 77
Decimal 112 110 119
Binary 1110000 1101110 1110111
Octal 160 156 167

Shades and tints

Shades of #706E77

#706E77
(112,110,119)
#66646D
(102,100,109)
#5C5A63
(92,90,99)
#525059
(82,80,89)
#48464F
(72,70,79)
#3E3C45
(62,60,69)
#34323B
(52,50,59)
#2A2831
(42,40,49)
#201E27
(32,30,39)
#16141D
(22,20,29)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #706E77

#706E77
(112,110,119)
#7D7B83
(125,123,131)
#8A888F
(138,136,143)
#97959B
(151,149,155)
#A4A2A7
(164,162,167)
#B1AFB3
(177,175,179)
#BEBCBF
(190,188,191)
#CBC9CB
(203,201,203)
#D8D6D7
(216,214,215)
#E5E3E3
(229,227,227)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706E77 color. Also use rgb(112,110,119) instead hex code.

Text Font Color

.myTextColor { color: #706E77; }

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

This text font color is #706E77.

Background Color

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

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

This div background color is #706E77.

Border color

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

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

This div border color is #706E77.

Opacity

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

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

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

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

This text has shadow with #706E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706E77.

Preview

Color preview on black background

This text has color #706E77 on black background.


Color preview on white background

This text has color #706E77 on white background.


Black color preview on #706E77 background

This text has black color on #706E77 background.


White color preview on #706E77 background

This text has white color on #706E77 background.


Related colors

Complementary color

Complementary color for #hex is #8F9188.


I love getcolorcode.com

Triadic colors

1 #77706E and #6E7770 with #706E77 are triadic colors.

2 #776E70 and #6E7077 with #706E77 are triadic colors.