COLOR #77A37E

HEX: #77A37E
RGB: (119,163,126)

Color info

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

RGB color model

#77A37E color RGB value is (119,163,126).

  • red value is 119;
  • green value is 163;
  • blue value is 126.
RGB:
(119,163,126)
(47%,64%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 126 of 255 = 49%

119
163
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 126 = 408 (100%)
R 119 of 408 ~ 29.17%
G 163 of 408 ~ 39.95%
B 126 of 408 ~ 30.88%

%29.17
%39.95
%30.88

CMYK color model

#77A37E color CMYK value is (27,0,23,36).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK:
(27,0,23,36)
C27M0Y23K36 
(27%,0%,23%,36%)
(0.27/0.00/0.23/0.36)	

CMYK percentages

%26.99
%0
%22.7
%36.08

Codes

Color #77A37E in popluar color models

77A37E
RGB119163126
HSL130°19.30%55.29%
HSB/HSV130°26.99%63.92%
CMYK26.99%0.00%22.70%
36.08%

Color #77A37E in popluar number systems.

HEX77A37E
Decimal119163126
Binary1110111101000111111110
Octal167243176

Shades and tints

Shades of #77A37E

#77A37E
(119,163,126)
#6D9573
(109,149,115)
#638768
(99,135,104)
#59795D
(89,121,93)
#4F6B52
(79,107,82)
#455D47
(69,93,71)
#3B4F3C
(59,79,60)
#314131
(49,65,49)
#273326
(39,51,38)
#1D251B
(29,37,27)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #77A37E

#77A37E
(119,163,126)
#83AB89
(131,171,137)
#8FB394
(143,179,148)
#9BBB9F
(155,187,159)
#A7C3AA
(167,195,170)
#B3CBB5
(179,203,181)
#BFD3C0
(191,211,192)
#CBDBCB
(203,219,203)
#D7E3D6
(215,227,214)
#E3EBE1
(227,235,225)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A37E color. Also use rgb(119,163,126) instead hex code.

Text Font Color

.myTextColor { color: #77A37E; }

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

This text font color is #77A37E.


Background Color

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

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

This div background color is #77A37E.


Border color

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

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

This div border color is #77A37E.


Opacity

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

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

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

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

This text has shadow with #77A37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A37E on black background.


Color preview on white background

This text has color #77A37E on white background.



Black color preview on #77A37E background

This text has black color on #77A37E background.


White color preview on #77A37E background

This text has white color on #77A37E background.