COLOR #778D89

HEX: #778D89 RGB: (119,141,137)

Color info

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

RGB color model

#778D89 color RGB value is (119,141,137).

RGB: (119,141,137) (47%, 55%, 54%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 137 of 255 = 54%

119
141
137

R + G + B ~ 52%. #778D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 141 + 137 = 397 (100%)
R 119 of 397 ~ 29.97%
G 141 of 397 ~ 35.52%
B 137 of 397 ~ 34.51'%

%29.97
%35.52
%34.51

CMYK color model

#778D89 color CMYK value is (16,0,3,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%

CMYK: (16,0,3,45)
C16M0Y3K45 (16%, 0%, 3%, 45%)
(0.16 / 0.00 / 0.03 / 0.45)

CMYK percentages

%15.6
%0
%2.84
%44.71

Codes

Color #778D89 in popluar color models

77 8D 89
RGB 119 141 137
HSL 169° 8.80% 50.98%
HSB/HSV 169° 15.60% 55.29%
CMYK 15.60% 0.00% 2.84%
44.71%

Color #778D89 in popluar number systems.

HEX 77 8D 89
Decimal 119 141 137
Binary 1110111 10001101 10001001
Octal 167 215 211

Shades and tints

Shades of #778D89

#778D89
(119,141,137)
#6D817D
(109,129,125)
#637571
(99,117,113)
#596965
(89,105,101)
#4F5D59
(79,93,89)
#45514D
(69,81,77)
#3B4541
(59,69,65)
#313935
(49,57,53)
#272D29
(39,45,41)
#1D211D
(29,33,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #778D89

#778D89
(119,141,137)
#839793
(131,151,147)
#8FA19D
(143,161,157)
#9BABA7
(155,171,167)
#A7B5B1
(167,181,177)
#B3BFBB
(179,191,187)
#BFC9C5
(191,201,197)
#CBD3CF
(203,211,207)
#D7DDD9
(215,221,217)
#E3E7E3
(227,231,227)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778D89 color. Also use rgb(119,141,137) instead hex code.

Text Font Color

.myTextColor { color: #778D89; }

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

This text font color is #778D89.

Background Color

.myBgColor { background-color: #778D89; }

<div style="background-color:#778D89">Inner text</div>

This div background color is #778D89.

Border color

.myBorderColor { border: 1px solid #778D89; }

<div style="border:3px solid #778D89">Div</div>

This div border color is #778D89.

Opacity

.myOpacity80 { color: #778D89; opacity: 0.8; }

<p style="color:#778D89;opacity:0.8;">80%</p>

Text with #778D89 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 #778D89;}

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

This text has shadow with #778D89 color.


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

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

This text has shadow with #778D89 primary color and red secondary color.


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

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

This text has shadow with #778D89 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #778D89.

Preview

Color preview on black background

This text has color #778D89 on black background.


Color preview on white background

This text has color #778D89 on white background.


Black color preview on #778D89 background

This text has black color on #778D89 background.


White color preview on #778D89 background

This text has white color on #778D89 background.


Related colors

Complementary color

Complementary color for #hex is #887276.


I love getcolorcode.com

Triadic colors

1 #89778D and #8D8977 with #778D89 are triadic colors.

2 #898D77 and #8D7789 with #778D89 are triadic colors.