COLOR #778D97

HEX: #778D97 RGB: (119,141,151)

Color info

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

RGB color model

#778D97 color RGB value is (119,141,151).

RGB: (119,141,151) (47%, 55%, 59%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 151 of 255 = 59%

119
141
151

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

Portions of RGB colors in percentages

R + G + B = 119 + 141 + 151 = 411 (100%)
R 119 of 411 ~ 28.95%
G 141 of 411 ~ 34.31%
B 151 of 411 ~ 36.74'%

%28.95
%34.31
%36.74

CMYK color model

#778D97 color CMYK value is (21,7,0,41).

  • cyan value is 21.19%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (21,7,0,41)
C21M7Y0K41 (21%, 7%, 0%, 41%)
(0.21 / 0.07 / 0.00 / 0.41)

CMYK percentages

%21.19
%6.62
%0
%40.78

Codes

Color #778D97 in popluar color models

77 8D 97
RGB 119 141 151
HSL 199° 13.33% 52.94%
HSB/HSV 199° 21.19% 59.22%
CMYK 21.19% 6.62% 0.00%
40.78%

Color #778D97 in popluar number systems.

HEX 77 8D 97
Decimal 119 141 151
Binary 1110111 10001101 10010111
Octal 167 215 227

Shades and tints

Shades of #778D97

#778D97
(119,141,151)
#6D818A
(109,129,138)
#63757D
(99,117,125)
#596970
(89,105,112)
#4F5D63
(79,93,99)
#455156
(69,81,86)
#3B4549
(59,69,73)
#31393C
(49,57,60)
#272D2F
(39,45,47)
#1D2122
(29,33,34)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #778D97

#778D97
(119,141,151)
#8397A0
(131,151,160)
#8FA1A9
(143,161,169)
#9BABB2
(155,171,178)
#A7B5BB
(167,181,187)
#B3BFC4
(179,191,196)
#BFC9CD
(191,201,205)
#CBD3D6
(203,211,214)
#D7DDDF
(215,221,223)
#E3E7E8
(227,231,232)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778D97; }

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

This text font color is #778D97.

Background Color

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

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

This div background color is #778D97.

Border color

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

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

This div border color is #778D97.

Opacity

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

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

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

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

This text has shadow with #778D97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778D97.

Preview

Color preview on black background

This text has color #778D97 on black background.


Color preview on white background

This text has color #778D97 on white background.


Black color preview on #778D97 background

This text has black color on #778D97 background.


White color preview on #778D97 background

This text has white color on #778D97 background.


Related colors

Complementary color

Complementary color for #hex is #887268.


I love getcolorcode.com

Triadic colors

1 #97778D and #8D9777 with #778D97 are triadic colors.

2 #978D77 and #8D7797 with #778D97 are triadic colors.