COLOR #77C89D

HEX: #77C89D RGB: (119,200,157)

Color info

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

RGB color model

#77C89D color RGB value is (119,200,157).

RGB: (119,200,157) (47%, 78%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 200 of 255 = 78%
B 157 of 255 = 62%

119
200
157

R + G + B ~ 62%. #77C89D is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 200 + 157 = 476 (100%)
R 119 of 476 ~ 25%
G 200 of 476 ~ 42.02%
B 157 of 476 ~ 32.98'%

%25
%42.02
%32.98

CMYK color model

#77C89D color CMYK value is (41,0,22,22).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • key color value is 21.57%

CMYK: (41,0,22,22)
C41M0Y22K22 (41%, 0%, 22%, 22%)
(0.41 / 0.00 / 0.22 / 0.22)

CMYK percentages

%40.5
%0
%21.5
%21.57

Codes

Color #77C89D in popluar color models

77 C8 9D
RGB 119 200 157
HSL 148° 42.41% 62.55%
HSB/HSV 148° 40.50% 78.43%
CMYK 40.50% 0.00% 21.50%
21.57%

Color #77C89D in popluar number systems.

HEX 77 C8 9D
Decimal 119 200 157
Binary 1110111 11001000 10011101
Octal 167 310 235

Shades and tints

Shades of #77C89D

#77C89D
(119,200,157)
#6DB68F
(109,182,143)
#63A481
(99,164,129)
#599273
(89,146,115)
#4F8065
(79,128,101)
#456E57
(69,110,87)
#3B5C49
(59,92,73)
#314A3B
(49,74,59)
#27382D
(39,56,45)
#1D261F
(29,38,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #77C89D

#77C89D
(119,200,157)
#83CDA5
(131,205,165)
#8FD2AD
(143,210,173)
#9BD7B5
(155,215,181)
#A7DCBD
(167,220,189)
#B3E1C5
(179,225,197)
#BFE6CD
(191,230,205)
#CBEBD5
(203,235,213)
#D7F0DD
(215,240,221)
#E3F5E5
(227,245,229)
#EFFAED
(239,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C89D; }

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

This text font color is #77C89D.

Background Color

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

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

This div background color is #77C89D.

Border color

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

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

This div border color is #77C89D.

Opacity

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

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

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

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

This text has shadow with #77C89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C89D.

Preview

Color preview on black background

This text has color #77C89D on black background.


Color preview on white background

This text has color #77C89D on white background.


Black color preview on #77C89D background

This text has black color on #77C89D background.


White color preview on #77C89D background

This text has white color on #77C89D background.


Related colors

Complementary color

Complementary color for #hex is #883762.


I love getcolorcode.com

Triadic colors

1 #9D77C8 and #C89D77 with #77C89D are triadic colors.

2 #9DC877 and #C8779D with #77C89D are triadic colors.