COLOR #77A870

HEX: #77A870
RGB: (119,168,112)

Color info

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

RGB color model

#77A870 color RGB value is (119,168,112).

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

RGB channels and saturation

R 119 of 255 = 47%
G 168 of 255 = 66%
B 112 of 255 = 44%

119
168
112

R + G + B ~ 52%. #77A870 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 168 + 112 = 399 (100%)
R 119 of 399 ~ 29.82%
G 168 of 399 ~ 42.11%
B 112 of 399 ~ 28.07%

%29.82
%42.11
%28.07

CMYK color model

#77A870 color CMYK value is (29,0,33,34).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(29,0,33,34)
C29M0Y33K34 
(29%,0%,33%,34%)
(0.29/0.00/0.33/0.34)	

CMYK percentages

%29.17
%0
%33.33
%34.12

Codes

Color #77A870 in popluar color models

77A870
RGB119168112
HSL113°24.35%54.90%
HSB/HSV113°33.33%65.88%
CMYK29.17%0.00%33.33%
34.12%

Color #77A870 in popluar number systems.

HEX77A870
Decimal119168112
Binary1110111101010001110000
Octal167250160

Shades and tints

Shades of #77A870

#77A870
(119,168,112)
#6D9966
(109,153,102)
#638A5C
(99,138,92)
#597B52
(89,123,82)
#4F6C48
(79,108,72)
#455D3E
(69,93,62)
#3B4E34
(59,78,52)
#313F2A
(49,63,42)
#273020
(39,48,32)
#1D2116
(29,33,22)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #77A870

#77A870
(119,168,112)
#83AF7D
(131,175,125)
#8FB68A
(143,182,138)
#9BBD97
(155,189,151)
#A7C4A4
(167,196,164)
#B3CBB1
(179,203,177)
#BFD2BE
(191,210,190)
#CBD9CB
(203,217,203)
#D7E0D8
(215,224,216)
#E3E7E5
(227,231,229)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A870; }

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

This text font color is #77A870.


Background Color

.myBgColor { background-color: #77A870; }

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

This div background color is #77A870.


Border color

.myBorderColor { border: 1px solid #77A870; }

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

This div border color is #77A870.


Opacity

.myOpacity80 { color: #77A870; opacity: 0.8; }

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

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

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

This text has shadow with #77A870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A870 on black background.


Color preview on white background

This text has color #77A870 on white background.



Black color preview on #77A870 background

This text has black color on #77A870 background.


White color preview on #77A870 background

This text has white color on #77A870 background.