COLOR #77C09D

HEX: #77C09D RGB: (119,192,157)

Color info

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

RGB color model

#77C09D color RGB value is (119,192,157).

RGB: (119,192,157) (47%, 75%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 192 of 255 = 75%
B 157 of 255 = 62%

119
192
157

R + G + B ~ 61%. #77C09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 192 + 157 = 468 (100%)
R 119 of 468 ~ 25.43%
G 192 of 468 ~ 41.03%
B 157 of 468 ~ 33.55'%

%25.43
%41.03
%33.55

CMYK color model

#77C09D color CMYK value is (38,0,18,25).

  • cyan value is 38.02%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%

CMYK: (38,0,18,25)
C38M0Y18K25 (38%, 0%, 18%, 25%)
(0.38 / 0.00 / 0.18 / 0.25)

CMYK percentages

%38.02
%0
%18.23
%24.71

Codes

Color #77C09D in popluar color models

77 C0 9D
RGB 119 192 157
HSL 151° 36.68% 60.98%
HSB/HSV 151° 38.02% 75.29%
CMYK 38.02% 0.00% 18.23%
24.71%

Color #77C09D in popluar number systems.

HEX 77 C0 9D
Decimal 119 192 157
Binary 1110111 11000000 10011101
Octal 167 300 235

Shades and tints

Shades of #77C09D

#77C09D
(119,192,157)
#6DAF8F
(109,175,143)
#639E81
(99,158,129)
#598D73
(89,141,115)
#4F7C65
(79,124,101)
#456B57
(69,107,87)
#3B5A49
(59,90,73)
#31493B
(49,73,59)
#27382D
(39,56,45)
#1D271F
(29,39,31)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #77C09D

#77C09D
(119,192,157)
#83C5A5
(131,197,165)
#8FCAAD
(143,202,173)
#9BCFB5
(155,207,181)
#A7D4BD
(167,212,189)
#B3D9C5
(179,217,197)
#BFDECD
(191,222,205)
#CBE3D5
(203,227,213)
#D7E8DD
(215,232,221)
#E3EDE5
(227,237,229)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C09D; }

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

This text font color is #77C09D.

Background Color

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

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

This div background color is #77C09D.

Border color

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

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

This div border color is #77C09D.

Opacity

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

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

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

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

This text has shadow with #77C09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C09D.

Preview

Color preview on black background

This text has color #77C09D on black background.


Color preview on white background

This text has color #77C09D on white background.


Black color preview on #77C09D background

This text has black color on #77C09D background.


White color preview on #77C09D background

This text has white color on #77C09D background.


Related colors

Complementary color

Complementary color for #hex is #883F62.


I love getcolorcode.com

Triadic colors

1 #9D77C0 and #C09D77 with #77C09D are triadic colors.

2 #9DC077 and #C0779D with #77C09D are triadic colors.