COLOR #708E77

HEX: #708E77 RGB: (112,142,119)

Color info

#708E77 contains red, green and blue colors in about the same proportion. Web safe color of #708E77 is #669966 (or #696).

RGB color model

#708E77 color RGB value is (112,142,119).

RGB: (112,142,119) (44%, 56%, 47%)

RGB channels and saturation

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

112
142
119

R + G + B ~ 49%. #708E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 142 + 119 = 373 (100%)
R 112 of 373 ~ 30.03%
G 142 of 373 ~ 38.07%
B 119 of 373 ~ 31.9'%

%30.03
%38.07
%31.9

CMYK color model

#708E77 color CMYK value is (21,0,16,44).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 16.20%
  • key color value is 44.31%

CMYK: (21,0,16,44)
C21M0Y16K44 (21%, 0%, 16%, 44%)
(0.21 / 0.00 / 0.16 / 0.44)

CMYK percentages

%21.13
%0
%16.2
%44.31

Codes

Color #708E77 in popluar color models

70 8E 77
RGB 112 142 119
HSL 134° 11.81% 49.80%
HSB/HSV 134° 21.13% 55.69%
CMYK 21.13% 0.00% 16.20%
44.31%

Color #708E77 in popluar number systems.

HEX 70 8E 77
Decimal 112 142 119
Binary 1110000 10001110 1110111
Octal 160 216 167

Shades and tints

Shades of #708E77

#708E77
(112,142,119)
#66826D
(102,130,109)
#5C7663
(92,118,99)
#526A59
(82,106,89)
#485E4F
(72,94,79)
#3E5245
(62,82,69)
#34463B
(52,70,59)
#2A3A31
(42,58,49)
#202E27
(32,46,39)
#16221D
(22,34,29)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #708E77

#708E77
(112,142,119)
#7D9883
(125,152,131)
#8AA28F
(138,162,143)
#97AC9B
(151,172,155)
#A4B6A7
(164,182,167)
#B1C0B3
(177,192,179)
#BECABF
(190,202,191)
#CBD4CB
(203,212,203)
#D8DED7
(216,222,215)
#E5E8E3
(229,232,227)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708E77; }

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

This text font color is #708E77.

Background Color

.myBgColor { background-color: #708E77; }

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

This div background color is #708E77.

Border color

.myBorderColor { border: 1px solid #708E77; }

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

This div border color is #708E77.

Opacity

.myOpacity80 { color: #708E77; opacity: 0.8; }

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

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

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

This text has shadow with #708E77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708E77.

Preview

Color preview on black background

This text has color #708E77 on black background.


Color preview on white background

This text has color #708E77 on white background.


Black color preview on #708E77 background

This text has black color on #708E77 background.


White color preview on #708E77 background

This text has white color on #708E77 background.


Related colors

Complementary color

Complementary color for #hex is #8F7188.


I love getcolorcode.com

Triadic colors

1 #77708E and #8E7770 with #708E77 are triadic colors.

2 #778E70 and #8E7077 with #708E77 are triadic colors.