COLOR #708A77

HEX: #708A77
RGB: (112,138,119)

Color info

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

RGB color model

#708A77 color RGB value is (112,138,119).

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

RGB channels and saturation

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

112
138
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 138 + 119 = 369 (100%)
R 112 of 369 ~ 30.35%
G 138 of 369 ~ 37.4%
B 119 of 369 ~ 32.25%

%30.35
%37.4
%32.25

CMYK color model

#708A77 color CMYK value is (19,0,14,46).

  • cyan value is 18.84%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(19,0,14,46)
C19M0Y14K46 
(19%,0%,14%,46%)
(0.19/0.00/0.14/0.46)	

CMYK percentages

%18.84
%0
%13.77
%45.88

Codes

Color #708A77 in popluar color models

708A77
RGB112138119
HSL136°10.40%49.02%
HSB/HSV136°18.84%54.12%
CMYK18.84%0.00%13.77%
45.88%

Color #708A77 in popluar number systems.

HEX708A77
Decimal112138119
Binary1110000100010101110111
Octal160212167

Shades and tints

Shades of #708A77

#708A77
(112,138,119)
#667E6D
(102,126,109)
#5C7263
(92,114,99)
#526659
(82,102,89)
#485A4F
(72,90,79)
#3E4E45
(62,78,69)
#34423B
(52,66,59)
#2A3631
(42,54,49)
#202A27
(32,42,39)
#161E1D
(22,30,29)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #708A77

#708A77
(112,138,119)
#7D9483
(125,148,131)
#8A9E8F
(138,158,143)
#97A89B
(151,168,155)
#A4B2A7
(164,178,167)
#B1BCB3
(177,188,179)
#BEC6BF
(190,198,191)
#CBD0CB
(203,208,203)
#D8DAD7
(216,218,215)
#E5E4E3
(229,228,227)
#F2EEEF
(242,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708A77; }

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

This text font color is #708A77.


Background Color

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

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

This div background color is #708A77.


Border color

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

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

This div border color is #708A77.


Opacity

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

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

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

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

This text has shadow with #708A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708A77 on black background.


Color preview on white background

This text has color #708A77 on white background.



Black color preview on #708A77 background

This text has black color on #708A77 background.


White color preview on #708A77 background

This text has white color on #708A77 background.