COLOR #778AAC

HEX: #778AAC
RGB: (119,138,172)

Color info

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

RGB color model

#778AAC color RGB value is (119,138,172).

  • red value is 119;
  • green value is 138;
  • blue value is 172.
RGB:
(119,138,172)
(47%,54%,67%)

RGB channels and saturation

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

119
138
172

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 172 = 429 (100%)
R 119 of 429 ~ 27.74%
G 138 of 429 ~ 32.17%
B 172 of 429 ~ 40.09%

%27.74
%32.17
%40.09

CMYK color model

#778AAC color CMYK value is (31,20,0,33).

  • cyan value is 30.81%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(31,20,0,33)
C31M20Y0K33 
(31%,20%,0%,33%)
(0.31/0.20/0.00/0.33)	

CMYK percentages

%30.81
%19.77
%0
%32.55

Codes

Color #778AAC in popluar color models

778AAC
RGB119138172
HSL218°24.20%57.06%
HSB/HSV218°30.81%67.45%
CMYK30.81%19.77%0.00%
32.55%

Color #778AAC in popluar number systems.

HEX778AAC
Decimal119138172
Binary11101111000101010101100
Octal167212254

Shades and tints

Shades of #778AAC

#778AAC
(119,138,172)
#6D7E9D
(109,126,157)
#63728E
(99,114,142)
#59667F
(89,102,127)
#4F5A70
(79,90,112)
#454E61
(69,78,97)
#3B4252
(59,66,82)
#313643
(49,54,67)
#272A34
(39,42,52)
#1D1E25
(29,30,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #778AAC

#778AAC
(119,138,172)
#8394B3
(131,148,179)
#8F9EBA
(143,158,186)
#9BA8C1
(155,168,193)
#A7B2C8
(167,178,200)
#B3BCCF
(179,188,207)
#BFC6D6
(191,198,214)
#CBD0DD
(203,208,221)
#D7DAE4
(215,218,228)
#E3E4EB
(227,228,235)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778AAC; }

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

This text font color is #778AAC.


Background Color

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

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

This div background color is #778AAC.


Border color

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

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

This div border color is #778AAC.


Opacity

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

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

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

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

This text has shadow with #778AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778AAC on black background.


Color preview on white background

This text has color #778AAC on white background.



Black color preview on #778AAC background

This text has black color on #778AAC background.


White color preview on #778AAC background

This text has white color on #778AAC background.