COLOR #70776D

HEX: #70776D
RGB: (112,119,109)

Color info

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

RGB color model

#70776D color RGB value is (112,119,109).

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

RGB channels and saturation

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

112
119
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 109 = 340 (100%)
R 112 of 340 ~ 32.94%
G 119 of 340 ~ 35%
B 109 of 340 ~ 32.06%

%32.94
%35
%32.06

CMYK color model

#70776D color CMYK value is (6,0,8,53).

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

CMYK percentages

%5.88
%0
%8.4
%53.33

Codes

Color #70776D in popluar color models

70776D
RGB112119109
HSL102°4.39%44.71%
HSB/HSV102°8.40%46.67%
CMYK5.88%0.00%8.40%
53.33%

Color #70776D in popluar number systems.

HEX70776D
Decimal112119109
Binary111000011101111101101
Octal160167155

Shades and tints

Shades of #70776D

#70776D
(112,119,109)
#666D64
(102,109,100)
#5C635B
(92,99,91)
#525952
(82,89,82)
#484F49
(72,79,73)
#3E4540
(62,69,64)
#343B37
(52,59,55)
#2A312E
(42,49,46)
#202725
(32,39,37)
#161D1C
(22,29,28)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #70776D

#70776D
(112,119,109)
#7D837A
(125,131,122)
#8A8F87
(138,143,135)
#979B94
(151,155,148)
#A4A7A1
(164,167,161)
#B1B3AE
(177,179,174)
#BEBFBB
(190,191,187)
#CBCBC8
(203,203,200)
#D8D7D5
(216,215,213)
#E5E3E2
(229,227,226)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70776D color. Also use rgb(112,119,109) instead hex code.

Text Font Color

.myTextColor { color: #70776D; }

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

This text font color is #70776D.


Background Color

.myBgColor { background-color: #70776D; }

<div style="background-color:#70776D">Inner text</div>

This div background color is #70776D.


Border color

.myBorderColor { border: 1px solid #70776D; }

<div style="border:3px solid #70776D">Div</div>

This div border color is #70776D.


Opacity

.myOpacity80 { color: #70776D; opacity: 0.8; }

<p style="color:#70776D;opacity:0.8;">80%</p>

Text with #70776D 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 #70776D;}

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

This text has shadow with #70776D color.

.textShadow {text-shadow: 3px 3px 1px #70776D, 3px 3px 1px red;}

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

This text has shadow with #70776D primary color and red secondary color.


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

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

This text has shadow with #70776D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70776D on black background.


Color preview on white background

This text has color #70776D on white background.



Black color preview on #70776D background

This text has black color on #70776D background.


White color preview on #70776D background

This text has white color on #70776D background.