COLOR #77AB97

HEX: #77AB97
RGB: (119,171,151)

Color info

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

RGB color model

#77AB97 color RGB value is (119,171,151).

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

RGB channels and saturation

R 119 of 255 = 47%
G 171 of 255 = 67%
B 151 of 255 = 59%

119
171
151

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

Portions of RGB colors in percentages

R + G + B =
119 + 171 + 151 = 441 (100%)
R 119 of 441 ~ 26.98%
G 171 of 441 ~ 38.78%
B 151 of 441 ~ 34.24%

%26.98
%38.78
%34.24

CMYK color model

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

  • cyan value is 30.41%
  • magenta value is 0.00%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(30,0,12,33)
C30M0Y12K33 
(30%,0%,12%,33%)
(0.30/0.00/0.12/0.33)	

CMYK percentages

%30.41
%0
%11.7
%32.94

Codes

Color #77AB97 in popluar color models

77AB97
RGB119171151
HSL157°23.64%56.86%
HSB/HSV157°30.41%67.06%
CMYK30.41%0.00%11.70%
32.94%

Color #77AB97 in popluar number systems.

HEX77AB97
Decimal119171151
Binary11101111010101110010111
Octal167253227

Shades and tints

Shades of #77AB97

#77AB97
(119,171,151)
#6D9C8A
(109,156,138)
#638D7D
(99,141,125)
#597E70
(89,126,112)
#4F6F63
(79,111,99)
#456056
(69,96,86)
#3B5149
(59,81,73)
#31423C
(49,66,60)
#27332F
(39,51,47)
#1D2422
(29,36,34)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #77AB97

#77AB97
(119,171,151)
#83B2A0
(131,178,160)
#8FB9A9
(143,185,169)
#9BC0B2
(155,192,178)
#A7C7BB
(167,199,187)
#B3CEC4
(179,206,196)
#BFD5CD
(191,213,205)
#CBDCD6
(203,220,214)
#D7E3DF
(215,227,223)
#E3EAE8
(227,234,232)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AB97; }

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

This text font color is #77AB97.


Background Color

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

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

This div background color is #77AB97.


Border color

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

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

This div border color is #77AB97.


Opacity

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

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

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

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

This text has shadow with #77AB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AB97 on black background.


Color preview on white background

This text has color #77AB97 on white background.



Black color preview on #77AB97 background

This text has black color on #77AB97 background.


White color preview on #77AB97 background

This text has white color on #77AB97 background.