COLOR #788AAC

HEX: #788AAC RGB: (120,138,172)

Color info

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

RGB color model

#788AAC color RGB value is (120,138,172).

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

RGB channels and saturation

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

120
138
172

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 172 = 430 (100%)
R 120 of 430 ~ 27.91%
G 138 of 430 ~ 32.09%
B 172 of 430 ~ 40'%

%27.91
%32.09
%40

CMYK color model

#788AAC color CMYK value is (30,20,0,33).

  • cyan value is 30.23%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (30,20,0,33)
C30M20Y0K33 (30%, 20%, 0%, 33%)
(0.30 / 0.20 / 0.00 / 0.33)

CMYK percentages

%30.23
%19.77
%0
%32.55

Codes

Color #788AAC in popluar color models

78 8A AC
RGB 120 138 172
HSL 219° 23.85% 57.25%
HSB/HSV 219° 30.23% 67.45%
CMYK 30.23% 19.77% 0.00%
32.55%

Color #788AAC in popluar number systems.

HEX 78 8A AC
Decimal 120 138 172
Binary 1111000 10001010 10101100
Octal 170 212 254

Shades and tints

Shades of #788AAC

#788AAC
(120,138,172)
#6E7E9D
(110,126,157)
#64728E
(100,114,142)
#5A667F
(90,102,127)
#505A70
(80,90,112)
#464E61
(70,78,97)
#3C4252
(60,66,82)
#323643
(50,54,67)
#282A34
(40,42,52)
#1E1E25
(30,30,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #788AAC

#788AAC
(120,138,172)
#8494B3
(132,148,179)
#909EBA
(144,158,186)
#9CA8C1
(156,168,193)
#A8B2C8
(168,178,200)
#B4BCCF
(180,188,207)
#C0C6D6
(192,198,214)
#CCD0DD
(204,208,221)
#D8DAE4
(216,218,228)
#E4E4EB
(228,228,235)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788AAC; }

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

This text font color is #788AAC.

Background Color

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

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

This div background color is #788AAC.

Border color

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

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

This div border color is #788AAC.

Opacity

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

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

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

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

This text has shadow with #788AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788AAC.

Preview

Color preview on black background

This text has color #788AAC on black background.


Color preview on white background

This text has color #788AAC on white background.


Black color preview on #788AAC background

This text has black color on #788AAC background.


White color preview on #788AAC background

This text has white color on #788AAC background.


Related colors

Complementary color

Complementary color for #hex is #877553.


I love getcolorcode.com

Triadic colors

1 #AC788A and #8AAC78 with #788AAC are triadic colors.

2 #AC8A78 and #8A78AC with #788AAC are triadic colors.