COLOR #778EAD

HEX: #778EAD RGB: (119,142,173)

Color info

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

RGB color model

#778EAD color RGB value is (119,142,173).

RGB: (119,142,173) (47%, 56%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 173 of 255 = 68%

119
142
173

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

Portions of RGB colors in percentages

R + G + B = 119 + 142 + 173 = 434 (100%)
R 119 of 434 ~ 27.42%
G 142 of 434 ~ 32.72%
B 173 of 434 ~ 39.86'%

%27.42
%32.72
%39.86

CMYK color model

#778EAD color CMYK value is (31,18,0,32).

  • cyan value is 31.21%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (31,18,0,32)
C31M18Y0K32 (31%, 18%, 0%, 32%)
(0.31 / 0.18 / 0.00 / 0.32)

CMYK percentages

%31.21
%17.92
%0
%32.16

Codes

Color #778EAD in popluar color models

77 8E AD
RGB 119 142 173
HSL 214° 24.77% 57.25%
HSB/HSV 214° 31.21% 67.84%
CMYK 31.21% 17.92% 0.00%
32.16%

Color #778EAD in popluar number systems.

HEX 77 8E AD
Decimal 119 142 173
Binary 1110111 10001110 10101101
Octal 167 216 255

Shades and tints

Shades of #778EAD

#778EAD
(119,142,173)
#6D829E
(109,130,158)
#63768F
(99,118,143)
#596A80
(89,106,128)
#4F5E71
(79,94,113)
#455262
(69,82,98)
#3B4653
(59,70,83)
#313A44
(49,58,68)
#272E35
(39,46,53)
#1D2226
(29,34,38)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #778EAD

#778EAD
(119,142,173)
#8398B4
(131,152,180)
#8FA2BB
(143,162,187)
#9BACC2
(155,172,194)
#A7B6C9
(167,182,201)
#B3C0D0
(179,192,208)
#BFCAD7
(191,202,215)
#CBD4DE
(203,212,222)
#D7DEE5
(215,222,229)
#E3E8EC
(227,232,236)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778EAD; }

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

This text font color is #778EAD.

Background Color

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

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

This div background color is #778EAD.

Border color

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

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

This div border color is #778EAD.

Opacity

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

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

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

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

This text has shadow with #778EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778EAD.

Preview

Color preview on black background

This text has color #778EAD on black background.


Color preview on white background

This text has color #778EAD on white background.


Black color preview on #778EAD background

This text has black color on #778EAD background.


White color preview on #778EAD background

This text has white color on #778EAD background.


Related colors

Complementary color

Complementary color for #hex is #887152.


I love getcolorcode.com

Triadic colors

1 #AD778E and #8EAD77 with #778EAD are triadic colors.

2 #AD8E77 and #8E77AD with #778EAD are triadic colors.