COLOR #706B77

HEX: #706B77
RGB: (112,107,119)

Color info

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

RGB color model

#706B77 color RGB value is (112,107,119).

  • red value is 112;
  • green value is 107;
  • blue value is 119.
RGB:
(112,107,119)
(44%,42%,47%)

RGB channels and saturation

R 112 of 255 = 44%
G 107 of 255 = 42%
B 119 of 255 = 47%

112
107
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 107 + 119 = 338 (100%)
R 112 of 338 ~ 33.14%
G 107 of 338 ~ 31.66%
B 119 of 338 ~ 35.21%

%33.14
%31.66
%35.21

CMYK color model

#706B77 color CMYK value is (6,10,0,53).

  • cyan value is 5.88%
  • magenta value is 10.08%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(6,10,0,53)
C6M10Y0K53 
(6%,10%,0%,53%)
(0.06/0.10/0.00/0.53)	

CMYK percentages

%5.88
%10.08
%0
%53.33

Codes

Color #706B77 in popluar color models

706B77
RGB112107119
HSL265°5.31%44.31%
HSB/HSV265°10.08%46.67%
CMYK5.88%10.08%0.00%
53.33%

Color #706B77 in popluar number systems.

HEX706B77
Decimal112107119
Binary111000011010111110111
Octal160153167

Shades and tints

Shades of #706B77

#706B77
(112,107,119)
#66626D
(102,98,109)
#5C5963
(92,89,99)
#525059
(82,80,89)
#48474F
(72,71,79)
#3E3E45
(62,62,69)
#34353B
(52,53,59)
#2A2C31
(42,44,49)
#202327
(32,35,39)
#161A1D
(22,26,29)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #706B77

#706B77
(112,107,119)
#7D7883
(125,120,131)
#8A858F
(138,133,143)
#97929B
(151,146,155)
#A49FA7
(164,159,167)
#B1ACB3
(177,172,179)
#BEB9BF
(190,185,191)
#CBC6CB
(203,198,203)
#D8D3D7
(216,211,215)
#E5E0E3
(229,224,227)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706B77; }

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

This text font color is #706B77.


Background Color

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

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

This div background color is #706B77.


Border color

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

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

This div border color is #706B77.


Opacity

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

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

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

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

This text has shadow with #706B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706B77 on black background.


Color preview on white background

This text has color #706B77 on white background.



Black color preview on #706B77 background

This text has black color on #706B77 background.


White color preview on #706B77 background

This text has white color on #706B77 background.