COLOR #77A49B

HEX: #77A49B
RGB: (119,164,155)

Color info

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

RGB color model

#77A49B color RGB value is (119,164,155).

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

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 155 of 255 = 61%

119
164
155

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

Portions of RGB colors in percentages

R + G + B =
119 + 164 + 155 = 438 (100%)
R 119 of 438 ~ 27.17%
G 164 of 438 ~ 37.44%
B 155 of 438 ~ 35.39%

%27.17
%37.44
%35.39

CMYK color model

#77A49B color CMYK value is (27,0,5,36).

  • cyan value is 27.44%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 35.69%
CMYK:
(27,0,5,36)
C27M0Y5K36 
(27%,0%,5%,36%)
(0.27/0.00/0.05/0.36)	

CMYK percentages

%27.44
%0
%5.49
%35.69

Codes

Color #77A49B in popluar color models

77A49B
RGB119164155
HSL168°19.82%55.49%
HSB/HSV168°27.44%64.31%
CMYK27.44%0.00%5.49%
35.69%

Color #77A49B in popluar number systems.

HEX77A49B
Decimal119164155
Binary11101111010010010011011
Octal167244233

Shades and tints

Shades of #77A49B

#77A49B
(119,164,155)
#6D968D
(109,150,141)
#63887F
(99,136,127)
#597A71
(89,122,113)
#4F6C63
(79,108,99)
#455E55
(69,94,85)
#3B5047
(59,80,71)
#314239
(49,66,57)
#27342B
(39,52,43)
#1D261D
(29,38,29)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #77A49B

#77A49B
(119,164,155)
#83ACA4
(131,172,164)
#8FB4AD
(143,180,173)
#9BBCB6
(155,188,182)
#A7C4BF
(167,196,191)
#B3CCC8
(179,204,200)
#BFD4D1
(191,212,209)
#CBDCDA
(203,220,218)
#D7E4E3
(215,228,227)
#E3ECEC
(227,236,236)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A49B; }

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

This text font color is #77A49B.


Background Color

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

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

This div background color is #77A49B.


Border color

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

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

This div border color is #77A49B.


Opacity

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

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

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

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

This text has shadow with #77A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A49B on black background.


Color preview on white background

This text has color #77A49B on white background.



Black color preview on #77A49B background

This text has black color on #77A49B background.


White color preview on #77A49B background

This text has white color on #77A49B background.