COLOR #788AAA

HEX: #788AAA RGB: (120,138,170)

Color info

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

RGB color model

#788AAA color RGB value is (120,138,170).

RGB: (120,138,170) (47%, 54%, 67%)

RGB channels and saturation

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

120
138
170

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 170 = 428 (100%)
R 120 of 428 ~ 28.04%
G 138 of 428 ~ 32.24%
B 170 of 428 ~ 39.72'%

%28.04
%32.24
%39.72

CMYK color model

#788AAA color CMYK value is (29,19,0,33).

  • cyan value is 29.41%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (29,19,0,33)
C29M19Y0K33 (29%, 19%, 0%, 33%)
(0.29 / 0.19 / 0.00 / 0.33)

CMYK percentages

%29.41
%18.82
%0
%33.33

Codes

Color #788AAA in popluar color models

78 8A AA
RGB 120 138 170
HSL 218° 22.73% 56.86%
HSB/HSV 218° 29.41% 66.67%
CMYK 29.41% 18.82% 0.00%
33.33%

Color #788AAA in popluar number systems.

HEX 78 8A AA
Decimal 120 138 170
Binary 1111000 10001010 10101010
Octal 170 212 252

Shades and tints

Shades of #788AAA

#788AAA
(120,138,170)
#6E7E9B
(110,126,155)
#64728C
(100,114,140)
#5A667D
(90,102,125)
#505A6E
(80,90,110)
#464E5F
(70,78,95)
#3C4250
(60,66,80)
#323641
(50,54,65)
#282A32
(40,42,50)
#1E1E23
(30,30,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #788AAA

#788AAA
(120,138,170)
#8494B1
(132,148,177)
#909EB8
(144,158,184)
#9CA8BF
(156,168,191)
#A8B2C6
(168,178,198)
#B4BCCD
(180,188,205)
#C0C6D4
(192,198,212)
#CCD0DB
(204,208,219)
#D8DAE2
(216,218,226)
#E4E4E9
(228,228,233)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788AAA; }

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

This text font color is #788AAA.

Background Color

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

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

This div background color is #788AAA.

Border color

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

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

This div border color is #788AAA.

Opacity

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

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

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

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

This text has shadow with #788AAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788AAA.

Preview

Color preview on black background

This text has color #788AAA on black background.


Color preview on white background

This text has color #788AAA on white background.


Black color preview on #788AAA background

This text has black color on #788AAA background.


White color preview on #788AAA background

This text has white color on #788AAA background.


Related colors

Complementary color

Complementary color for #hex is #877555.


I love getcolorcode.com

Triadic colors

1 #AA788A and #8AAA78 with #788AAA are triadic colors.

2 #AA8A78 and #8A78AA with #788AAA are triadic colors.