COLOR #708776

HEX: #708776
RGB: (112,135,118)

Color info

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

RGB color model

#708776 color RGB value is (112,135,118).

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

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 118 of 255 = 46%

112
135
118

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

Portions of RGB colors in percentages

R + G + B =
112 + 135 + 118 = 365 (100%)
R 112 of 365 ~ 30.68%
G 135 of 365 ~ 36.99%
B 118 of 365 ~ 32.33%

%30.68
%36.99
%32.33

CMYK color model

#708776 color CMYK value is (17,0,13,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(17,0,13,47)
C17M0Y13K47 
(17%,0%,13%,47%)
(0.17/0.00/0.13/0.47)	

CMYK percentages

%17.04
%0
%12.59
%47.06

Codes

Color #708776 in popluar color models

708776
RGB112135118
HSL136°9.31%48.43%
HSB/HSV136°17.04%52.94%
CMYK17.04%0.00%12.59%
47.06%

Color #708776 in popluar number systems.

HEX708776
Decimal112135118
Binary1110000100001111110110
Octal160207166

Shades and tints

Shades of #708776

#708776
(112,135,118)
#667B6C
(102,123,108)
#5C6F62
(92,111,98)
#526358
(82,99,88)
#48574E
(72,87,78)
#3E4B44
(62,75,68)
#343F3A
(52,63,58)
#2A3330
(42,51,48)
#202726
(32,39,38)
#161B1C
(22,27,28)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #708776

#708776
(112,135,118)
#7D9182
(125,145,130)
#8A9B8E
(138,155,142)
#97A59A
(151,165,154)
#A4AFA6
(164,175,166)
#B1B9B2
(177,185,178)
#BEC3BE
(190,195,190)
#CBCDCA
(203,205,202)
#D8D7D6
(216,215,214)
#E5E1E2
(229,225,226)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708776; }

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

This text font color is #708776.


Background Color

.myBgColor { background-color: #708776; }

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

This div background color is #708776.


Border color

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

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

This div border color is #708776.


Opacity

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

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

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

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

This text has shadow with #708776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #708776 on black background.


Color preview on white background

This text has color #708776 on white background.



Black color preview on #708776 background

This text has black color on #708776 background.


White color preview on #708776 background

This text has white color on #708776 background.