COLOR #778798

HEX: #778798
RGB: (119,135,152)

Color info

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

RGB color model

#778798 color RGB value is (119,135,152).

  • red value is 119;
  • green value is 135;
  • blue value is 152.
RGB:
(119,135,152)
(47%,53%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 152 of 255 = 60%

119
135
152

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

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 152 = 406 (100%)
R 119 of 406 ~ 29.31%
G 135 of 406 ~ 33.25%
B 152 of 406 ~ 37.44%

%29.31
%33.25
%37.44

CMYK color model

#778798 color CMYK value is (22,11,0,40).

  • cyan value is 21.71%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(22,11,0,40)
C22M11Y0K40 
(22%,11%,0%,40%)
(0.22/0.11/0.00/0.40)	

CMYK percentages

%21.71
%11.18
%0
%40.39

Codes

Color #778798 in popluar color models

778798
RGB119135152
HSL211°13.81%53.14%
HSB/HSV211°21.71%59.61%
CMYK21.71%11.18%0.00%
40.39%

Color #778798 in popluar number systems.

HEX778798
Decimal119135152
Binary11101111000011110011000
Octal167207230

Shades and tints

Shades of #778798

#778798
(119,135,152)
#6D7B8B
(109,123,139)
#636F7E
(99,111,126)
#596371
(89,99,113)
#4F5764
(79,87,100)
#454B57
(69,75,87)
#3B3F4A
(59,63,74)
#31333D
(49,51,61)
#272730
(39,39,48)
#1D1B23
(29,27,35)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #778798

#778798
(119,135,152)
#8391A1
(131,145,161)
#8F9BAA
(143,155,170)
#9BA5B3
(155,165,179)
#A7AFBC
(167,175,188)
#B3B9C5
(179,185,197)
#BFC3CE
(191,195,206)
#CBCDD7
(203,205,215)
#D7D7E0
(215,215,224)
#E3E1E9
(227,225,233)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778798 color. Also use rgb(119,135,152) instead hex code.

Text Font Color

.myTextColor { color: #778798; }

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

This text font color is #778798.


Background Color

.myBgColor { background-color: #778798; }

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

This div background color is #778798.


Border color

.myBorderColor { border: 1px solid #778798; }

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

This div border color is #778798.


Opacity

.myOpacity80 { color: #778798; opacity: 0.8; }

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

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

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

This text has shadow with #778798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778798 on black background.


Color preview on white background

This text has color #778798 on white background.



Black color preview on #778798 background

This text has black color on #778798 background.


White color preview on #778798 background

This text has white color on #778798 background.