COLOR #77C08B

HEX: #77C08B RGB: (119,192,139)

Color info

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

RGB color model

#77C08B color RGB value is (119,192,139).

RGB: (119,192,139) (47%, 75%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 192 of 255 = 75%
B 139 of 255 = 55%

119
192
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 192 + 139 = 450 (100%)
R 119 of 450 ~ 26.44%
G 192 of 450 ~ 42.67%
B 139 of 450 ~ 30.89'%

%26.44
%42.67
%30.89

CMYK color model

#77C08B color CMYK value is (38,0,28,25).

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

CMYK: (38,0,28,25)
C38M0Y28K25 (38%, 0%, 28%, 25%)
(0.38 / 0.00 / 0.28 / 0.25)

CMYK percentages

%38.02
%0
%27.6
%24.71

Codes

Color #77C08B in popluar color models

77 C0 8B
RGB 119 192 139
HSL 136° 36.68% 60.98%
HSB/HSV 136° 38.02% 75.29%
CMYK 38.02% 0.00% 27.60%
24.71%

Color #77C08B in popluar number systems.

HEX 77 C0 8B
Decimal 119 192 139
Binary 1110111 11000000 10001011
Octal 167 300 213

Shades and tints

Shades of #77C08B

#77C08B
(119,192,139)
#6DAF7F
(109,175,127)
#639E73
(99,158,115)
#598D67
(89,141,103)
#4F7C5B
(79,124,91)
#456B4F
(69,107,79)
#3B5A43
(59,90,67)
#314937
(49,73,55)
#27382B
(39,56,43)
#1D271F
(29,39,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #77C08B

#77C08B
(119,192,139)
#83C595
(131,197,149)
#8FCA9F
(143,202,159)
#9BCFA9
(155,207,169)
#A7D4B3
(167,212,179)
#B3D9BD
(179,217,189)
#BFDEC7
(191,222,199)
#CBE3D1
(203,227,209)
#D7E8DB
(215,232,219)
#E3EDE5
(227,237,229)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C08B; }

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

This text font color is #77C08B.

Background Color

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

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

This div background color is #77C08B.

Border color

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

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

This div border color is #77C08B.

Opacity

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

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

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

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

This text has shadow with #77C08B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C08B.

Preview

Color preview on black background

This text has color #77C08B on black background.


Color preview on white background

This text has color #77C08B on white background.


Black color preview on #77C08B background

This text has black color on #77C08B background.


White color preview on #77C08B background

This text has white color on #77C08B background.


Related colors

Complementary color

Complementary color for #hex is #883F74.


I love getcolorcode.com

Triadic colors

1 #8B77C0 and #C08B77 with #77C08B are triadic colors.

2 #8BC077 and #C0778B with #77C08B are triadic colors.