COLOR #77B29C

HEX: #77B29C
RGB: (119,178,156)

Color info

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

RGB color model

#77B29C color RGB value is (119,178,156).

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

RGB channels and saturation

R 119 of 255 = 47%
G 178 of 255 = 70%
B 156 of 255 = 61%

119
178
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 178 + 156 = 453 (100%)
R 119 of 453 ~ 26.27%
G 178 of 453 ~ 39.29%
B 156 of 453 ~ 34.44%

%26.27
%39.29
%34.44

CMYK color model

#77B29C color CMYK value is (33,0,12,30).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(33,0,12,30)
C33M0Y12K30 
(33%,0%,12%,30%)
(0.33/0.00/0.12/0.30)	

CMYK percentages

%33.15
%0
%12.36
%30.2

Codes

Color #77B29C in popluar color models

77B29C
RGB119178156
HSL158°27.70%58.24%
HSB/HSV158°33.15%69.80%
CMYK33.15%0.00%12.36%
30.20%

Color #77B29C in popluar number systems.

HEX77B29C
Decimal119178156
Binary11101111011001010011100
Octal167262234

Shades and tints

Shades of #77B29C

#77B29C
(119,178,156)
#6DA28E
(109,162,142)
#639280
(99,146,128)
#598272
(89,130,114)
#4F7264
(79,114,100)
#456256
(69,98,86)
#3B5248
(59,82,72)
#31423A
(49,66,58)
#27322C
(39,50,44)
#1D221E
(29,34,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #77B29C

#77B29C
(119,178,156)
#83B9A5
(131,185,165)
#8FC0AE
(143,192,174)
#9BC7B7
(155,199,183)
#A7CEC0
(167,206,192)
#B3D5C9
(179,213,201)
#BFDCD2
(191,220,210)
#CBE3DB
(203,227,219)
#D7EAE4
(215,234,228)
#E3F1ED
(227,241,237)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B29C; }

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

This text font color is #77B29C.


Background Color

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

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

This div background color is #77B29C.


Border color

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

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

This div border color is #77B29C.


Opacity

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

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

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

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

This text has shadow with #77B29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B29C on black background.


Color preview on white background

This text has color #77B29C on white background.



Black color preview on #77B29C background

This text has black color on #77B29C background.


White color preview on #77B29C background

This text has white color on #77B29C background.