COLOR #77B1B5

HEX: #77B1B5
RGB: (119,177,181)

Color info

#77B1B5 contains mainly green and blue colors. Web safe color of #77B1B5 is #6699CC (or #69C).

RGB color model

#77B1B5 color RGB value is (119,177,181).

  • red value is 119;
  • green value is 177;
  • blue value is 181.
RGB:
(119,177,181)
(47%,69%,71%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 181 of 255 = 71%

119
177
181

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

Portions of RGB colors in percentages

R + G + B =
119 + 177 + 181 = 477 (100%)
R 119 of 477 ~ 24.95%
G 177 of 477 ~ 37.11%
B 181 of 477 ~ 37.95%

%24.95
%37.11
%37.95

CMYK color model

#77B1B5 color CMYK value is (34,2,0,29).

  • cyan value is 34.25%
  • magenta value is 2.21%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(34,2,0,29)
C34M2Y0K29 
(34%,2%,0%,29%)
(0.34/0.02/0.00/0.29)	

CMYK percentages

%34.25
%2.21
%0
%29.02

Codes

Color #77B1B5 in popluar color models

77B1B5
RGB119177181
HSL184°29.52%58.82%
HSB/HSV184°34.25%70.98%
CMYK34.25%2.21%0.00%
29.02%

Color #77B1B5 in popluar number systems.

HEX77B1B5
Decimal119177181
Binary11101111011000110110101
Octal167261265

Shades and tints

Shades of #77B1B5

#77B1B5
(119,177,181)
#6DA1A5
(109,161,165)
#639195
(99,145,149)
#598185
(89,129,133)
#4F7175
(79,113,117)
#456165
(69,97,101)
#3B5155
(59,81,85)
#314145
(49,65,69)
#273135
(39,49,53)
#1D2125
(29,33,37)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #77B1B5

#77B1B5
(119,177,181)
#83B8BB
(131,184,187)
#8FBFC1
(143,191,193)
#9BC6C7
(155,198,199)
#A7CDCD
(167,205,205)
#B3D4D3
(179,212,211)
#BFDBD9
(191,219,217)
#CBE2DF
(203,226,223)
#D7E9E5
(215,233,229)
#E3F0EB
(227,240,235)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B1B5 color. Also use rgb(119,177,181) instead hex code.

Text Font Color

.myTextColor { color: #77B1B5; }

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

This text font color is #77B1B5.


Background Color

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

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

This div background color is #77B1B5.


Border color

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

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

This div border color is #77B1B5.


Opacity

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

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

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

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

This text has shadow with #77B1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B1B5 on black background.


Color preview on white background

This text has color #77B1B5 on white background.



Black color preview on #77B1B5 background

This text has black color on #77B1B5 background.


White color preview on #77B1B5 background

This text has white color on #77B1B5 background.