COLOR #77A8B4

HEX: #77A8B4 RGB: (119,168,180)

Color info

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

RGB color model

#77A8B4 color RGB value is (119,168,180).

RGB: (119,168,180) (47%, 66%, 71%)

RGB channels and saturation

R 119 of 255 = 47%
G 168 of 255 = 66%
B 180 of 255 = 71%

119
168
180

R + G + B ~ 61%. #77A8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 168 + 180 = 467 (100%)
R 119 of 467 ~ 25.48%
G 168 of 467 ~ 35.97%
B 180 of 467 ~ 38.54'%

%25.48
%35.97
%38.54

CMYK color model

#77A8B4 color CMYK value is (34,7,0,29).

  • cyan value is 33.89%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (34,7,0,29)
C34M7Y0K29 (34%, 7%, 0%, 29%)
(0.34 / 0.07 / 0.00 / 0.29)

CMYK percentages

%33.89
%6.67
%0
%29.41

Codes

Color #77A8B4 in popluar color models

77 A8 B4
RGB 119 168 180
HSL 192° 28.91% 58.63%
HSB/HSV 192° 33.89% 70.59%
CMYK 33.89% 6.67% 0.00%
29.41%

Color #77A8B4 in popluar number systems.

HEX 77 A8 B4
Decimal 119 168 180
Binary 1110111 10101000 10110100
Octal 167 250 264

Shades and tints

Shades of #77A8B4

#77A8B4
(119,168,180)
#6D99A4
(109,153,164)
#638A94
(99,138,148)
#597B84
(89,123,132)
#4F6C74
(79,108,116)
#455D64
(69,93,100)
#3B4E54
(59,78,84)
#313F44
(49,63,68)
#273034
(39,48,52)
#1D2124
(29,33,36)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #77A8B4

#77A8B4
(119,168,180)
#83AFBA
(131,175,186)
#8FB6C0
(143,182,192)
#9BBDC6
(155,189,198)
#A7C4CC
(167,196,204)
#B3CBD2
(179,203,210)
#BFD2D8
(191,210,216)
#CBD9DE
(203,217,222)
#D7E0E4
(215,224,228)
#E3E7EA
(227,231,234)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A8B4 color. Also use rgb(119,168,180) instead hex code.

Text Font Color

.myTextColor { color: #77A8B4; }

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

This text font color is #77A8B4.

Background Color

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

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

This div background color is #77A8B4.

Border color

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

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

This div border color is #77A8B4.

Opacity

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

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

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

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

This text has shadow with #77A8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A8B4.

Preview

Color preview on black background

This text has color #77A8B4 on black background.


Color preview on white background

This text has color #77A8B4 on white background.


Black color preview on #77A8B4 background

This text has black color on #77A8B4 background.


White color preview on #77A8B4 background

This text has white color on #77A8B4 background.


Related colors

Complementary color

Complementary color for #hex is #88574B.


I love getcolorcode.com

Triadic colors

1 #B477A8 and #A8B477 with #77A8B4 are triadic colors.

2 #B4A877 and #A877B4 with #77A8B4 are triadic colors.