COLOR #706E75

HEX: #706E75
RGB: (112,110,117)

Color info

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

RGB color model

#706E75 color RGB value is (112,110,117).

  • red value is 112;
  • green value is 110;
  • blue value is 117.
RGB:
(112,110,117)
(44%,43%,46%)

RGB channels and saturation

R 112 of 255 = 44%
G 110 of 255 = 43%
B 117 of 255 = 46%

112
110
117

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

Portions of RGB colors in percentages

R + G + B =
112 + 110 + 117 = 339 (100%)
R 112 of 339 ~ 33.04%
G 110 of 339 ~ 32.45%
B 117 of 339 ~ 34.51%

%33.04
%32.45
%34.51

CMYK color model

#706E75 color CMYK value is (4,6,0,54).

  • cyan value is 4.27%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(4,6,0,54)
C4M6Y0K54 
(4%,6%,0%,54%)
(0.04/0.06/0.00/0.54)	

CMYK percentages

%4.27
%5.98
%0
%54.12

Codes

Color #706E75 in popluar color models

706E75
RGB112110117
HSL257°3.08%44.51%
HSB/HSV257°5.98%45.88%
CMYK4.27%5.98%0.00%
54.12%

Color #706E75 in popluar number systems.

HEX706E75
Decimal112110117
Binary111000011011101110101
Octal160156165

Shades and tints

Shades of #706E75

#706E75
(112,110,117)
#66646B
(102,100,107)
#5C5A61
(92,90,97)
#525057
(82,80,87)
#48464D
(72,70,77)
#3E3C43
(62,60,67)
#343239
(52,50,57)
#2A282F
(42,40,47)
#201E25
(32,30,37)
#16141B
(22,20,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #706E75

#706E75
(112,110,117)
#7D7B81
(125,123,129)
#8A888D
(138,136,141)
#979599
(151,149,153)
#A4A2A5
(164,162,165)
#B1AFB1
(177,175,177)
#BEBCBD
(190,188,189)
#CBC9C9
(203,201,201)
#D8D6D5
(216,214,213)
#E5E3E1
(229,227,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #706E75; }

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

This text font color is #706E75.


Background Color

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

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

This div background color is #706E75.


Border color

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

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

This div border color is #706E75.


Opacity

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

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

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

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

This text has shadow with #706E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #706E75 on black background.


Color preview on white background

This text has color #706E75 on white background.



Black color preview on #706E75 background

This text has black color on #706E75 background.


White color preview on #706E75 background

This text has white color on #706E75 background.