COLOR #77BDBA

HEX: #77BDBA RGB: (119,189,186)

Color info

#77BDBA contains mainly green and blue colors. Web safe color of #77BDBA is #66CCCC (or #6CC).

RGB color model

#77BDBA color RGB value is (119,189,186).

RGB: (119,189,186) (47%, 74%, 73%)

RGB channels and saturation

R 119 of 255 = 47%
G 189 of 255 = 74%
B 186 of 255 = 73%

119
189
186

R + G + B ~ 65%. #77BDBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 189 + 186 = 494 (100%)
R 119 of 494 ~ 24.09%
G 189 of 494 ~ 38.26%
B 186 of 494 ~ 37.65'%

%24.09
%38.26
%37.65

CMYK color model

#77BDBA color CMYK value is (37,0,2,26).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK: (37,0,2,26) C37M0Y2K26 (37%,0%,2%,26%) (0.37/0.00/0.02/0.26) 

CMYK percentages

%37.04
%0
%1.59
%25.88

Codes

Color #77BDBA in popluar color models

77 BD BA
RGB 119 189 186
HSL 177° 34.65% 60.39%
HSB/HSV 177° 37.04% 74.12%
CMYK 37.04% 0.00% 1.59%
25.88%

Color #77BDBA in popluar number systems.

HEX 77 BD BA
Decimal 119 189 186
Binary 1110111 10111101 10111010
Octal 167 275 272

Shades and tints

Shades of #77BDBA

#77BDBA
(119,189,186)
#6DACAA
(109,172,170)
#639B9A
(99,155,154)
#598A8A
(89,138,138)
#4F797A
(79,121,122)
#45686A
(69,104,106)
#3B575A
(59,87,90)
#31464A
(49,70,74)
#27353A
(39,53,58)
#1D242A
(29,36,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #77BDBA

#77BDBA
(119,189,186)
#83C3C0
(131,195,192)
#8FC9C6
(143,201,198)
#9BCFCC
(155,207,204)
#A7D5D2
(167,213,210)
#B3DBD8
(179,219,216)
#BFE1DE
(191,225,222)
#CBE7E4
(203,231,228)
#D7EDEA
(215,237,234)
#E3F3F0
(227,243,240)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BDBA; }

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

This text font color is #77BDBA.

Background Color

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

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

This div background color is #77BDBA.

Border color

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

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

This div border color is #77BDBA.

Opacity

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

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

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

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

This text has shadow with #77BDBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BDBA.

Preview

Color preview on black background

This text has color #77BDBA on black background.


Color preview on white background

This text has color #77BDBA on white background.


Black color preview on #77BDBA background

This text has black color on #77BDBA background.


White color preview on #77BDBA background

This text has white color on #77BDBA background.


Related colors

Complementary color

Complementary color for #hex is #884245.


I love getcolorcode.com

Triadic colors

1 #BA77BD and #BDBA77 with #77BDBA are triadic colors.

2 #BABD77 and #BD77BA with #77BDBA are triadic colors.