COLOR #77B49E

HEX: #77B49E RGB: (119,180,158)

Color info

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

RGB color model

#77B49E color RGB value is (119,180,158).

RGB: (119,180,158) (47%, 71%, 62%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 158 of 255 = 62%

119
180
158

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

Portions of RGB colors in percentages

R + G + B = 119 + 180 + 158 = 457 (100%)
R 119 of 457 ~ 26.04%
G 180 of 457 ~ 39.39%
B 158 of 457 ~ 34.57'%

%26.04
%39.39
%34.57

CMYK color model

#77B49E color CMYK value is (34,0,12,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%

CMYK: (34,0,12,29)
C34M0Y12K29 (34%, 0%, 12%, 29%)
(0.34 / 0.00 / 0.12 / 0.29)

CMYK percentages

%33.89
%0
%12.22
%29.41

Codes

Color #77B49E in popluar color models

77 B4 9E
RGB 119 180 158
HSL 158° 28.91% 58.63%
HSB/HSV 158° 33.89% 70.59%
CMYK 33.89% 0.00% 12.22%
29.41%

Color #77B49E in popluar number systems.

HEX 77 B4 9E
Decimal 119 180 158
Binary 1110111 10110100 10011110
Octal 167 264 236

Shades and tints

Shades of #77B49E

#77B49E
(119,180,158)
#6DA490
(109,164,144)
#639482
(99,148,130)
#598474
(89,132,116)
#4F7466
(79,116,102)
#456458
(69,100,88)
#3B544A
(59,84,74)
#31443C
(49,68,60)
#27342E
(39,52,46)
#1D2420
(29,36,32)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #77B49E

#77B49E
(119,180,158)
#83BAA6
(131,186,166)
#8FC0AE
(143,192,174)
#9BC6B6
(155,198,182)
#A7CCBE
(167,204,190)
#B3D2C6
(179,210,198)
#BFD8CE
(191,216,206)
#CBDED6
(203,222,214)
#D7E4DE
(215,228,222)
#E3EAE6
(227,234,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B49E color. Also use rgb(119,180,158) instead hex code.

Text Font Color

.myTextColor { color: #77B49E; }

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

This text font color is #77B49E.

Background Color

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

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

This div background color is #77B49E.

Border color

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

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

This div border color is #77B49E.

Opacity

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

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

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

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

This text has shadow with #77B49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B49E.

Preview

Color preview on black background

This text has color #77B49E on black background.


Color preview on white background

This text has color #77B49E on white background.


Black color preview on #77B49E background

This text has black color on #77B49E background.


White color preview on #77B49E background

This text has white color on #77B49E background.


Related colors

Complementary color

Complementary color for #hex is #884B61.


I love getcolorcode.com

Triadic colors

1 #9E77B4 and #B49E77 with #77B49E are triadic colors.

2 #9EB477 and #B4779E with #77B49E are triadic colors.