COLOR #778AAA

HEX: #778AAA
RGB: (119,138,170)

Color info

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

RGB color model

#778AAA color RGB value is (119,138,170).

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

RGB channels and saturation

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

119
138
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 170 = 427 (100%)
R 119 of 427 ~ 27.87%
G 138 of 427 ~ 32.32%
B 170 of 427 ~ 39.81%

%27.87
%32.32
%39.81

CMYK color model

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

  • cyan value is 30.00%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,19,0,33)
C30M19Y0K33 
(30%,19%,0%,33%)
(0.30/0.19/0.00/0.33)	

CMYK percentages

%30
%18.82
%0
%33.33

Codes

Color #778AAA in popluar color models

778AAA
RGB119138170
HSL218°23.08%56.67%
HSB/HSV218°30.00%66.67%
CMYK30.00%18.82%0.00%
33.33%

Color #778AAA in popluar number systems.

HEX778AAA
Decimal119138170
Binary11101111000101010101010
Octal167212252

Shades and tints

Shades of #778AAA

#778AAA
(119,138,170)
#6D7E9B
(109,126,155)
#63728C
(99,114,140)
#59667D
(89,102,125)
#4F5A6E
(79,90,110)
#454E5F
(69,78,95)
#3B4250
(59,66,80)
#313641
(49,54,65)
#272A32
(39,42,50)
#1D1E23
(29,30,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #778AAA

#778AAA
(119,138,170)
#8394B1
(131,148,177)
#8F9EB8
(143,158,184)
#9BA8BF
(155,168,191)
#A7B2C6
(167,178,198)
#B3BCCD
(179,188,205)
#BFC6D4
(191,198,212)
#CBD0DB
(203,208,219)
#D7DAE2
(215,218,226)
#E3E4E9
(227,228,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778AAA; }

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

This text font color is #778AAA.


Background Color

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

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

This div background color is #778AAA.


Border color

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

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

This div border color is #778AAA.


Opacity

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

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

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

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

This text has shadow with #778AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778AAA on black background.


Color preview on white background

This text has color #778AAA on white background.



Black color preview on #778AAA background

This text has black color on #778AAA background.


White color preview on #778AAA background

This text has white color on #778AAA background.