COLOR #77DA9D

HEX: #77DA9D
RGB: (119,218,157)

Color info

#77DA9D contains mainly green color. Web safe color of #77DA9D is #66CC99 (or #6C9).

RGB color model

#77DA9D color RGB value is (119,218,157).

  • red value is 119;
  • green value is 218;
  • blue value is 157.
RGB:
(119,218,157)
(47%,85%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 218 of 255 = 85%
B 157 of 255 = 62%

119
218
157

R + G + B ~ 65%. #77DA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 218 + 157 = 494 (100%)
R 119 of 494 ~ 24.09%
G 218 of 494 ~ 44.13%
B 157 of 494 ~ 31.78%

%24.09
%44.13
%31.78

CMYK color model

#77DA9D color CMYK value is (45,0,28,15).

  • cyan value is 45.41%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK:
(45,0,28,15)
C45M0Y28K15 
(45%,0%,28%,15%)
(0.45/0.00/0.28/0.15)	

CMYK percentages

%45.41
%0
%27.98
%14.51

Codes

Color #77DA9D in popluar color models

77DA9D
RGB119218157
HSL143°57.23%66.08%
HSB/HSV143°45.41%85.49%
CMYK45.41%0.00%27.98%
14.51%

Color #77DA9D in popluar number systems.

HEX77DA9D
Decimal119218157
Binary11101111101101010011101
Octal167332235

Shades and tints

Shades of #77DA9D

#77DA9D
(119,218,157)
#6DC78F
(109,199,143)
#63B481
(99,180,129)
#59A173
(89,161,115)
#4F8E65
(79,142,101)
#457B57
(69,123,87)
#3B6849
(59,104,73)
#31553B
(49,85,59)
#27422D
(39,66,45)
#1D2F1F
(29,47,31)
#131C11
(19,28,17)
#000000
(0,0,0)

Tints of #77DA9D

#77DA9D
(119,218,157)
#83DDA5
(131,221,165)
#8FE0AD
(143,224,173)
#9BE3B5
(155,227,181)
#A7E6BD
(167,230,189)
#B3E9C5
(179,233,197)
#BFECCD
(191,236,205)
#CBEFD5
(203,239,213)
#D7F2DD
(215,242,221)
#E3F5E5
(227,245,229)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DA9D color. Also use rgb(119,218,157) instead hex code.

Text Font Color

.myTextColor { color: #77DA9D; }

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

This text font color is #77DA9D.


Background Color

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

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

This div background color is #77DA9D.


Border color

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

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

This div border color is #77DA9D.


Opacity

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

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

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

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

This text has shadow with #77DA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77DA9D on black background.


Color preview on white background

This text has color #77DA9D on white background.



Black color preview on #77DA9D background

This text has black color on #77DA9D background.


White color preview on #77DA9D background

This text has white color on #77DA9D background.