COLOR #778AAB

HEX: #778AAB RGB: (119,138,171)

Color info

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

RGB color model

#778AAB color RGB value is (119,138,171).

RGB: (119,138,171) (47%, 54%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 171 of 255 = 67%

119
138
171

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

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 171 = 428 (100%)
R 119 of 428 ~ 27.8%
G 138 of 428 ~ 32.24%
B 171 of 428 ~ 39.95'%

%27.8
%32.24
%39.95

CMYK color model

#778AAB color CMYK value is (30,19,0,33).

  • cyan value is 30.41%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (30,19,0,33)
C30M19Y0K33 (30%, 19%, 0%, 33%)
(0.30 / 0.19 / 0.00 / 0.33)

CMYK percentages

%30.41
%19.3
%0
%32.94

Codes

Color #778AAB in popluar color models

77 8A AB
RGB 119 138 171
HSL 218° 23.64% 56.86%
HSB/HSV 218° 30.41% 67.06%
CMYK 30.41% 19.30% 0.00%
32.94%

Color #778AAB in popluar number systems.

HEX 77 8A AB
Decimal 119 138 171
Binary 1110111 10001010 10101011
Octal 167 212 253

Shades and tints

Shades of #778AAB

#778AAB
(119,138,171)
#6D7E9C
(109,126,156)
#63728D
(99,114,141)
#59667E
(89,102,126)
#4F5A6F
(79,90,111)
#454E60
(69,78,96)
#3B4251
(59,66,81)
#313642
(49,54,66)
#272A33
(39,42,51)
#1D1E24
(29,30,36)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #778AAB

#778AAB
(119,138,171)
#8394B2
(131,148,178)
#8F9EB9
(143,158,185)
#9BA8C0
(155,168,192)
#A7B2C7
(167,178,199)
#B3BCCE
(179,188,206)
#BFC6D5
(191,198,213)
#CBD0DC
(203,208,220)
#D7DAE3
(215,218,227)
#E3E4EA
(227,228,234)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778AAB color. Also use rgb(119,138,171) instead hex code.

Text Font Color

.myTextColor { color: #778AAB; }

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

This text font color is #778AAB.

Background Color

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

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

This div background color is #778AAB.

Border color

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

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

This div border color is #778AAB.

Opacity

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

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

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

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

This text has shadow with #778AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778AAB.

Preview

Color preview on black background

This text has color #778AAB on black background.


Color preview on white background

This text has color #778AAB on white background.


Black color preview on #778AAB background

This text has black color on #778AAB background.


White color preview on #778AAB background

This text has white color on #778AAB background.


Related colors

Complementary color

Complementary color for #hex is #887554.


I love getcolorcode.com

Triadic colors

1 #AB778A and #8AAB77 with #778AAB are triadic colors.

2 #AB8A77 and #8A77AB with #778AAB are triadic colors.