COLOR #778E9B

HEX: #778E9B
RGB: (119,142,155)

Color info

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

RGB color model

#778E9B color RGB value is (119,142,155).

  • red value is 119;
  • green value is 142;
  • blue value is 155.
RGB:
(119,142,155)
(47%,56%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 155 of 255 = 61%

119
142
155

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

Portions of RGB colors in percentages

R + G + B =
119 + 142 + 155 = 416 (100%)
R 119 of 416 ~ 28.61%
G 142 of 416 ~ 34.13%
B 155 of 416 ~ 37.26%

%28.61
%34.13
%37.26

CMYK color model

#778E9B color CMYK value is (23,8,0,39).

  • cyan value is 23.23%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,8,0,39)
C23M8Y0K39 
(23%,8%,0%,39%)
(0.23/0.08/0.00/0.39)	

CMYK percentages

%23.23
%8.39
%0
%39.22

Codes

Color #778E9B in popluar color models

778E9B
RGB119142155
HSL202°15.25%53.73%
HSB/HSV202°23.23%60.78%
CMYK23.23%8.39%0.00%
39.22%

Color #778E9B in popluar number systems.

HEX778E9B
Decimal119142155
Binary11101111000111010011011
Octal167216233

Shades and tints

Shades of #778E9B

#778E9B
(119,142,155)
#6D828D
(109,130,141)
#63767F
(99,118,127)
#596A71
(89,106,113)
#4F5E63
(79,94,99)
#455255
(69,82,85)
#3B4647
(59,70,71)
#313A39
(49,58,57)
#272E2B
(39,46,43)
#1D221D
(29,34,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #778E9B

#778E9B
(119,142,155)
#8398A4
(131,152,164)
#8FA2AD
(143,162,173)
#9BACB6
(155,172,182)
#A7B6BF
(167,182,191)
#B3C0C8
(179,192,200)
#BFCAD1
(191,202,209)
#CBD4DA
(203,212,218)
#D7DEE3
(215,222,227)
#E3E8EC
(227,232,236)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778E9B; }

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

This text font color is #778E9B.


Background Color

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

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

This div background color is #778E9B.


Border color

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

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

This div border color is #778E9B.


Opacity

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

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

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

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

This text has shadow with #778E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778E9B on black background.


Color preview on white background

This text has color #778E9B on white background.



Black color preview on #778E9B background

This text has black color on #778E9B background.


White color preview on #778E9B background

This text has white color on #778E9B background.