COLOR #77A49E

HEX: #77A49E
RGB: (119,164,158)

Color info

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

RGB color model

#77A49E color RGB value is (119,164,158).

  • red value is 119;
  • green value is 164;
  • blue value is 158.
RGB:
(119,164,158)
(47%,64%,62%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 158 of 255 = 62%

119
164
158

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

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 158 = 441 (100%)
R 119 of 441 ~ 26.98%
G 164 of 441 ~ 37.19%
B 158 of 441 ~ 35.83%

%26.98
%37.19
%35.83

CMYK color model

#77A49E color CMYK value is (27,0,4,36).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 35.69%
CMYK:
(27,0,4,36)
C27M0Y4K36 
(27%,0%,4%,36%)
(0.27/0.00/0.04/0.36)	

CMYK percentages

%27.44
%0
%3.66
%35.69

Codes

Color #77A49E in popluar color models

77A49E
RGB119164158
HSL172°19.82%55.49%
HSB/HSV172°27.44%64.31%
CMYK27.44%0.00%3.66%
35.69%

Color #77A49E in popluar number systems.

HEX77A49E
Decimal119164158
Binary11101111010010010011110
Octal167244236

Shades and tints

Shades of #77A49E

#77A49E
(119,164,158)
#6D9690
(109,150,144)
#638882
(99,136,130)
#597A74
(89,122,116)
#4F6C66
(79,108,102)
#455E58
(69,94,88)
#3B504A
(59,80,74)
#31423C
(49,66,60)
#27342E
(39,52,46)
#1D2620
(29,38,32)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #77A49E

#77A49E
(119,164,158)
#83ACA6
(131,172,166)
#8FB4AE
(143,180,174)
#9BBCB6
(155,188,182)
#A7C4BE
(167,196,190)
#B3CCC6
(179,204,198)
#BFD4CE
(191,212,206)
#CBDCD6
(203,220,214)
#D7E4DE
(215,228,222)
#E3ECE6
(227,236,230)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A49E; }

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

This text font color is #77A49E.


Background Color

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

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

This div background color is #77A49E.


Border color

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

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

This div border color is #77A49E.


Opacity

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

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

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

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

This text has shadow with #77A49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A49E on black background.


Color preview on white background

This text has color #77A49E on white background.



Black color preview on #77A49E background

This text has black color on #77A49E background.


White color preview on #77A49E background

This text has white color on #77A49E background.