COLOR #77A380

HEX: #77A380
RGB: (119,163,128)

Color info

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

RGB color model

#77A380 color RGB value is (119,163,128).

  • red value is 119;
  • green value is 163;
  • blue value is 128.
RGB:
(119,163,128)
(47%,64%,50%)

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 128 of 255 = 50%

119
163
128

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

Portions of RGB colors in percentages

R + G + B =
119 + 163 + 128 = 410 (100%)
R 119 of 410 ~ 29.02%
G 163 of 410 ~ 39.76%
B 128 of 410 ~ 31.22%

%29.02
%39.76
%31.22

CMYK color model

#77A380 color CMYK value is (27,0,21,36).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 36.08%
CMYK:
(27,0,21,36)
C27M0Y21K36 
(27%,0%,21%,36%)
(0.27/0.00/0.21/0.36)	

CMYK percentages

%26.99
%0
%21.47
%36.08

Codes

Color #77A380 in popluar color models

77A380
RGB119163128
HSL132°19.30%55.29%
HSB/HSV132°26.99%63.92%
CMYK26.99%0.00%21.47%
36.08%

Color #77A380 in popluar number systems.

HEX77A380
Decimal119163128
Binary11101111010001110000000
Octal167243200

Shades and tints

Shades of #77A380

#77A380
(119,163,128)
#6D9575
(109,149,117)
#63876A
(99,135,106)
#59795F
(89,121,95)
#4F6B54
(79,107,84)
#455D49
(69,93,73)
#3B4F3E
(59,79,62)
#314133
(49,65,51)
#273328
(39,51,40)
#1D251D
(29,37,29)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #77A380

#77A380
(119,163,128)
#83AB8B
(131,171,139)
#8FB396
(143,179,150)
#9BBBA1
(155,187,161)
#A7C3AC
(167,195,172)
#B3CBB7
(179,203,183)
#BFD3C2
(191,211,194)
#CBDBCD
(203,219,205)
#D7E3D8
(215,227,216)
#E3EBE3
(227,235,227)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A380 color. Also use rgb(119,163,128) instead hex code.

Text Font Color

.myTextColor { color: #77A380; }

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

This text font color is #77A380.


Background Color

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

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

This div background color is #77A380.


Border color

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

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

This div border color is #77A380.


Opacity

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

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

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

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

This text has shadow with #77A380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A380 on black background.


Color preview on white background

This text has color #77A380 on white background.



Black color preview on #77A380 background

This text has black color on #77A380 background.


White color preview on #77A380 background

This text has white color on #77A380 background.