COLOR #77A4AB

HEX: #77A4AB RGB: (119,164,171)

Color info

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

RGB color model

#77A4AB color RGB value is (119,164,171).

RGB: (119,164,171) (47%, 64%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 164 of 255 = 64%
B 171 of 255 = 67%

119
164
171

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

Portions of RGB colors in percentages

R + G + B = 119 + 164 + 171 = 454 (100%)
R 119 of 454 ~ 26.21%
G 164 of 454 ~ 36.12%
B 171 of 454 ~ 37.67'%

%26.21
%36.12
%37.67

CMYK color model

#77A4AB color CMYK value is (30,4,0,33).

  • cyan value is 30.41%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (30,4,0,33)
C30M4Y0K33 (30%, 4%, 0%, 33%)
(0.30 / 0.04 / 0.00 / 0.33)

CMYK percentages

%30.41
%4.09
%0
%32.94

Codes

Color #77A4AB in popluar color models

77 A4 AB
RGB 119 164 171
HSL 188° 23.64% 56.86%
HSB/HSV 188° 30.41% 67.06%
CMYK 30.41% 4.09% 0.00%
32.94%

Color #77A4AB in popluar number systems.

HEX 77 A4 AB
Decimal 119 164 171
Binary 1110111 10100100 10101011
Octal 167 244 253

Shades and tints

Shades of #77A4AB

#77A4AB
(119,164,171)
#6D969C
(109,150,156)
#63888D
(99,136,141)
#597A7E
(89,122,126)
#4F6C6F
(79,108,111)
#455E60
(69,94,96)
#3B5051
(59,80,81)
#314242
(49,66,66)
#273433
(39,52,51)
#1D2624
(29,38,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #77A4AB

#77A4AB
(119,164,171)
#83ACB2
(131,172,178)
#8FB4B9
(143,180,185)
#9BBCC0
(155,188,192)
#A7C4C7
(167,196,199)
#B3CCCE
(179,204,206)
#BFD4D5
(191,212,213)
#CBDCDC
(203,220,220)
#D7E4E3
(215,228,227)
#E3ECEA
(227,236,234)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A4AB; }

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

This text font color is #77A4AB.

Background Color

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

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

This div background color is #77A4AB.

Border color

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

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

This div border color is #77A4AB.

Opacity

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

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

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

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

This text has shadow with #77A4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A4AB.

Preview

Color preview on black background

This text has color #77A4AB on black background.


Color preview on white background

This text has color #77A4AB on white background.


Black color preview on #77A4AB background

This text has black color on #77A4AB background.


White color preview on #77A4AB background

This text has white color on #77A4AB background.


Related colors

Complementary color

Complementary color for #hex is #885B54.


I love getcolorcode.com

Triadic colors

1 #AB77A4 and #A4AB77 with #77A4AB are triadic colors.

2 #ABA477 and #A477AB with #77A4AB are triadic colors.