COLOR #77B5AA

HEX: #77B5AA RGB: (119,181,170)

Color info

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

RGB color model

#77B5AA color RGB value is (119,181,170).

RGB: (119,181,170) (47%, 71%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 170 of 255 = 67%

119
181
170

R + G + B ~ 62%. #77B5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 181 + 170 = 470 (100%)
R 119 of 470 ~ 25.32%
G 181 of 470 ~ 38.51%
B 170 of 470 ~ 36.17'%

%25.32
%38.51
%36.17

CMYK color model

#77B5AA color CMYK value is (34,0,6,29).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 29.02%

CMYK: (34,0,6,29)
C34M0Y6K29 (34%, 0%, 6%, 29%)
(0.34 / 0.00 / 0.06 / 0.29)

CMYK percentages

%34.25
%0
%6.08
%29.02

Codes

Color #77B5AA in popluar color models

77 B5 AA
RGB 119 181 170
HSL 169° 29.52% 58.82%
HSB/HSV 169° 34.25% 70.98%
CMYK 34.25% 0.00% 6.08%
29.02%

Color #77B5AA in popluar number systems.

HEX 77 B5 AA
Decimal 119 181 170
Binary 1110111 10110101 10101010
Octal 167 265 252

Shades and tints

Shades of #77B5AA

#77B5AA
(119,181,170)
#6DA59B
(109,165,155)
#63958C
(99,149,140)
#59857D
(89,133,125)
#4F756E
(79,117,110)
#45655F
(69,101,95)
#3B5550
(59,85,80)
#314541
(49,69,65)
#273532
(39,53,50)
#1D2523
(29,37,35)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #77B5AA

#77B5AA
(119,181,170)
#83BBB1
(131,187,177)
#8FC1B8
(143,193,184)
#9BC7BF
(155,199,191)
#A7CDC6
(167,205,198)
#B3D3CD
(179,211,205)
#BFD9D4
(191,217,212)
#CBDFDB
(203,223,219)
#D7E5E2
(215,229,226)
#E3EBE9
(227,235,233)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B5AA color. Also use rgb(119,181,170) instead hex code.

Text Font Color

.myTextColor { color: #77B5AA; }

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

This text font color is #77B5AA.

Background Color

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

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

This div background color is #77B5AA.

Border color

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

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

This div border color is #77B5AA.

Opacity

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

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

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

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

This text has shadow with #77B5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B5AA.

Preview

Color preview on black background

This text has color #77B5AA on black background.


Color preview on white background

This text has color #77B5AA on white background.


Black color preview on #77B5AA background

This text has black color on #77B5AA background.


White color preview on #77B5AA background

This text has white color on #77B5AA background.


Related colors

Complementary color

Complementary color for #hex is #884A55.


I love getcolorcode.com

Triadic colors

1 #AA77B5 and #B5AA77 with #77B5AA are triadic colors.

2 #AAB577 and #B577AA with #77B5AA are triadic colors.