COLOR #77BDAC

HEX: #77BDAC RGB: (119,189,172)

Color info

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

RGB color model

#77BDAC color RGB value is (119,189,172).

RGB: (119,189,172) (47%, 74%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 189 of 255 = 74%
B 172 of 255 = 67%

119
189
172

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

Portions of RGB colors in percentages

R + G + B = 119 + 189 + 172 = 480 (100%)
R 119 of 480 ~ 24.79%
G 189 of 480 ~ 39.38%
B 172 of 480 ~ 35.83'%

%24.79
%39.38
%35.83

CMYK color model

#77BDAC color CMYK value is (37,0,9,26).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK: (37,0,9,26) C37M0Y9K26 (37%,0%,9%,26%) (0.37/0.00/0.09/0.26) 

CMYK percentages

%37.04
%0
%8.99
%25.88

Codes

Color #77BDAC in popluar color models

77 BD AC
RGB 119 189 172
HSL 165° 34.65% 60.39%
HSB/HSV 165° 37.04% 74.12%
CMYK 37.04% 0.00% 8.99%
25.88%

Color #77BDAC in popluar number systems.

HEX 77 BD AC
Decimal 119 189 172
Binary 1110111 10111101 10101100
Octal 167 275 254

Shades and tints

Shades of #77BDAC

#77BDAC
(119,189,172)
#6DAC9D
(109,172,157)
#639B8E
(99,155,142)
#598A7F
(89,138,127)
#4F7970
(79,121,112)
#456861
(69,104,97)
#3B5752
(59,87,82)
#314643
(49,70,67)
#273534
(39,53,52)
#1D2425
(29,36,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #77BDAC

#77BDAC
(119,189,172)
#83C3B3
(131,195,179)
#8FC9BA
(143,201,186)
#9BCFC1
(155,207,193)
#A7D5C8
(167,213,200)
#B3DBCF
(179,219,207)
#BFE1D6
(191,225,214)
#CBE7DD
(203,231,221)
#D7EDE4
(215,237,228)
#E3F3EB
(227,243,235)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BDAC color. Also use rgb(119,189,172) instead hex code.

Text Font Color

.myTextColor { color: #77BDAC; }

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

This text font color is #77BDAC.

Background Color

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

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

This div background color is #77BDAC.

Border color

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

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

This div border color is #77BDAC.

Opacity

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

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

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

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

This text has shadow with #77BDAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BDAC.

Preview

Color preview on black background

This text has color #77BDAC on black background.


Color preview on white background

This text has color #77BDAC on white background.


Black color preview on #77BDAC background

This text has black color on #77BDAC background.


White color preview on #77BDAC background

This text has white color on #77BDAC background.


Related colors

Complementary color

Complementary color for #hex is #884253.


I love getcolorcode.com

Triadic colors

1 #AC77BD and #BDAC77 with #77BDAC are triadic colors.

2 #ACBD77 and #BD77AC with #77BDAC are triadic colors.