COLOR #778A93

HEX: #778A93
RGB: (119,138,147)

Color info

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

RGB color model

#778A93 color RGB value is (119,138,147).

  • red value is 119;
  • green value is 138;
  • blue value is 147.
RGB:
(119,138,147)
(47%,54%,58%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 147 of 255 = 58%

119
138
147

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 147 = 404 (100%)
R 119 of 404 ~ 29.46%
G 138 of 404 ~ 34.16%
B 147 of 404 ~ 36.39%

%29.46
%34.16
%36.39

CMYK color model

#778A93 color CMYK value is (19,6,0,42).

  • cyan value is 19.05%
  • magenta value is 6.12%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(19,6,0,42)
C19M6Y0K42 
(19%,6%,0%,42%)
(0.19/0.06/0.00/0.42)	

CMYK percentages

%19.05
%6.12
%0
%42.35

Codes

Color #778A93 in popluar color models

778A93
RGB119138147
HSL199°11.48%52.16%
HSB/HSV199°19.05%57.65%
CMYK19.05%6.12%0.00%
42.35%

Color #778A93 in popluar number systems.

HEX778A93
Decimal119138147
Binary11101111000101010010011
Octal167212223

Shades and tints

Shades of #778A93

#778A93
(119,138,147)
#6D7E86
(109,126,134)
#637279
(99,114,121)
#59666C
(89,102,108)
#4F5A5F
(79,90,95)
#454E52
(69,78,82)
#3B4245
(59,66,69)
#313638
(49,54,56)
#272A2B
(39,42,43)
#1D1E1E
(29,30,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #778A93

#778A93
(119,138,147)
#83949C
(131,148,156)
#8F9EA5
(143,158,165)
#9BA8AE
(155,168,174)
#A7B2B7
(167,178,183)
#B3BCC0
(179,188,192)
#BFC6C9
(191,198,201)
#CBD0D2
(203,208,210)
#D7DADB
(215,218,219)
#E3E4E4
(227,228,228)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778A93; }

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

This text font color is #778A93.


Background Color

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

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

This div background color is #778A93.


Border color

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

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

This div border color is #778A93.


Opacity

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

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

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

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

This text has shadow with #778A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A93 on black background.


Color preview on white background

This text has color #778A93 on white background.



Black color preview on #778A93 background

This text has black color on #778A93 background.


White color preview on #778A93 background

This text has white color on #778A93 background.