COLOR #708B77

HEX: #708B77
RGB: (112,139,119)

Color info

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

RGB color model

#708B77 color RGB value is (112,139,119).

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

RGB channels and saturation

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

112
139
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 139 + 119 = 370 (100%)
R 112 of 370 ~ 30.27%
G 139 of 370 ~ 37.57%
B 119 of 370 ~ 32.16%

%30.27
%37.57
%32.16

CMYK color model

#708B77 color CMYK value is (19,0,14,45).

  • cyan value is 19.42%
  • magenta value is 0.00%
  • yellow value is 14.39%
  • key color value is 45.49%
CMYK:
(19,0,14,45)
C19M0Y14K45 
(19%,0%,14%,45%)
(0.19/0.00/0.14/0.45)	

CMYK percentages

%19.42
%0
%14.39
%45.49

Codes

Color #708B77 in popluar color models

708B77
RGB112139119
HSL136°10.76%49.22%
HSB/HSV136°19.42%54.51%
CMYK19.42%0.00%14.39%
45.49%

Color #708B77 in popluar number systems.

HEX708B77
Decimal112139119
Binary1110000100010111110111
Octal160213167

Shades and tints

Shades of #708B77

#708B77
(112,139,119)
#667F6D
(102,127,109)
#5C7363
(92,115,99)
#526759
(82,103,89)
#485B4F
(72,91,79)
#3E4F45
(62,79,69)
#34433B
(52,67,59)
#2A3731
(42,55,49)
#202B27
(32,43,39)
#161F1D
(22,31,29)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #708B77

#708B77
(112,139,119)
#7D9583
(125,149,131)
#8A9F8F
(138,159,143)
#97A99B
(151,169,155)
#A4B3A7
(164,179,167)
#B1BDB3
(177,189,179)
#BEC7BF
(190,199,191)
#CBD1CB
(203,209,203)
#D8DBD7
(216,219,215)
#E5E5E3
(229,229,227)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708B77; }

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

This text font color is #708B77.


Background Color

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

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

This div background color is #708B77.


Border color

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

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

This div border color is #708B77.


Opacity

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

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

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

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

This text has shadow with #708B77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708B77 on black background.


Color preview on white background

This text has color #708B77 on white background.



Black color preview on #708B77 background

This text has black color on #708B77 background.


White color preview on #708B77 background

This text has white color on #708B77 background.