COLOR #77B5AE

HEX: #77B5AE
RGB: (119,181,174)

Color info

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

RGB color model

#77B5AE color RGB value is (119,181,174).

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

RGB channels and saturation

R 119 of 255 = 47%
G 181 of 255 = 71%
B 174 of 255 = 68%

119
181
174

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

Portions of RGB colors in percentages

R + G + B =
119 + 181 + 174 = 474 (100%)
R 119 of 474 ~ 25.11%
G 181 of 474 ~ 38.19%
B 174 of 474 ~ 36.71%

%25.11
%38.19
%36.71

CMYK color model

#77B5AE color CMYK value is (34,0,4,29).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(34,0,4,29)
C34M0Y4K29 
(34%,0%,4%,29%)
(0.34/0.00/0.04/0.29)	

CMYK percentages

%34.25
%0
%3.87
%29.02

Codes

Color #77B5AE in popluar color models

77B5AE
RGB119181174
HSL173°29.52%58.82%
HSB/HSV173°34.25%70.98%
CMYK34.25%0.00%3.87%
29.02%

Color #77B5AE in popluar number systems.

HEX77B5AE
Decimal119181174
Binary11101111011010110101110
Octal167265256

Shades and tints

Shades of #77B5AE

#77B5AE
(119,181,174)
#6DA59F
(109,165,159)
#639590
(99,149,144)
#598581
(89,133,129)
#4F7572
(79,117,114)
#456563
(69,101,99)
#3B5554
(59,85,84)
#314545
(49,69,69)
#273536
(39,53,54)
#1D2527
(29,37,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #77B5AE

#77B5AE
(119,181,174)
#83BBB5
(131,187,181)
#8FC1BC
(143,193,188)
#9BC7C3
(155,199,195)
#A7CDCA
(167,205,202)
#B3D3D1
(179,211,209)
#BFD9D8
(191,217,216)
#CBDFDF
(203,223,223)
#D7E5E6
(215,229,230)
#E3EBED
(227,235,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B5AE; }

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

This text font color is #77B5AE.


Background Color

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

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

This div background color is #77B5AE.


Border color

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

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

This div border color is #77B5AE.


Opacity

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

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

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

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

This text has shadow with #77B5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B5AE on black background.


Color preview on white background

This text has color #77B5AE on white background.



Black color preview on #77B5AE background

This text has black color on #77B5AE background.


White color preview on #77B5AE background

This text has white color on #77B5AE background.