COLOR #77B8B0

HEX: #77B8B0
RGB: (119,184,176)

Color info

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

RGB color model

#77B8B0 color RGB value is (119,184,176).

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

RGB channels and saturation

R 119 of 255 = 47%
G 184 of 255 = 72%
B 176 of 255 = 69%

119
184
176

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

Portions of RGB colors in percentages

R + G + B =
119 + 184 + 176 = 479 (100%)
R 119 of 479 ~ 24.84%
G 184 of 479 ~ 38.41%
B 176 of 479 ~ 36.74%

%24.84
%38.41
%36.74

CMYK color model

#77B8B0 color CMYK value is (35,0,4,28).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 27.84%
CMYK:
(35,0,4,28)
C35M0Y4K28 
(35%,0%,4%,28%)
(0.35/0.00/0.04/0.28)	

CMYK percentages

%35.33
%0
%4.35
%27.84

Codes

Color #77B8B0 in popluar color models

77B8B0
RGB119184176
HSL173°31.40%59.41%
HSB/HSV173°35.33%72.16%
CMYK35.33%0.00%4.35%
27.84%

Color #77B8B0 in popluar number systems.

HEX77B8B0
Decimal119184176
Binary11101111011100010110000
Octal167270260

Shades and tints

Shades of #77B8B0

#77B8B0
(119,184,176)
#6DA8A0
(109,168,160)
#639890
(99,152,144)
#598880
(89,136,128)
#4F7870
(79,120,112)
#456860
(69,104,96)
#3B5850
(59,88,80)
#314840
(49,72,64)
#273830
(39,56,48)
#1D2820
(29,40,32)
#131810
(19,24,16)
#000000
(0,0,0)

Tints of #77B8B0

#77B8B0
(119,184,176)
#83BEB7
(131,190,183)
#8FC4BE
(143,196,190)
#9BCAC5
(155,202,197)
#A7D0CC
(167,208,204)
#B3D6D3
(179,214,211)
#BFDCDA
(191,220,218)
#CBE2E1
(203,226,225)
#D7E8E8
(215,232,232)
#E3EEEF
(227,238,239)
#EFF4F6
(239,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B8B0; }

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

This text font color is #77B8B0.


Background Color

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

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

This div background color is #77B8B0.


Border color

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

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

This div border color is #77B8B0.


Opacity

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

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

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

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

This text has shadow with #77B8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B8B0 on black background.


Color preview on white background

This text has color #77B8B0 on white background.



Black color preview on #77B8B0 background

This text has black color on #77B8B0 background.


White color preview on #77B8B0 background

This text has white color on #77B8B0 background.