COLOR #77A78C

HEX: #77A78C
RGB: (119,167,140)

Color info

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

RGB color model

#77A78C color RGB value is (119,167,140).

  • red value is 119;
  • green value is 167;
  • blue value is 140.
RGB:
(119,167,140)
(47%,65%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 167 of 255 = 65%
B 140 of 255 = 55%

119
167
140

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

Portions of RGB colors in percentages

R + G + B =
119 + 167 + 140 = 426 (100%)
R 119 of 426 ~ 27.93%
G 167 of 426 ~ 39.2%
B 140 of 426 ~ 32.86%

%27.93
%39.2
%32.86

CMYK color model

#77A78C color CMYK value is (29,0,16,35).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 34.51%
CMYK:
(29,0,16,35)
C29M0Y16K35 
(29%,0%,16%,35%)
(0.29/0.00/0.16/0.35)	

CMYK percentages

%28.74
%0
%16.17
%34.51

Codes

Color #77A78C in popluar color models

77A78C
RGB119167140
HSL146°21.43%56.08%
HSB/HSV146°28.74%65.49%
CMYK28.74%0.00%16.17%
34.51%

Color #77A78C in popluar number systems.

HEX77A78C
Decimal119167140
Binary11101111010011110001100
Octal167247214

Shades and tints

Shades of #77A78C

#77A78C
(119,167,140)
#6D9880
(109,152,128)
#638974
(99,137,116)
#597A68
(89,122,104)
#4F6B5C
(79,107,92)
#455C50
(69,92,80)
#3B4D44
(59,77,68)
#313E38
(49,62,56)
#272F2C
(39,47,44)
#1D2020
(29,32,32)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #77A78C

#77A78C
(119,167,140)
#83AF96
(131,175,150)
#8FB7A0
(143,183,160)
#9BBFAA
(155,191,170)
#A7C7B4
(167,199,180)
#B3CFBE
(179,207,190)
#BFD7C8
(191,215,200)
#CBDFD2
(203,223,210)
#D7E7DC
(215,231,220)
#E3EFE6
(227,239,230)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A78C; }

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

This text font color is #77A78C.


Background Color

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

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

This div background color is #77A78C.


Border color

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

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

This div border color is #77A78C.


Opacity

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

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

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

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

This text has shadow with #77A78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A78C on black background.


Color preview on white background

This text has color #77A78C on white background.



Black color preview on #77A78C background

This text has black color on #77A78C background.


White color preview on #77A78C background

This text has white color on #77A78C background.