COLOR #778D91

HEX: #778D91 RGB: (119,141,145)

Color info

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

RGB color model

#778D91 color RGB value is (119,141,145).

RGB: (119,141,145) (47%, 55%, 57%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 145 of 255 = 57%

119
141
145

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

Portions of RGB colors in percentages

R + G + B = 119 + 141 + 145 = 405 (100%)
R 119 of 405 ~ 29.38%
G 141 of 405 ~ 34.81%
B 145 of 405 ~ 35.8'%

%29.38
%34.81
%35.8

CMYK color model

#778D91 color CMYK value is (18,3,0,43).

  • cyan value is 17.93%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (18,3,0,43) C18M3Y0K43 (18%,3%,0%,43%) (0.18/0.03/0.00/0.43) 

CMYK percentages

%17.93
%2.76
%0
%43.14

Codes

Color #778D91 in popluar color models

77 8D 91
RGB 119 141 145
HSL 189° 10.57% 51.76%
HSB/HSV 189° 17.93% 56.86%
CMYK 17.93% 2.76% 0.00%
43.14%

Color #778D91 in popluar number systems.

HEX 77 8D 91
Decimal 119 141 145
Binary 1110111 10001101 10010001
Octal 167 215 221

Shades and tints

Shades of #778D91

#778D91
(119,141,145)
#6D8184
(109,129,132)
#637577
(99,117,119)
#59696A
(89,105,106)
#4F5D5D
(79,93,93)
#455150
(69,81,80)
#3B4543
(59,69,67)
#313936
(49,57,54)
#272D29
(39,45,41)
#1D211C
(29,33,28)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #778D91

#778D91
(119,141,145)
#83979B
(131,151,155)
#8FA1A5
(143,161,165)
#9BABAF
(155,171,175)
#A7B5B9
(167,181,185)
#B3BFC3
(179,191,195)
#BFC9CD
(191,201,205)
#CBD3D7
(203,211,215)
#D7DDE1
(215,221,225)
#E3E7EB
(227,231,235)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778D91; }

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

This text font color is #778D91.

Background Color

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

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

This div background color is #778D91.

Border color

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

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

This div border color is #778D91.

Opacity

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

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

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

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

This text has shadow with #778D91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778D91.

Preview

Color preview on black background

This text has color #778D91 on black background.


Color preview on white background

This text has color #778D91 on white background.


Black color preview on #778D91 background

This text has black color on #778D91 background.


White color preview on #778D91 background

This text has white color on #778D91 background.


Related colors

Complementary color

Complementary color for #hex is #88726E.


I love getcolorcode.com

Triadic colors

1 #91778D and #8D9177 with #778D91 are triadic colors.

2 #918D77 and #8D7791 with #778D91 are triadic colors.