COLOR #77897D

HEX: #77897D RGB: (119,137,125)

Color info

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

RGB color model

#77897D color RGB value is (119,137,125).

RGB: (119,137,125) (47%, 54%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 125 of 255 = 49%

119
137
125

R + G + B ~ 50%. #77897D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 137 + 125 = 381 (100%)
R 119 of 381 ~ 31.23%
G 137 of 381 ~ 35.96%
B 125 of 381 ~ 32.81'%

%31.23
%35.96
%32.81

CMYK color model

#77897D color CMYK value is (13,0,9,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 46.27%

CMYK: (13,0,9,46)
C13M0Y9K46 (13%, 0%, 9%, 46%)
(0.13 / 0.00 / 0.09 / 0.46)

CMYK percentages

%13.14
%0
%8.76
%46.27

Codes

Color #77897D in popluar color models

77 89 7D
RGB 119 137 125
HSL 140° 7.09% 50.20%
HSB/HSV 140° 13.14% 53.73%
CMYK 13.14% 0.00% 8.76%
46.27%

Color #77897D in popluar number systems.

HEX 77 89 7D
Decimal 119 137 125
Binary 1110111 10001001 1111101
Octal 167 211 175

Shades and tints

Shades of #77897D

#77897D
(119,137,125)
#6D7D72
(109,125,114)
#637167
(99,113,103)
#59655C
(89,101,92)
#4F5951
(79,89,81)
#454D46
(69,77,70)
#3B413B
(59,65,59)
#313530
(49,53,48)
#272925
(39,41,37)
#1D1D1A
(29,29,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #77897D

#77897D
(119,137,125)
#839388
(131,147,136)
#8F9D93
(143,157,147)
#9BA79E
(155,167,158)
#A7B1A9
(167,177,169)
#B3BBB4
(179,187,180)
#BFC5BF
(191,197,191)
#CBCFCA
(203,207,202)
#D7D9D5
(215,217,213)
#E3E3E0
(227,227,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77897D color. Also use rgb(119,137,125) instead hex code.

Text Font Color

.myTextColor { color: #77897D; }

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

This text font color is #77897D.

Background Color

.myBgColor { background-color: #77897D; }

<div style="background-color:#77897D">Inner text</div>

This div background color is #77897D.

Border color

.myBorderColor { border: 1px solid #77897D; }

<div style="border:3px solid #77897D">Div</div>

This div border color is #77897D.

Opacity

.myOpacity80 { color: #77897D; opacity: 0.8; }

<p style="color:#77897D;opacity:0.8;">80%</p>

Text with #77897D 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 #77897D;}

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

This text has shadow with #77897D color.


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

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

This text has shadow with #77897D primary color and red secondary color.


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

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

This text has shadow with #77897D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77897D.

Preview

Color preview on black background

This text has color #77897D on black background.


Color preview on white background

This text has color #77897D on white background.


Black color preview on #77897D background

This text has black color on #77897D background.


White color preview on #77897D background

This text has white color on #77897D background.


Related colors

Complementary color

Complementary color for #hex is #887682.


I love getcolorcode.com

Triadic colors

1 #7D7789 and #897D77 with #77897D are triadic colors.

2 #7D8977 and #89777D with #77897D are triadic colors.