COLOR #70776C

HEX: #70776C RGB: (112,119,108)

Color info

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

RGB color model

#70776C color RGB value is (112,119,108).

RGB: (112,119,108) (44%, 47%, 42%)

RGB channels and saturation

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

112
119
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 119 + 108 = 339 (100%)
R 112 of 339 ~ 33.04%
G 119 of 339 ~ 35.1%
B 108 of 339 ~ 31.86'%

%33.04
%35.1
%31.86

CMYK color model

#70776C color CMYK value is (6,0,9,53).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK: (6,0,9,53) C6M0Y9K53 (6%,0%,9%,53%) (0.06/0.00/0.09/0.53) 

CMYK percentages

%5.88
%0
%9.24
%53.33

Codes

Color #70776C in popluar color models

70 77 6C
RGB 112 119 108
HSL 98° 4.85% 44.51%
HSB/HSV 98° 9.24% 46.67%
CMYK 5.88% 0.00% 9.24%
53.33%

Color #70776C in popluar number systems.

HEX 70 77 6C
Decimal 112 119 108
Binary 1110000 1110111 1101100
Octal 160 167 154

Shades and tints

Shades of #70776C

#70776C
(112,119,108)
#666D63
(102,109,99)
#5C635A
(92,99,90)
#525951
(82,89,81)
#484F48
(72,79,72)
#3E453F
(62,69,63)
#343B36
(52,59,54)
#2A312D
(42,49,45)
#202724
(32,39,36)
#161D1B
(22,29,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #70776C

#70776C
(112,119,108)
#7D8379
(125,131,121)
#8A8F86
(138,143,134)
#979B93
(151,155,147)
#A4A7A0
(164,167,160)
#B1B3AD
(177,179,173)
#BEBFBA
(190,191,186)
#CBCBC7
(203,203,199)
#D8D7D4
(216,215,212)
#E5E3E1
(229,227,225)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70776C; }

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

This text font color is #70776C.

Background Color

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

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

This div background color is #70776C.

Border color

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

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

This div border color is #70776C.

Opacity

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

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

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

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

This text has shadow with #70776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70776C.

Preview

Color preview on black background

This text has color #70776C on black background.


Color preview on white background

This text has color #70776C on white background.


Black color preview on #70776C background

This text has black color on #70776C background.


White color preview on #70776C background

This text has white color on #70776C background.


Related colors

Complementary color

Complementary color for #hex is #8F8893.


I love getcolorcode.com

Triadic colors

1 #6C7077 and #776C70 with #70776C are triadic colors.

2 #6C7770 and #77706C with #70776C are triadic colors.