COLOR #778590

HEX: #778590
RGB: (119,133,144)

Color info

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

RGB color model

#778590 color RGB value is (119,133,144).

  • red value is 119;
  • green value is 133;
  • blue value is 144.
RGB:
(119,133,144)
(47%,52%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 144 of 255 = 56%

119
133
144

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

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 144 = 396 (100%)
R 119 of 396 ~ 30.05%
G 133 of 396 ~ 33.59%
B 144 of 396 ~ 36.36%

%30.05
%33.59
%36.36

CMYK color model

#778590 color CMYK value is (17,8,0,44).

  • cyan value is 17.36%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(17,8,0,44)
C17M8Y0K44 
(17%,8%,0%,44%)
(0.17/0.08/0.00/0.44)	

CMYK percentages

%17.36
%7.64
%0
%43.53

Codes

Color #778590 in popluar color models

778590
RGB119133144
HSL206°10.12%51.57%
HSB/HSV206°17.36%56.47%
CMYK17.36%7.64%0.00%
43.53%

Color #778590 in popluar number systems.

HEX778590
Decimal119133144
Binary11101111000010110010000
Octal167205220

Shades and tints

Shades of #778590

#778590
(119,133,144)
#6D7983
(109,121,131)
#636D76
(99,109,118)
#596169
(89,97,105)
#4F555C
(79,85,92)
#45494F
(69,73,79)
#3B3D42
(59,61,66)
#313135
(49,49,53)
#272528
(39,37,40)
#1D191B
(29,25,27)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #778590

#778590
(119,133,144)
#83909A
(131,144,154)
#8F9BA4
(143,155,164)
#9BA6AE
(155,166,174)
#A7B1B8
(167,177,184)
#B3BCC2
(179,188,194)
#BFC7CC
(191,199,204)
#CBD2D6
(203,210,214)
#D7DDE0
(215,221,224)
#E3E8EA
(227,232,234)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778590 color. Also use rgb(119,133,144) instead hex code.

Text Font Color

.myTextColor { color: #778590; }

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

This text font color is #778590.


Background Color

.myBgColor { background-color: #778590; }

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

This div background color is #778590.


Border color

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

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

This div border color is #778590.


Opacity

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

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

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

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

This text has shadow with #778590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778590 on black background.


Color preview on white background

This text has color #778590 on white background.



Black color preview on #778590 background

This text has black color on #778590 background.


White color preview on #778590 background

This text has white color on #778590 background.