COLOR #778EA5

HEX: #778EA5 RGB: (119,142,165)

Color info

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

RGB color model

#778EA5 color RGB value is (119,142,165).

RGB: (119,142,165) (47%, 56%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 165 of 255 = 65%

119
142
165

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

Portions of RGB colors in percentages

R + G + B = 119 + 142 + 165 = 426 (100%)
R 119 of 426 ~ 27.93%
G 142 of 426 ~ 33.33%
B 165 of 426 ~ 38.73'%

%27.93
%33.33
%38.73

CMYK color model

#778EA5 color CMYK value is (28,14,0,35).

  • cyan value is 27.88%
  • magenta value is 13.94%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (28,14,0,35)
C28M14Y0K35 (28%, 14%, 0%, 35%)
(0.28 / 0.14 / 0.00 / 0.35)

CMYK percentages

%27.88
%13.94
%0
%35.29

Codes

Color #778EA5 in popluar color models

77 8E A5
RGB 119 142 165
HSL 210° 20.35% 55.69%
HSB/HSV 210° 27.88% 64.71%
CMYK 27.88% 13.94% 0.00%
35.29%

Color #778EA5 in popluar number systems.

HEX 77 8E A5
Decimal 119 142 165
Binary 1110111 10001110 10100101
Octal 167 216 245

Shades and tints

Shades of #778EA5

#778EA5
(119,142,165)
#6D8296
(109,130,150)
#637687
(99,118,135)
#596A78
(89,106,120)
#4F5E69
(79,94,105)
#45525A
(69,82,90)
#3B464B
(59,70,75)
#313A3C
(49,58,60)
#272E2D
(39,46,45)
#1D221E
(29,34,30)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #778EA5

#778EA5
(119,142,165)
#8398AD
(131,152,173)
#8FA2B5
(143,162,181)
#9BACBD
(155,172,189)
#A7B6C5
(167,182,197)
#B3C0CD
(179,192,205)
#BFCAD5
(191,202,213)
#CBD4DD
(203,212,221)
#D7DEE5
(215,222,229)
#E3E8ED
(227,232,237)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778EA5; }

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

This text font color is #778EA5.

Background Color

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

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

This div background color is #778EA5.

Border color

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

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

This div border color is #778EA5.

Opacity

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

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

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

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

This text has shadow with #778EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778EA5.

Preview

Color preview on black background

This text has color #778EA5 on black background.


Color preview on white background

This text has color #778EA5 on white background.


Black color preview on #778EA5 background

This text has black color on #778EA5 background.


White color preview on #778EA5 background

This text has white color on #778EA5 background.


Related colors

Complementary color

Complementary color for #hex is #88715A.


I love getcolorcode.com

Triadic colors

1 #A5778E and #8EA577 with #778EA5 are triadic colors.

2 #A58E77 and #8E77A5 with #778EA5 are triadic colors.