COLOR #77A384

HEX: #77A384 RGB: (119,163,132)

Color info

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

RGB color model

#77A384 color RGB value is (119,163,132).

RGB: (119,163,132) (47%, 64%, 52%)

RGB channels and saturation

R 119 of 255 = 47%
G 163 of 255 = 64%
B 132 of 255 = 52%

119
163
132

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

Portions of RGB colors in percentages

R + G + B = 119 + 163 + 132 = 414 (100%)
R 119 of 414 ~ 28.74%
G 163 of 414 ~ 39.37%
B 132 of 414 ~ 31.88'%

%28.74
%39.37
%31.88

CMYK color model

#77A384 color CMYK value is (27,0,19,36).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%

CMYK: (27,0,19,36)
C27M0Y19K36 (27%, 0%, 19%, 36%)
(0.27 / 0.00 / 0.19 / 0.36)

CMYK percentages

%26.99
%0
%19.02
%36.08

Codes

Color #77A384 in popluar color models

77 A3 84
RGB 119 163 132
HSL 138° 19.30% 55.29%
HSB/HSV 138° 26.99% 63.92%
CMYK 26.99% 0.00% 19.02%
36.08%

Color #77A384 in popluar number systems.

HEX 77 A3 84
Decimal 119 163 132
Binary 1110111 10100011 10000100
Octal 167 243 204

Shades and tints

Shades of #77A384

#77A384
(119,163,132)
#6D9578
(109,149,120)
#63876C
(99,135,108)
#597960
(89,121,96)
#4F6B54
(79,107,84)
#455D48
(69,93,72)
#3B4F3C
(59,79,60)
#314130
(49,65,48)
#273324
(39,51,36)
#1D2518
(29,37,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #77A384

#77A384
(119,163,132)
#83AB8F
(131,171,143)
#8FB39A
(143,179,154)
#9BBBA5
(155,187,165)
#A7C3B0
(167,195,176)
#B3CBBB
(179,203,187)
#BFD3C6
(191,211,198)
#CBDBD1
(203,219,209)
#D7E3DC
(215,227,220)
#E3EBE7
(227,235,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A384; }

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

This text font color is #77A384.

Background Color

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

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

This div background color is #77A384.

Border color

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

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

This div border color is #77A384.

Opacity

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

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

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

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

This text has shadow with #77A384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A384.

Preview

Color preview on black background

This text has color #77A384 on black background.


Color preview on white background

This text has color #77A384 on white background.


Black color preview on #77A384 background

This text has black color on #77A384 background.


White color preview on #77A384 background

This text has white color on #77A384 background.


Related colors

Complementary color

Complementary color for #hex is #885C7B.


I love getcolorcode.com

Triadic colors

1 #8477A3 and #A38477 with #77A384 are triadic colors.

2 #84A377 and #A37784 with #77A384 are triadic colors.