COLOR #77B9AF

HEX: #77B9AF RGB: (119,185,175)

Color info

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

RGB color model

#77B9AF color RGB value is (119,185,175).

RGB: (119,185,175) (47%, 73%, 69%)

RGB channels and saturation

R 119 of 255 = 47%
G 185 of 255 = 73%
B 175 of 255 = 69%

119
185
175

R + G + B ~ 63%. #77B9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 185 + 175 = 479 (100%)
R 119 of 479 ~ 24.84%
G 185 of 479 ~ 38.62%
B 175 of 479 ~ 36.53'%

%24.84
%38.62
%36.53

CMYK color model

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

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 27.45%

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

CMYK percentages

%35.68
%0
%5.41
%27.45

Codes

Color #77B9AF in popluar color models

77 B9 AF
RGB 119 185 175
HSL 171° 32.04% 59.61%
HSB/HSV 171° 35.68% 72.55%
CMYK 35.68% 0.00% 5.41%
27.45%

Color #77B9AF in popluar number systems.

HEX 77 B9 AF
Decimal 119 185 175
Binary 1110111 10111001 10101111
Octal 167 271 257

Shades and tints

Shades of #77B9AF

#77B9AF
(119,185,175)
#6DA9A0
(109,169,160)
#639991
(99,153,145)
#598982
(89,137,130)
#4F7973
(79,121,115)
#456964
(69,105,100)
#3B5955
(59,89,85)
#314946
(49,73,70)
#273937
(39,57,55)
#1D2928
(29,41,40)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #77B9AF

#77B9AF
(119,185,175)
#83BFB6
(131,191,182)
#8FC5BD
(143,197,189)
#9BCBC4
(155,203,196)
#A7D1CB
(167,209,203)
#B3D7D2
(179,215,210)
#BFDDD9
(191,221,217)
#CBE3E0
(203,227,224)
#D7E9E7
(215,233,231)
#E3EFEE
(227,239,238)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B9AF color. Also use rgb(119,185,175) instead hex code.

Text Font Color

.myTextColor { color: #77B9AF; }

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

This text font color is #77B9AF.

Background Color

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

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

This div background color is #77B9AF.

Border color

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

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

This div border color is #77B9AF.

Opacity

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

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

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

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

This text has shadow with #77B9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B9AF.

Preview

Color preview on black background

This text has color #77B9AF on black background.


Color preview on white background

This text has color #77B9AF on white background.


Black color preview on #77B9AF background

This text has black color on #77B9AF background.


White color preview on #77B9AF background

This text has white color on #77B9AF background.


Related colors

Complementary color

Complementary color for #hex is #884650.


I love getcolorcode.com

Triadic colors

1 #AF77B9 and #B9AF77 with #77B9AF are triadic colors.

2 #AFB977 and #B977AF with #77B9AF are triadic colors.