COLOR #77B891

HEX: #77B891 RGB: (119,184,145)

Color info

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

RGB color model

#77B891 color RGB value is (119,184,145).

RGB: (119,184,145) (47%, 72%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 184 of 255 = 72%
B 145 of 255 = 57%

119
184
145

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

Portions of RGB colors in percentages

R + G + B = 119 + 184 + 145 = 448 (100%)
R 119 of 448 ~ 26.56%
G 184 of 448 ~ 41.07%
B 145 of 448 ~ 32.37'%

%26.56
%41.07
%32.37

CMYK color model

#77B891 color CMYK value is (35,0,21,28).

  • cyan value is 35.33%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 27.84%

CMYK: (35,0,21,28)
C35M0Y21K28 (35%, 0%, 21%, 28%)
(0.35 / 0.00 / 0.21 / 0.28)

CMYK percentages

%35.33
%0
%21.2
%27.84

Codes

Color #77B891 in popluar color models

77 B8 91
RGB 119 184 145
HSL 144° 31.40% 59.41%
HSB/HSV 144° 35.33% 72.16%
CMYK 35.33% 0.00% 21.20%
27.84%

Color #77B891 in popluar number systems.

HEX 77 B8 91
Decimal 119 184 145
Binary 1110111 10111000 10010001
Octal 167 270 221

Shades and tints

Shades of #77B891

#77B891
(119,184,145)
#6DA884
(109,168,132)
#639877
(99,152,119)
#59886A
(89,136,106)
#4F785D
(79,120,93)
#456850
(69,104,80)
#3B5843
(59,88,67)
#314836
(49,72,54)
#273829
(39,56,41)
#1D281C
(29,40,28)
#13180F
(19,24,15)
#000000
(0,0,0)

Tints of #77B891

#77B891
(119,184,145)
#83BE9B
(131,190,155)
#8FC4A5
(143,196,165)
#9BCAAF
(155,202,175)
#A7D0B9
(167,208,185)
#B3D6C3
(179,214,195)
#BFDCCD
(191,220,205)
#CBE2D7
(203,226,215)
#D7E8E1
(215,232,225)
#E3EEEB
(227,238,235)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B891; }

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

This text font color is #77B891.

Background Color

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

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

This div background color is #77B891.

Border color

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

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

This div border color is #77B891.

Opacity

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

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

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

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

This text has shadow with #77B891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B891.

Preview

Color preview on black background

This text has color #77B891 on black background.


Color preview on white background

This text has color #77B891 on white background.


Black color preview on #77B891 background

This text has black color on #77B891 background.


White color preview on #77B891 background

This text has white color on #77B891 background.


Related colors

Complementary color

Complementary color for #hex is #88476E.


I love getcolorcode.com

Triadic colors

1 #9177B8 and #B89177 with #77B891 are triadic colors.

2 #91B877 and #B87791 with #77B891 are triadic colors.