COLOR #77A78D

HEX: #77A78D RGB: (119,167,141)

Color info

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

RGB color model

#77A78D color RGB value is (119,167,141).

RGB: (119,167,141) (47%, 65%, 55%)

RGB channels and saturation

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

119
167
141

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

Portions of RGB colors in percentages

R + G + B = 119 + 167 + 141 = 427 (100%)
R 119 of 427 ~ 27.87%
G 167 of 427 ~ 39.11%
B 141 of 427 ~ 33.02'%

%27.87
%39.11
%33.02

CMYK color model

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

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 15.57%
  • 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
%15.57
%34.51

Codes

Color #77A78D in popluar color models

77 A7 8D
RGB 119 167 141
HSL 148° 21.43% 56.08%
HSB/HSV 148° 28.74% 65.49%
CMYK 28.74% 0.00% 15.57%
34.51%

Color #77A78D in popluar number systems.

HEX 77 A7 8D
Decimal 119 167 141
Binary 1110111 10100111 10001101
Octal 167 247 215

Shades and tints

Shades of #77A78D

#77A78D
(119,167,141)
#6D9881
(109,152,129)
#638975
(99,137,117)
#597A69
(89,122,105)
#4F6B5D
(79,107,93)
#455C51
(69,92,81)
#3B4D45
(59,77,69)
#313E39
(49,62,57)
#272F2D
(39,47,45)
#1D2021
(29,32,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #77A78D

#77A78D
(119,167,141)
#83AF97
(131,175,151)
#8FB7A1
(143,183,161)
#9BBFAB
(155,191,171)
#A7C7B5
(167,199,181)
#B3CFBF
(179,207,191)
#BFD7C9
(191,215,201)
#CBDFD3
(203,223,211)
#D7E7DD
(215,231,221)
#E3EFE7
(227,239,231)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A78D; }

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

This text font color is #77A78D.

Background Color

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

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

This div background color is #77A78D.

Border color

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

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

This div border color is #77A78D.

Opacity

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

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

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

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

This text has shadow with #77A78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77A78D.

Preview

Color preview on black background

This text has color #77A78D on black background.


Color preview on white background

This text has color #77A78D on white background.


Black color preview on #77A78D background

This text has black color on #77A78D background.


White color preview on #77A78D background

This text has white color on #77A78D background.


Related colors

Complementary color

Complementary color for #hex is #885872.


I love getcolorcode.com

Triadic colors

1 #8D77A7 and #A78D77 with #77A78D are triadic colors.

2 #8DA777 and #A7778D with #77A78D are triadic colors.