COLOR #77B48C

HEX: #77B48C RGB: (119,180,140)

Color info

#77B48C contains mainly green and blue colors. Web safe color of #77B48C is #66CC99 (or #6C9).

RGB color model

#77B48C color RGB value is (119,180,140).

RGB: (119,180,140) (47%, 71%, 55%)

RGB channels and saturation

R 119 of 255 = 47%
G 180 of 255 = 71%
B 140 of 255 = 55%

119
180
140

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

Portions of RGB colors in percentages

R + G + B = 119 + 180 + 140 = 439 (100%)
R 119 of 439 ~ 27.11%
G 180 of 439 ~ 41%
B 140 of 439 ~ 31.89'%

%27.11
%41
%31.89

CMYK color model

#77B48C color CMYK value is (34,0,22,29).

  • cyan value is 33.89%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 29.41%

CMYK: (34,0,22,29)
C34M0Y22K29 (34%, 0%, 22%, 29%)
(0.34 / 0.00 / 0.22 / 0.29)

CMYK percentages

%33.89
%0
%22.22
%29.41

Codes

Color #77B48C in popluar color models

77 B4 8C
RGB 119 180 140
HSL 141° 28.91% 58.63%
HSB/HSV 141° 33.89% 70.59%
CMYK 33.89% 0.00% 22.22%
29.41%

Color #77B48C in popluar number systems.

HEX 77 B4 8C
Decimal 119 180 140
Binary 1110111 10110100 10001100
Octal 167 264 214

Shades and tints

Shades of #77B48C

#77B48C
(119,180,140)
#6DA480
(109,164,128)
#639474
(99,148,116)
#598468
(89,132,104)
#4F745C
(79,116,92)
#456450
(69,100,80)
#3B5444
(59,84,68)
#314438
(49,68,56)
#27342C
(39,52,44)
#1D2420
(29,36,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #77B48C

#77B48C
(119,180,140)
#83BA96
(131,186,150)
#8FC0A0
(143,192,160)
#9BC6AA
(155,198,170)
#A7CCB4
(167,204,180)
#B3D2BE
(179,210,190)
#BFD8C8
(191,216,200)
#CBDED2
(203,222,210)
#D7E4DC
(215,228,220)
#E3EAE6
(227,234,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B48C color. Also use rgb(119,180,140) instead hex code.

Text Font Color

.myTextColor { color: #77B48C; }

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

This text font color is #77B48C.

Background Color

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

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

This div background color is #77B48C.

Border color

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

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

This div border color is #77B48C.

Opacity

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

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

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

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

This text has shadow with #77B48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B48C.

Preview

Color preview on black background

This text has color #77B48C on black background.


Color preview on white background

This text has color #77B48C on white background.


Black color preview on #77B48C background

This text has black color on #77B48C background.


White color preview on #77B48C background

This text has white color on #77B48C background.


Related colors

Complementary color

Complementary color for #hex is #884B73.


I love getcolorcode.com

Triadic colors

1 #8C77B4 and #B48C77 with #77B48C are triadic colors.

2 #8CB477 and #B4778C with #77B48C are triadic colors.