COLOR #77B18B

HEX: #77B18B RGB: (119,177,139)

Color info

#77B18B contains red, green and blue colors in about the same proportion. Web safe color of #77B18B is #669999 (or #699).

RGB color model

#77B18B color RGB value is (119,177,139).

RGB: (119,177,139) (47%, 69%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 139 of 255 = 55%

119
177
139

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

Portions of RGB colors in percentages

R + G + B = 119 + 177 + 139 = 435 (100%)
R 119 of 435 ~ 27.36%
G 177 of 435 ~ 40.69%
B 139 of 435 ~ 31.95'%

%27.36
%40.69
%31.95

CMYK color model

#77B18B color CMYK value is (33,0,21,31).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%
CMYK: (33,0,21,31) C33M0Y21K31 (33%,0%,21%,31%) (0.33/0.00/0.21/0.31) 

CMYK percentages

%32.77
%0
%21.47
%30.59

Codes

Color #77B18B in popluar color models

77 B1 8B
RGB 119 177 139
HSL 141° 27.10% 58.04%
HSB/HSV 141° 32.77% 69.41%
CMYK 32.77% 0.00% 21.47%
30.59%

Color #77B18B in popluar number systems.

HEX 77 B1 8B
Decimal 119 177 139
Binary 1110111 10110001 10001011
Octal 167 261 213

Shades and tints

Shades of #77B18B

#77B18B
(119,177,139)
#6DA17F
(109,161,127)
#639173
(99,145,115)
#598167
(89,129,103)
#4F715B
(79,113,91)
#45614F
(69,97,79)
#3B5143
(59,81,67)
#314137
(49,65,55)
#27312B
(39,49,43)
#1D211F
(29,33,31)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #77B18B

#77B18B
(119,177,139)
#83B895
(131,184,149)
#8FBF9F
(143,191,159)
#9BC6A9
(155,198,169)
#A7CDB3
(167,205,179)
#B3D4BD
(179,212,189)
#BFDBC7
(191,219,199)
#CBE2D1
(203,226,209)
#D7E9DB
(215,233,219)
#E3F0E5
(227,240,229)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B18B; }

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

This text font color is #77B18B.

Background Color

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

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

This div background color is #77B18B.

Border color

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

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

This div border color is #77B18B.

Opacity

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

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

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

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

This text has shadow with #77B18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B18B.

Preview

Color preview on black background

This text has color #77B18B on black background.


Color preview on white background

This text has color #77B18B on white background.


Black color preview on #77B18B background

This text has black color on #77B18B background.


White color preview on #77B18B background

This text has white color on #77B18B background.


Related colors

Complementary color

Complementary color for #hex is #884E74.


I love getcolorcode.com

Triadic colors

1 #8B77B1 and #B18B77 with #77B18B are triadic colors.

2 #8BB177 and #B1778B with #77B18B are triadic colors.