COLOR #77B2B0

HEX: #77B2B0
RGB: (119,178,176)

Color info

#77B2B0 contains red, green and blue colors in about the same proportion. Web safe color of #77B2B0 is #669999 (or #699).

RGB color model

#77B2B0 color RGB value is (119,178,176).

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

RGB channels and saturation

R 119 of 255 = 47%
G 178 of 255 = 70%
B 176 of 255 = 69%

119
178
176

R + G + B ~ 62%. #77B2B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 178 + 176 = 473 (100%)
R 119 of 473 ~ 25.16%
G 178 of 473 ~ 37.63%
B 176 of 473 ~ 37.21%

%25.16
%37.63
%37.21

CMYK color model

#77B2B0 color CMYK value is (33,0,1,30).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 1.12%
  • key color value is 30.20%
CMYK:
(33,0,1,30)
C33M0Y1K30 
(33%,0%,1%,30%)
(0.33/0.00/0.01/0.30)	

CMYK percentages

%33.15
%0
%1.12
%30.2

Codes

Color #77B2B0 in popluar color models

77B2B0
RGB119178176
HSL178°27.70%58.24%
HSB/HSV178°33.15%69.80%
CMYK33.15%0.00%1.12%
30.20%

Color #77B2B0 in popluar number systems.

HEX77B2B0
Decimal119178176
Binary11101111011001010110000
Octal167262260

Shades and tints

Shades of #77B2B0

#77B2B0
(119,178,176)
#6DA2A0
(109,162,160)
#639290
(99,146,144)
#598280
(89,130,128)
#4F7270
(79,114,112)
#456260
(69,98,96)
#3B5250
(59,82,80)
#314240
(49,66,64)
#273230
(39,50,48)
#1D2220
(29,34,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #77B2B0

#77B2B0
(119,178,176)
#83B9B7
(131,185,183)
#8FC0BE
(143,192,190)
#9BC7C5
(155,199,197)
#A7CECC
(167,206,204)
#B3D5D3
(179,213,211)
#BFDCDA
(191,220,218)
#CBE3E1
(203,227,225)
#D7EAE8
(215,234,232)
#E3F1EF
(227,241,239)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B2B0; }

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

This text font color is #77B2B0.


Background Color

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

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

This div background color is #77B2B0.


Border color

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

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

This div border color is #77B2B0.


Opacity

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

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

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

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

This text has shadow with #77B2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B2B0 on black background.


Color preview on white background

This text has color #77B2B0 on white background.



Black color preview on #77B2B0 background

This text has black color on #77B2B0 background.


White color preview on #77B2B0 background

This text has white color on #77B2B0 background.