COLOR #778E8A

HEX: #778E8A RGB: (119,142,138)

Color info

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

RGB color model

#778E8A color RGB value is (119,142,138).

RGB: (119,142,138) (47%, 56%, 54%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 138 of 255 = 54%

119
142
138

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

Portions of RGB colors in percentages

R + G + B = 119 + 142 + 138 = 399 (100%)
R 119 of 399 ~ 29.82%
G 142 of 399 ~ 35.59%
B 138 of 399 ~ 34.59'%

%29.82
%35.59
%34.59

CMYK color model

#778E8A color CMYK value is (16,0,3,44).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK: (16,0,3,44) C16M0Y3K44 (16%,0%,3%,44%) (0.16/0.00/0.03/0.44) 

CMYK percentages

%16.2
%0
%2.82
%44.31

Codes

Color #778E8A in popluar color models

77 8E 8A
RGB 119 142 138
HSL 170° 9.24% 51.18%
HSB/HSV 170° 16.20% 55.69%
CMYK 16.20% 0.00% 2.82%
44.31%

Color #778E8A in popluar number systems.

HEX 77 8E 8A
Decimal 119 142 138
Binary 1110111 10001110 10001010
Octal 167 216 212

Shades and tints

Shades of #778E8A

#778E8A
(119,142,138)
#6D827E
(109,130,126)
#637672
(99,118,114)
#596A66
(89,106,102)
#4F5E5A
(79,94,90)
#45524E
(69,82,78)
#3B4642
(59,70,66)
#313A36
(49,58,54)
#272E2A
(39,46,42)
#1D221E
(29,34,30)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #778E8A

#778E8A
(119,142,138)
#839894
(131,152,148)
#8FA29E
(143,162,158)
#9BACA8
(155,172,168)
#A7B6B2
(167,182,178)
#B3C0BC
(179,192,188)
#BFCAC6
(191,202,198)
#CBD4D0
(203,212,208)
#D7DEDA
(215,222,218)
#E3E8E4
(227,232,228)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778E8A color. Also use rgb(119,142,138) instead hex code.

Text Font Color

.myTextColor { color: #778E8A; }

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

This text font color is #778E8A.

Background Color

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

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

This div background color is #778E8A.

Border color

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

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

This div border color is #778E8A.

Opacity

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

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

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

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

This text has shadow with #778E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778E8A.

Preview

Color preview on black background

This text has color #778E8A on black background.


Color preview on white background

This text has color #778E8A on white background.


Black color preview on #778E8A background

This text has black color on #778E8A background.


White color preview on #778E8A background

This text has white color on #778E8A background.


Related colors

Complementary color

Complementary color for #hex is #887175.


I love getcolorcode.com

Triadic colors

1 #8A778E and #8E8A77 with #778E8A are triadic colors.

2 #8A8E77 and #8E778A with #778E8A are triadic colors.