COLOR #77BAB2

HEX: #77BAB2
RGB: (119,186,178)

Color info

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

RGB color model

#77BAB2 color RGB value is (119,186,178).

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

RGB channels and saturation

R 119 of 255 = 47%
G 186 of 255 = 73%
B 178 of 255 = 70%

119
186
178

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

Portions of RGB colors in percentages

R + G + B =
119 + 186 + 178 = 483 (100%)
R 119 of 483 ~ 24.64%
G 186 of 483 ~ 38.51%
B 178 of 483 ~ 36.85%

%24.64
%38.51
%36.85

CMYK color model

#77BAB2 color CMYK value is (36,0,4,27).

  • cyan value is 36.02%
  • magenta value is 0.00%
  • yellow value is 4.30%
  • key color value is 27.06%
CMYK:
(36,0,4,27)
C36M0Y4K27 
(36%,0%,4%,27%)
(0.36/0.00/0.04/0.27)	

CMYK percentages

%36.02
%0
%4.3
%27.06

Codes

Color #77BAB2 in popluar color models

77BAB2
RGB119186178
HSL173°32.68%59.80%
HSB/HSV173°36.02%72.94%
CMYK36.02%0.00%4.30%
27.06%

Color #77BAB2 in popluar number systems.

HEX77BAB2
Decimal119186178
Binary11101111011101010110010
Octal167272262

Shades and tints

Shades of #77BAB2

#77BAB2
(119,186,178)
#6DAAA2
(109,170,162)
#639A92
(99,154,146)
#598A82
(89,138,130)
#4F7A72
(79,122,114)
#456A62
(69,106,98)
#3B5A52
(59,90,82)
#314A42
(49,74,66)
#273A32
(39,58,50)
#1D2A22
(29,42,34)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #77BAB2

#77BAB2
(119,186,178)
#83C0B9
(131,192,185)
#8FC6C0
(143,198,192)
#9BCCC7
(155,204,199)
#A7D2CE
(167,210,206)
#B3D8D5
(179,216,213)
#BFDEDC
(191,222,220)
#CBE4E3
(203,228,227)
#D7EAEA
(215,234,234)
#E3F0F1
(227,240,241)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BAB2; }

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

This text font color is #77BAB2.


Background Color

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

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

This div background color is #77BAB2.


Border color

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

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

This div border color is #77BAB2.


Opacity

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

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

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

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

This text has shadow with #77BAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BAB2 on black background.


Color preview on white background

This text has color #77BAB2 on white background.



Black color preview on #77BAB2 background

This text has black color on #77BAB2 background.


White color preview on #77BAB2 background

This text has white color on #77BAB2 background.