COLOR #77AC98

HEX: #77AC98
RGB: (119,172,152)

Color info

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

RGB color model

#77AC98 color RGB value is (119,172,152).

  • red value is 119;
  • green value is 172;
  • blue value is 152.
RGB:
(119,172,152)
(47%,67%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 172 of 255 = 67%
B 152 of 255 = 60%

119
172
152

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

Portions of RGB colors in percentages

R + G + B =
119 + 172 + 152 = 443 (100%)
R 119 of 443 ~ 26.86%
G 172 of 443 ~ 38.83%
B 152 of 443 ~ 34.31%

%26.86
%38.83
%34.31

CMYK color model

#77AC98 color CMYK value is (31,0,12,33).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 32.55%
CMYK:
(31,0,12,33)
C31M0Y12K33 
(31%,0%,12%,33%)
(0.31/0.00/0.12/0.33)	

CMYK percentages

%30.81
%0
%11.63
%32.55

Codes

Color #77AC98 in popluar color models

77AC98
RGB119172152
HSL157°24.20%57.06%
HSB/HSV157°30.81%67.45%
CMYK30.81%0.00%11.63%
32.55%

Color #77AC98 in popluar number systems.

HEX77AC98
Decimal119172152
Binary11101111010110010011000
Octal167254230

Shades and tints

Shades of #77AC98

#77AC98
(119,172,152)
#6D9D8B
(109,157,139)
#638E7E
(99,142,126)
#597F71
(89,127,113)
#4F7064
(79,112,100)
#456157
(69,97,87)
#3B524A
(59,82,74)
#31433D
(49,67,61)
#273430
(39,52,48)
#1D2523
(29,37,35)
#131616
(19,22,22)
#000000
(0,0,0)

Tints of #77AC98

#77AC98
(119,172,152)
#83B3A1
(131,179,161)
#8FBAAA
(143,186,170)
#9BC1B3
(155,193,179)
#A7C8BC
(167,200,188)
#B3CFC5
(179,207,197)
#BFD6CE
(191,214,206)
#CBDDD7
(203,221,215)
#D7E4E0
(215,228,224)
#E3EBE9
(227,235,233)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AC98 color. Also use rgb(119,172,152) instead hex code.

Text Font Color

.myTextColor { color: #77AC98; }

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

This text font color is #77AC98.


Background Color

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

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

This div background color is #77AC98.


Border color

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

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

This div border color is #77AC98.


Opacity

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

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

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

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

This text has shadow with #77AC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AC98 on black background.


Color preview on white background

This text has color #77AC98 on white background.



Black color preview on #77AC98 background

This text has black color on #77AC98 background.


White color preview on #77AC98 background

This text has white color on #77AC98 background.