COLOR #77B49B

HEX: #77B49B RGB: (119,180,155)

Color info

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

RGB color model

#77B49B color RGB value is (119,180,155).

RGB: (119,180,155) (47%, 71%, 61%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 155 of 255 = 61%

119
180
155

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

Portions of RGB colors in percentages

R + G + B = 119 + 180 + 155 = 454 (100%)
R 119 of 454 ~ 26.21%
G 180 of 454 ~ 39.65%
B 155 of 454 ~ 34.14'%

%26.21
%39.65
%34.14

CMYK color model

#77B49B color CMYK value is (34,0,14,29).

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

CMYK: (34,0,14,29)
C34M0Y14K29 (34%, 0%, 14%, 29%)
(0.34 / 0.00 / 0.14 / 0.29)

CMYK percentages

%33.89
%0
%13.89
%29.41

Codes

Color #77B49B in popluar color models

77 B4 9B
RGB 119 180 155
HSL 155° 28.91% 58.63%
HSB/HSV 155° 33.89% 70.59%
CMYK 33.89% 0.00% 13.89%
29.41%

Color #77B49B in popluar number systems.

HEX 77 B4 9B
Decimal 119 180 155
Binary 1110111 10110100 10011011
Octal 167 264 233

Shades and tints

Shades of #77B49B

#77B49B
(119,180,155)
#6DA48D
(109,164,141)
#63947F
(99,148,127)
#598471
(89,132,113)
#4F7463
(79,116,99)
#456455
(69,100,85)
#3B5447
(59,84,71)
#314439
(49,68,57)
#27342B
(39,52,43)
#1D241D
(29,36,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #77B49B

#77B49B
(119,180,155)
#83BAA4
(131,186,164)
#8FC0AD
(143,192,173)
#9BC6B6
(155,198,182)
#A7CCBF
(167,204,191)
#B3D2C8
(179,210,200)
#BFD8D1
(191,216,209)
#CBDEDA
(203,222,218)
#D7E4E3
(215,228,227)
#E3EAEC
(227,234,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B49B; }

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

This text font color is #77B49B.

Background Color

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

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

This div background color is #77B49B.

Border color

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

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

This div border color is #77B49B.

Opacity

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

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

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

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

This text has shadow with #77B49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B49B.

Preview

Color preview on black background

This text has color #77B49B on black background.


Color preview on white background

This text has color #77B49B on white background.


Black color preview on #77B49B background

This text has black color on #77B49B background.


White color preview on #77B49B background

This text has white color on #77B49B background.


Related colors

Complementary color

Complementary color for #hex is #884B64.


I love getcolorcode.com

Triadic colors

1 #9B77B4 and #B49B77 with #77B49B are triadic colors.

2 #9BB477 and #B4779B with #77B49B are triadic colors.