COLOR #77B091

HEX: #77B091 RGB: (119,176,145)

Color info

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

RGB color model

#77B091 color RGB value is (119,176,145).

RGB: (119,176,145) (47%, 69%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 145 of 255 = 57%

119
176
145

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

Portions of RGB colors in percentages

R + G + B = 119 + 176 + 145 = 440 (100%)
R 119 of 440 ~ 27.05%
G 176 of 440 ~ 40%
B 145 of 440 ~ 32.95'%

%27.05
%40
%32.95

CMYK color model

#77B091 color CMYK value is (32,0,18,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 17.61%
  • key color value is 30.98%

CMYK: (32,0,18,31)
C32M0Y18K31 (32%, 0%, 18%, 31%)
(0.32 / 0.00 / 0.18 / 0.31)

CMYK percentages

%32.39
%0
%17.61
%30.98

Codes

Color #77B091 in popluar color models

77 B0 91
RGB 119 176 145
HSL 147° 26.51% 57.84%
HSB/HSV 147° 32.39% 69.02%
CMYK 32.39% 0.00% 17.61%
30.98%

Color #77B091 in popluar number systems.

HEX 77 B0 91
Decimal 119 176 145
Binary 1110111 10110000 10010001
Octal 167 260 221

Shades and tints

Shades of #77B091

#77B091
(119,176,145)
#6DA084
(109,160,132)
#639077
(99,144,119)
#59806A
(89,128,106)
#4F705D
(79,112,93)
#456050
(69,96,80)
#3B5043
(59,80,67)
#314036
(49,64,54)
#273029
(39,48,41)
#1D201C
(29,32,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #77B091

#77B091
(119,176,145)
#83B79B
(131,183,155)
#8FBEA5
(143,190,165)
#9BC5AF
(155,197,175)
#A7CCB9
(167,204,185)
#B3D3C3
(179,211,195)
#BFDACD
(191,218,205)
#CBE1D7
(203,225,215)
#D7E8E1
(215,232,225)
#E3EFEB
(227,239,235)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B091; }

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

This text font color is #77B091.

Background Color

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

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

This div background color is #77B091.

Border color

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

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

This div border color is #77B091.

Opacity

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

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

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

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

This text has shadow with #77B091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B091.

Preview

Color preview on black background

This text has color #77B091 on black background.


Color preview on white background

This text has color #77B091 on white background.


Black color preview on #77B091 background

This text has black color on #77B091 background.


White color preview on #77B091 background

This text has white color on #77B091 background.


Related colors

Complementary color

Complementary color for #hex is #884F6E.


I love getcolorcode.com

Triadic colors

1 #9177B0 and #B09177 with #77B091 are triadic colors.

2 #91B077 and #B07791 with #77B091 are triadic colors.