COLOR #77AEB6

HEX: #77AEB6 RGB: (119,174,182)

Color info

#77AEB6 contains mainly green and blue colors. Web safe color of #77AEB6 is #6699CC (or #69C).

RGB color model

#77AEB6 color RGB value is (119,174,182).

RGB: (119,174,182) (47%, 68%, 71%)

RGB channels and saturation

R 119 of 255 = 47%
G 174 of 255 = 68%
B 182 of 255 = 71%

119
174
182

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

Portions of RGB colors in percentages

R + G + B = 119 + 174 + 182 = 475 (100%)
R 119 of 475 ~ 25.05%
G 174 of 475 ~ 36.63%
B 182 of 475 ~ 38.32'%

%25.05
%36.63
%38.32

CMYK color model

#77AEB6 color CMYK value is (35,4,0,29).

  • cyan value is 34.62%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (35,4,0,29)
C35M4Y0K29 (35%, 4%, 0%, 29%)
(0.35 / 0.04 / 0.00 / 0.29)

CMYK percentages

%34.62
%4.4
%0
%28.63

Codes

Color #77AEB6 in popluar color models

77 AE B6
RGB 119 174 182
HSL 188° 30.14% 59.02%
HSB/HSV 188° 34.62% 71.37%
CMYK 34.62% 4.40% 0.00%
28.63%

Color #77AEB6 in popluar number systems.

HEX 77 AE B6
Decimal 119 174 182
Binary 1110111 10101110 10110110
Octal 167 256 266

Shades and tints

Shades of #77AEB6

#77AEB6
(119,174,182)
#6D9FA6
(109,159,166)
#639096
(99,144,150)
#598186
(89,129,134)
#4F7276
(79,114,118)
#456366
(69,99,102)
#3B5456
(59,84,86)
#314546
(49,69,70)
#273636
(39,54,54)
#1D2726
(29,39,38)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #77AEB6

#77AEB6
(119,174,182)
#83B5BC
(131,181,188)
#8FBCC2
(143,188,194)
#9BC3C8
(155,195,200)
#A7CACE
(167,202,206)
#B3D1D4
(179,209,212)
#BFD8DA
(191,216,218)
#CBDFE0
(203,223,224)
#D7E6E6
(215,230,230)
#E3EDEC
(227,237,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AEB6 color. Also use rgb(119,174,182) instead hex code.

Text Font Color

.myTextColor { color: #77AEB6; }

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

This text font color is #77AEB6.

Background Color

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

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

This div background color is #77AEB6.

Border color

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

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

This div border color is #77AEB6.

Opacity

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

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

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

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

This text has shadow with #77AEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AEB6.

Preview

Color preview on black background

This text has color #77AEB6 on black background.


Color preview on white background

This text has color #77AEB6 on white background.


Black color preview on #77AEB6 background

This text has black color on #77AEB6 background.


White color preview on #77AEB6 background

This text has white color on #77AEB6 background.


Related colors

Complementary color

Complementary color for #hex is #885149.


I love getcolorcode.com

Triadic colors

1 #B677AE and #AEB677 with #77AEB6 are triadic colors.

2 #B6AE77 and #AE77B6 with #77AEB6 are triadic colors.