COLOR #77AF7A

HEX: #77AF7A
RGB: (119,175,122)

Color info

#77AF7A contains red, green and blue colors in about the same proportion. Web safe color of #77AF7A is #669966 (or #696).

RGB color model

#77AF7A color RGB value is (119,175,122).

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

RGB channels and saturation

R 119 of 255 = 47%
G 175 of 255 = 69%
B 122 of 255 = 48%

119
175
122

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

Portions of RGB colors in percentages

R + G + B =
119 + 175 + 122 = 416 (100%)
R 119 of 416 ~ 28.61%
G 175 of 416 ~ 42.07%
B 122 of 416 ~ 29.33%

%28.61
%42.07
%29.33

CMYK color model

#77AF7A color CMYK value is (32,0,30,31).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK:
(32,0,30,31)
C32M0Y30K31 
(32%,0%,30%,31%)
(0.32/0.00/0.30/0.31)	

CMYK percentages

%32
%0
%30.29
%31.37

Codes

Color #77AF7A in popluar color models

77AF7A
RGB119175122
HSL123°25.93%57.65%
HSB/HSV123°32.00%68.63%
CMYK32.00%0.00%30.29%
31.37%

Color #77AF7A in popluar number systems.

HEX77AF7A
Decimal119175122
Binary1110111101011111111010
Octal167257172

Shades and tints

Shades of #77AF7A

#77AF7A
(119,175,122)
#6DA06F
(109,160,111)
#639164
(99,145,100)
#598259
(89,130,89)
#4F734E
(79,115,78)
#456443
(69,100,67)
#3B5538
(59,85,56)
#31462D
(49,70,45)
#273722
(39,55,34)
#1D2817
(29,40,23)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #77AF7A

#77AF7A
(119,175,122)
#83B686
(131,182,134)
#8FBD92
(143,189,146)
#9BC49E
(155,196,158)
#A7CBAA
(167,203,170)
#B3D2B6
(179,210,182)
#BFD9C2
(191,217,194)
#CBE0CE
(203,224,206)
#D7E7DA
(215,231,218)
#E3EEE6
(227,238,230)
#EFF5F2
(239,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AF7A; }

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

This text font color is #77AF7A.


Background Color

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

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

This div background color is #77AF7A.


Border color

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

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

This div border color is #77AF7A.


Opacity

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

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

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

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

This text has shadow with #77AF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AF7A on black background.


Color preview on white background

This text has color #77AF7A on white background.



Black color preview on #77AF7A background

This text has black color on #77AF7A background.


White color preview on #77AF7A background

This text has white color on #77AF7A background.