COLOR #77B0A0

HEX: #77B0A0
RGB: (119,176,160)

Color info

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

RGB color model

#77B0A0 color RGB value is (119,176,160).

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

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 160 of 255 = 63%

119
176
160

R + G + B ~ 60%. #77B0A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 176 + 160 = 455 (100%)
R 119 of 455 ~ 26.15%
G 176 of 455 ~ 38.68%
B 160 of 455 ~ 35.16%

%26.15
%38.68
%35.16

CMYK color model

#77B0A0 color CMYK value is (32,0,9,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%
CMYK:
(32,0,9,31)
C32M0Y9K31 
(32%,0%,9%,31%)
(0.32/0.00/0.09/0.31)	

CMYK percentages

%32.39
%0
%9.09
%30.98

Codes

Color #77B0A0 in popluar color models

77B0A0
RGB119176160
HSL163°26.51%57.84%
HSB/HSV163°32.39%69.02%
CMYK32.39%0.00%9.09%
30.98%

Color #77B0A0 in popluar number systems.

HEX77B0A0
Decimal119176160
Binary11101111011000010100000
Octal167260240

Shades and tints

Shades of #77B0A0

#77B0A0
(119,176,160)
#6DA092
(109,160,146)
#639084
(99,144,132)
#598076
(89,128,118)
#4F7068
(79,112,104)
#45605A
(69,96,90)
#3B504C
(59,80,76)
#31403E
(49,64,62)
#273030
(39,48,48)
#1D2022
(29,32,34)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #77B0A0

#77B0A0
(119,176,160)
#83B7A8
(131,183,168)
#8FBEB0
(143,190,176)
#9BC5B8
(155,197,184)
#A7CCC0
(167,204,192)
#B3D3C8
(179,211,200)
#BFDAD0
(191,218,208)
#CBE1D8
(203,225,216)
#D7E8E0
(215,232,224)
#E3EFE8
(227,239,232)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B0A0; }

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

This text font color is #77B0A0.


Background Color

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

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

This div background color is #77B0A0.


Border color

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

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

This div border color is #77B0A0.


Opacity

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

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

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

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

This text has shadow with #77B0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B0A0 on black background.


Color preview on white background

This text has color #77B0A0 on white background.



Black color preview on #77B0A0 background

This text has black color on #77B0A0 background.


White color preview on #77B0A0 background

This text has white color on #77B0A0 background.