COLOR #77AB89

HEX: #77AB89
RGB: (119,171,137)

Color info

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

RGB color model

#77AB89 color RGB value is (119,171,137).

  • red value is 119;
  • green value is 171;
  • blue value is 137.
RGB:
(119,171,137)
(47%,67%,54%)

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 137 of 255 = 54%

119
171
137

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

Portions of RGB colors in percentages

R + G + B =
119 + 171 + 137 = 427 (100%)
R 119 of 427 ~ 27.87%
G 171 of 427 ~ 40.05%
B 137 of 427 ~ 32.08%

%27.87
%40.05
%32.08

CMYK color model

#77AB89 color CMYK value is (30,0,20,33).

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 19.88%
  • key color value is 32.94%
CMYK:
(30,0,20,33)
C30M0Y20K33 
(30%,0%,20%,33%)
(0.30/0.00/0.20/0.33)	

CMYK percentages

%30.41
%0
%19.88
%32.94

Codes

Color #77AB89 in popluar color models

77AB89
RGB119171137
HSL141°23.64%56.86%
HSB/HSV141°30.41%67.06%
CMYK30.41%0.00%19.88%
32.94%

Color #77AB89 in popluar number systems.

HEX77AB89
Decimal119171137
Binary11101111010101110001001
Octal167253211

Shades and tints

Shades of #77AB89

#77AB89
(119,171,137)
#6D9C7D
(109,156,125)
#638D71
(99,141,113)
#597E65
(89,126,101)
#4F6F59
(79,111,89)
#45604D
(69,96,77)
#3B5141
(59,81,65)
#314235
(49,66,53)
#273329
(39,51,41)
#1D241D
(29,36,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #77AB89

#77AB89
(119,171,137)
#83B293
(131,178,147)
#8FB99D
(143,185,157)
#9BC0A7
(155,192,167)
#A7C7B1
(167,199,177)
#B3CEBB
(179,206,187)
#BFD5C5
(191,213,197)
#CBDCCF
(203,220,207)
#D7E3D9
(215,227,217)
#E3EAE3
(227,234,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AB89 color. Also use rgb(119,171,137) instead hex code.

Text Font Color

.myTextColor { color: #77AB89; }

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

This text font color is #77AB89.


Background Color

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

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

This div background color is #77AB89.


Border color

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

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

This div border color is #77AB89.


Opacity

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

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

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

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

This text has shadow with #77AB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AB89 on black background.


Color preview on white background

This text has color #77AB89 on white background.



Black color preview on #77AB89 background

This text has black color on #77AB89 background.


White color preview on #77AB89 background

This text has white color on #77AB89 background.