COLOR #708777

HEX: #708777
RGB: (112,135,119)

Color info

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

RGB color model

#708777 color RGB value is (112,135,119).

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

RGB channels and saturation

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

112
135
119

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 119 = 366 (100%)
R 112 of 366 ~ 30.6%
G 135 of 366 ~ 36.89%
B 119 of 366 ~ 32.51%

%30.6
%36.89
%32.51

CMYK color model

#708777 color CMYK value is (17,0,12,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(17,0,12,47)
C17M0Y12K47 
(17%,0%,12%,47%)
(0.17/0.00/0.12/0.47)	

CMYK percentages

%17.04
%0
%11.85
%47.06

Codes

Color #708777 in popluar color models

708777
RGB112135119
HSL138°9.31%48.43%
HSB/HSV138°17.04%52.94%
CMYK17.04%0.00%11.85%
47.06%

Color #708777 in popluar number systems.

HEX708777
Decimal112135119
Binary1110000100001111110111
Octal160207167

Shades and tints

Shades of #708777

#708777
(112,135,119)
#667B6D
(102,123,109)
#5C6F63
(92,111,99)
#526359
(82,99,89)
#48574F
(72,87,79)
#3E4B45
(62,75,69)
#343F3B
(52,63,59)
#2A3331
(42,51,49)
#202727
(32,39,39)
#161B1D
(22,27,29)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #708777

#708777
(112,135,119)
#7D9183
(125,145,131)
#8A9B8F
(138,155,143)
#97A59B
(151,165,155)
#A4AFA7
(164,175,167)
#B1B9B3
(177,185,179)
#BEC3BF
(190,195,191)
#CBCDCB
(203,205,203)
#D8D7D7
(216,215,215)
#E5E1E3
(229,225,227)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708777; }

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

This text font color is #708777.


Background Color

.myBgColor { background-color: #708777; }

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

This div background color is #708777.


Border color

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

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

This div border color is #708777.


Opacity

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

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

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

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

This text has shadow with #708777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708777 on black background.


Color preview on white background

This text has color #708777 on white background.



Black color preview on #708777 background

This text has black color on #708777 background.


White color preview on #708777 background

This text has white color on #708777 background.