COLOR #77C089

HEX: #77C089
RGB: (119,192,137)

Color info

#77C089 contains mainly green and blue colors. Web safe color of #77C089 is #66CC99 (or #6C9).

RGB color model

#77C089 color RGB value is (119,192,137).

  • red value is 119;
  • green value is 192;
  • blue value is 137.
RGB:
(119,192,137)
(47%,75%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 192 of 255 = 75%
B 137 of 255 = 54%

119
192
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 192 + 137 = 448 (100%)
R 119 of 448 ~ 26.56%
G 192 of 448 ~ 42.86%
B 137 of 448 ~ 30.58%

%26.56
%42.86
%30.58

CMYK color model

#77C089 color CMYK value is (38,0,29,25).

  • cyan value is 38.02%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(38,0,29,25)
C38M0Y29K25 
(38%,0%,29%,25%)
(0.38/0.00/0.29/0.25)	

CMYK percentages

%38.02
%0
%28.65
%24.71

Codes

Color #77C089 in popluar color models

77C089
RGB119192137
HSL135°36.68%60.98%
HSB/HSV135°38.02%75.29%
CMYK38.02%0.00%28.65%
24.71%

Color #77C089 in popluar number systems.

HEX77C089
Decimal119192137
Binary11101111100000010001001
Octal167300211

Shades and tints

Shades of #77C089

#77C089
(119,192,137)
#6DAF7D
(109,175,125)
#639E71
(99,158,113)
#598D65
(89,141,101)
#4F7C59
(79,124,89)
#456B4D
(69,107,77)
#3B5A41
(59,90,65)
#314935
(49,73,53)
#273829
(39,56,41)
#1D271D
(29,39,29)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #77C089

#77C089
(119,192,137)
#83C593
(131,197,147)
#8FCA9D
(143,202,157)
#9BCFA7
(155,207,167)
#A7D4B1
(167,212,177)
#B3D9BB
(179,217,187)
#BFDEC5
(191,222,197)
#CBE3CF
(203,227,207)
#D7E8D9
(215,232,217)
#E3EDE3
(227,237,227)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C089 color. Also use rgb(119,192,137) instead hex code.

Text Font Color

.myTextColor { color: #77C089; }

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

This text font color is #77C089.


Background Color

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

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

This div background color is #77C089.


Border color

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

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

This div border color is #77C089.


Opacity

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

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

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

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

This text has shadow with #77C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C089 on black background.


Color preview on white background

This text has color #77C089 on white background.



Black color preview on #77C089 background

This text has black color on #77C089 background.


White color preview on #77C089 background

This text has white color on #77C089 background.