COLOR #77A29A

HEX: #77A29A RGB: (119,162,154)

Color info

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

RGB color model

#77A29A color RGB value is (119,162,154).

RGB: (119,162,154) (47%, 64%, 60%)

RGB channels and saturation

R 119 of 255 = 47%
G 162 of 255 = 64%
B 154 of 255 = 60%

119
162
154

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

Portions of RGB colors in percentages

R + G + B = 119 + 162 + 154 = 435 (100%)
R 119 of 435 ~ 27.36%
G 162 of 435 ~ 37.24%
B 154 of 435 ~ 35.4'%

%27.36
%37.24
%35.4

CMYK color model

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

  • cyan value is 26.54%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 36.47%

CMYK: (27,0,5,36)
C27M0Y5K36 (27%, 0%, 5%, 36%)
(0.27 / 0.00 / 0.05 / 0.36)

CMYK percentages

%26.54
%0
%4.94
%36.47

Codes

Color #77A29A in popluar color models

77 A2 9A
RGB 119 162 154
HSL 169° 18.78% 55.10%
HSB/HSV 169° 26.54% 63.53%
CMYK 26.54% 0.00% 4.94%
36.47%

Color #77A29A in popluar number systems.

HEX 77 A2 9A
Decimal 119 162 154
Binary 1110111 10100010 10011010
Octal 167 242 232

Shades and tints

Shades of #77A29A

#77A29A
(119,162,154)
#6D948C
(109,148,140)
#63867E
(99,134,126)
#597870
(89,120,112)
#4F6A62
(79,106,98)
#455C54
(69,92,84)
#3B4E46
(59,78,70)
#314038
(49,64,56)
#27322A
(39,50,42)
#1D241C
(29,36,28)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #77A29A

#77A29A
(119,162,154)
#83AAA3
(131,170,163)
#8FB2AC
(143,178,172)
#9BBAB5
(155,186,181)
#A7C2BE
(167,194,190)
#B3CAC7
(179,202,199)
#BFD2D0
(191,210,208)
#CBDAD9
(203,218,217)
#D7E2E2
(215,226,226)
#E3EAEB
(227,234,235)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A29A color. Also use rgb(119,162,154) instead hex code.

Text Font Color

.myTextColor { color: #77A29A; }

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

This text font color is #77A29A.

Background Color

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

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

This div background color is #77A29A.

Border color

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

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

This div border color is #77A29A.

Opacity

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

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

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

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

This text has shadow with #77A29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A29A.

Preview

Color preview on black background

This text has color #77A29A on black background.


Color preview on white background

This text has color #77A29A on white background.


Black color preview on #77A29A background

This text has black color on #77A29A background.


White color preview on #77A29A background

This text has white color on #77A29A background.


Related colors

Complementary color

Complementary color for #hex is #885D65.


I love getcolorcode.com

Triadic colors

1 #9A77A2 and #A29A77 with #77A29A are triadic colors.

2 #9AA277 and #A2779A with #77A29A are triadic colors.