COLOR #77B6BD

HEX: #77B6BD
RGB: (119,182,189)

Color info

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

RGB color model

#77B6BD color RGB value is (119,182,189).

  • red value is 119;
  • green value is 182;
  • blue value is 189.
RGB:
(119,182,189)
(47%,71%,74%)

RGB channels and saturation

R 119 of 255 = 47%
G 182 of 255 = 71%
B 189 of 255 = 74%

119
182
189

R + G + B ~ 64%. #77B6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 182 + 189 = 490 (100%)
R 119 of 490 ~ 24.29%
G 182 of 490 ~ 37.14%
B 189 of 490 ~ 38.57%

%24.29
%37.14
%38.57

CMYK color model

#77B6BD color CMYK value is (37,4,0,26).

  • cyan value is 37.04%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(37,4,0,26)
C37M4Y0K26 
(37%,4%,0%,26%)
(0.37/0.04/0.00/0.26)	

CMYK percentages

%37.04
%3.7
%0
%25.88

Codes

Color #77B6BD in popluar color models

77B6BD
RGB119182189
HSL186°34.65%60.39%
HSB/HSV186°37.04%74.12%
CMYK37.04%3.70%0.00%
25.88%

Color #77B6BD in popluar number systems.

HEX77B6BD
Decimal119182189
Binary11101111011011010111101
Octal167266275

Shades and tints

Shades of #77B6BD

#77B6BD
(119,182,189)
#6DA6AC
(109,166,172)
#63969B
(99,150,155)
#59868A
(89,134,138)
#4F7679
(79,118,121)
#456668
(69,102,104)
#3B5657
(59,86,87)
#314646
(49,70,70)
#273635
(39,54,53)
#1D2624
(29,38,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #77B6BD

#77B6BD
(119,182,189)
#83BCC3
(131,188,195)
#8FC2C9
(143,194,201)
#9BC8CF
(155,200,207)
#A7CED5
(167,206,213)
#B3D4DB
(179,212,219)
#BFDAE1
(191,218,225)
#CBE0E7
(203,224,231)
#D7E6ED
(215,230,237)
#E3ECF3
(227,236,243)
#EFF2F9
(239,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B6BD; }

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

This text font color is #77B6BD.


Background Color

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

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

This div background color is #77B6BD.


Border color

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

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

This div border color is #77B6BD.


Opacity

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

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

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

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

This text has shadow with #77B6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B6BD on black background.


Color preview on white background

This text has color #77B6BD on white background.



Black color preview on #77B6BD background

This text has black color on #77B6BD background.


White color preview on #77B6BD background

This text has white color on #77B6BD background.