COLOR #77B09C

HEX: #77B09C
RGB: (119,176,156)

Color info

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

RGB color model

#77B09C color RGB value is (119,176,156).

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

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 156 of 255 = 61%

119
176
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 176 + 156 = 451 (100%)
R 119 of 451 ~ 26.39%
G 176 of 451 ~ 39.02%
B 156 of 451 ~ 34.59%

%26.39
%39.02
%34.59

CMYK color model

#77B09C color CMYK value is (32,0,11,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%
CMYK:
(32,0,11,31)
C32M0Y11K31 
(32%,0%,11%,31%)
(0.32/0.00/0.11/0.31)	

CMYK percentages

%32.39
%0
%11.36
%30.98

Codes

Color #77B09C in popluar color models

77B09C
RGB119176156
HSL159°26.51%57.84%
HSB/HSV159°32.39%69.02%
CMYK32.39%0.00%11.36%
30.98%

Color #77B09C in popluar number systems.

HEX77B09C
Decimal119176156
Binary11101111011000010011100
Octal167260234

Shades and tints

Shades of #77B09C

#77B09C
(119,176,156)
#6DA08E
(109,160,142)
#639080
(99,144,128)
#598072
(89,128,114)
#4F7064
(79,112,100)
#456056
(69,96,86)
#3B5048
(59,80,72)
#31403A
(49,64,58)
#27302C
(39,48,44)
#1D201E
(29,32,30)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #77B09C

#77B09C
(119,176,156)
#83B7A5
(131,183,165)
#8FBEAE
(143,190,174)
#9BC5B7
(155,197,183)
#A7CCC0
(167,204,192)
#B3D3C9
(179,211,201)
#BFDAD2
(191,218,210)
#CBE1DB
(203,225,219)
#D7E8E4
(215,232,228)
#E3EFED
(227,239,237)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B09C; }

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

This text font color is #77B09C.


Background Color

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

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

This div background color is #77B09C.


Border color

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

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

This div border color is #77B09C.


Opacity

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

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

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

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

This text has shadow with #77B09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B09C on black background.


Color preview on white background

This text has color #77B09C on white background.



Black color preview on #77B09C background

This text has black color on #77B09C background.


White color preview on #77B09C background

This text has white color on #77B09C background.