COLOR #77AF85

HEX: #77AF85
RGB: (119,175,133)

Color info

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

RGB color model

#77AF85 color RGB value is (119,175,133).

  • red value is 119;
  • green value is 175;
  • blue value is 133.
RGB:
(119,175,133)
(47%,69%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 133 of 255 = 52%

119
175
133

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

Portions of RGB colors in percentages

R + G + B =
119 + 175 + 133 = 427 (100%)
R 119 of 427 ~ 27.87%
G 175 of 427 ~ 40.98%
B 133 of 427 ~ 31.15%

%27.87
%40.98
%31.15

CMYK color model

#77AF85 color CMYK value is (32,0,24,31).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(32,0,24,31)
C32M0Y24K31 
(32%,0%,24%,31%)
(0.32/0.00/0.24/0.31)	

CMYK percentages

%32
%0
%24
%31.37

Codes

Color #77AF85 in popluar color models

77AF85
RGB119175133
HSL135°25.93%57.65%
HSB/HSV135°32.00%68.63%
CMYK32.00%0.00%24.00%
31.37%

Color #77AF85 in popluar number systems.

HEX77AF85
Decimal119175133
Binary11101111010111110000101
Octal167257205

Shades and tints

Shades of #77AF85

#77AF85
(119,175,133)
#6DA079
(109,160,121)
#63916D
(99,145,109)
#598261
(89,130,97)
#4F7355
(79,115,85)
#456449
(69,100,73)
#3B553D
(59,85,61)
#314631
(49,70,49)
#273725
(39,55,37)
#1D2819
(29,40,25)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #77AF85

#77AF85
(119,175,133)
#83B690
(131,182,144)
#8FBD9B
(143,189,155)
#9BC4A6
(155,196,166)
#A7CBB1
(167,203,177)
#B3D2BC
(179,210,188)
#BFD9C7
(191,217,199)
#CBE0D2
(203,224,210)
#D7E7DD
(215,231,221)
#E3EEE8
(227,238,232)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AF85 color. Also use rgb(119,175,133) instead hex code.

Text Font Color

.myTextColor { color: #77AF85; }

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

This text font color is #77AF85.


Background Color

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

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

This div background color is #77AF85.


Border color

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

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

This div border color is #77AF85.


Opacity

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

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

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

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

This text has shadow with #77AF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AF85 on black background.


Color preview on white background

This text has color #77AF85 on white background.



Black color preview on #77AF85 background

This text has black color on #77AF85 background.


White color preview on #77AF85 background

This text has white color on #77AF85 background.