COLOR #77B6B8

HEX: #77B6B8
RGB: (119,182,184)

Color info

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

RGB color model

#77B6B8 color RGB value is (119,182,184).

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

RGB channels and saturation

R 119 of 255 = 47%
G 182 of 255 = 71%
B 184 of 255 = 72%

119
182
184

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

Portions of RGB colors in percentages

R + G + B =
119 + 182 + 184 = 485 (100%)
R 119 of 485 ~ 24.54%
G 182 of 485 ~ 37.53%
B 184 of 485 ~ 37.94%

%24.54
%37.53
%37.94

CMYK color model

#77B6B8 color CMYK value is (35,1,0,28).

  • cyan value is 35.33%
  • magenta value is 1.09%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(35,1,0,28)
C35M1Y0K28 
(35%,1%,0%,28%)
(0.35/0.01/0.00/0.28)	

CMYK percentages

%35.33
%1.09
%0
%27.84

Codes

Color #77B6B8 in popluar color models

77B6B8
RGB119182184
HSL182°31.40%59.41%
HSB/HSV182°35.33%72.16%
CMYK35.33%1.09%0.00%
27.84%

Color #77B6B8 in popluar number systems.

HEX77B6B8
Decimal119182184
Binary11101111011011010111000
Octal167266270

Shades and tints

Shades of #77B6B8

#77B6B8
(119,182,184)
#6DA6A8
(109,166,168)
#639698
(99,150,152)
#598688
(89,134,136)
#4F7678
(79,118,120)
#456668
(69,102,104)
#3B5658
(59,86,88)
#314648
(49,70,72)
#273638
(39,54,56)
#1D2628
(29,38,40)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #77B6B8

#77B6B8
(119,182,184)
#83BCBE
(131,188,190)
#8FC2C4
(143,194,196)
#9BC8CA
(155,200,202)
#A7CED0
(167,206,208)
#B3D4D6
(179,212,214)
#BFDADC
(191,218,220)
#CBE0E2
(203,224,226)
#D7E6E8
(215,230,232)
#E3ECEE
(227,236,238)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B6B8; }

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

This text font color is #77B6B8.


Background Color

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

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

This div background color is #77B6B8.


Border color

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

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

This div border color is #77B6B8.


Opacity

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

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

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

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

This text has shadow with #77B6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B6B8 on black background.


Color preview on white background

This text has color #77B6B8 on white background.



Black color preview on #77B6B8 background

This text has black color on #77B6B8 background.


White color preview on #77B6B8 background

This text has white color on #77B6B8 background.