COLOR #77A175

HEX: #77A175
RGB: (119,161,117)

Color info

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

RGB color model

#77A175 color RGB value is (119,161,117).

  • red value is 119;
  • green value is 161;
  • blue value is 117.
RGB:
(119,161,117)
(47%,63%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 117 of 255 = 46%

119
161
117

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

Portions of RGB colors in percentages

R + G + B =
119 + 161 + 117 = 397 (100%)
R 119 of 397 ~ 29.97%
G 161 of 397 ~ 40.55%
B 117 of 397 ~ 29.47%

%29.97
%40.55
%29.47

CMYK color model

#77A175 color CMYK value is (26,0,27,37).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 36.86%
CMYK:
(26,0,27,37)
C26M0Y27K37 
(26%,0%,27%,37%)
(0.26/0.00/0.27/0.37)	

CMYK percentages

%26.09
%0
%27.33
%36.86

Codes

Color #77A175 in popluar color models

77A175
RGB119161117
HSL117°18.97%54.51%
HSB/HSV117°27.33%63.14%
CMYK26.09%0.00%27.33%
36.86%

Color #77A175 in popluar number systems.

HEX77A175
Decimal119161117
Binary1110111101000011110101
Octal167241165

Shades and tints

Shades of #77A175

#77A175
(119,161,117)
#6D936B
(109,147,107)
#638561
(99,133,97)
#597757
(89,119,87)
#4F694D
(79,105,77)
#455B43
(69,91,67)
#3B4D39
(59,77,57)
#313F2F
(49,63,47)
#273125
(39,49,37)
#1D231B
(29,35,27)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #77A175

#77A175
(119,161,117)
#83A981
(131,169,129)
#8FB18D
(143,177,141)
#9BB999
(155,185,153)
#A7C1A5
(167,193,165)
#B3C9B1
(179,201,177)
#BFD1BD
(191,209,189)
#CBD9C9
(203,217,201)
#D7E1D5
(215,225,213)
#E3E9E1
(227,233,225)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A175 color. Also use rgb(119,161,117) instead hex code.

Text Font Color

.myTextColor { color: #77A175; }

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

This text font color is #77A175.


Background Color

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

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

This div background color is #77A175.


Border color

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

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

This div border color is #77A175.


Opacity

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

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

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

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

This text has shadow with #77A175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A175 on black background.


Color preview on white background

This text has color #77A175 on white background.



Black color preview on #77A175 background

This text has black color on #77A175 background.


White color preview on #77A175 background

This text has white color on #77A175 background.