COLOR #707770

HEX: #707770
RGB: (112,119,112)

Color info

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

RGB color model

#707770 color RGB value is (112,119,112).

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

RGB channels and saturation

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

112
119
112

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 112 = 343 (100%)
R 112 of 343 ~ 32.65%
G 119 of 343 ~ 34.69%
B 112 of 343 ~ 32.65%

%32.65
%34.69
%32.65

CMYK color model

#707770 color CMYK value is (6,0,6,53).

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

CMYK percentages

%5.88
%0
%5.88
%53.33

Codes

Color #707770 in popluar color models

707770
RGB112119112
HSL120°3.03%45.29%
HSB/HSV120°5.88%46.67%
CMYK5.88%0.00%5.88%
53.33%

Color #707770 in popluar number systems.

HEX707770
Decimal112119112
Binary111000011101111110000
Octal160167160

Shades and tints

Shades of #707770

#707770
(112,119,112)
#666D66
(102,109,102)
#5C635C
(92,99,92)
#525952
(82,89,82)
#484F48
(72,79,72)
#3E453E
(62,69,62)
#343B34
(52,59,52)
#2A312A
(42,49,42)
#202720
(32,39,32)
#161D16
(22,29,22)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #707770

#707770
(112,119,112)
#7D837D
(125,131,125)
#8A8F8A
(138,143,138)
#979B97
(151,155,151)
#A4A7A4
(164,167,164)
#B1B3B1
(177,179,177)
#BEBFBE
(190,191,190)
#CBCBCB
(203,203,203)
#D8D7D8
(216,215,216)
#E5E3E5
(229,227,229)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707770; }

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

This text font color is #707770.


Background Color

.myBgColor { background-color: #707770; }

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

This div background color is #707770.


Border color

.myBorderColor { border: 1px solid #707770; }

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

This div border color is #707770.


Opacity

.myOpacity80 { color: #707770; opacity: 0.8; }

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

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

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

This text has shadow with #707770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #707770 on black background.


Color preview on white background

This text has color #707770 on white background.



Black color preview on #707770 background

This text has black color on #707770 background.


White color preview on #707770 background

This text has white color on #707770 background.