COLOR #788AA7

HEX: #788AA7 RGB: (120,138,167)

Color info

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

RGB color model

#788AA7 color RGB value is (120,138,167).

RGB: (120,138,167) (47%, 54%, 65%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 167 of 255 = 65%

120
138
167

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 167 = 425 (100%)
R 120 of 425 ~ 28.24%
G 138 of 425 ~ 32.47%
B 167 of 425 ~ 39.29'%

%28.24
%32.47
%39.29

CMYK color model

#788AA7 color CMYK value is (28,17,0,35).

  • cyan value is 28.14%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (28,17,0,35)
C28M17Y0K35 (28%, 17%, 0%, 35%)
(0.28 / 0.17 / 0.00 / 0.35)

CMYK percentages

%28.14
%17.37
%0
%34.51

Codes

Color #788AA7 in popluar color models

78 8A A7
RGB 120 138 167
HSL 217° 21.08% 56.27%
HSB/HSV 217° 28.14% 65.49%
CMYK 28.14% 17.37% 0.00%
34.51%

Color #788AA7 in popluar number systems.

HEX 78 8A A7
Decimal 120 138 167
Binary 1111000 10001010 10100111
Octal 170 212 247

Shades and tints

Shades of #788AA7

#788AA7
(120,138,167)
#6E7E98
(110,126,152)
#647289
(100,114,137)
#5A667A
(90,102,122)
#505A6B
(80,90,107)
#464E5C
(70,78,92)
#3C424D
(60,66,77)
#32363E
(50,54,62)
#282A2F
(40,42,47)
#1E1E20
(30,30,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #788AA7

#788AA7
(120,138,167)
#8494AF
(132,148,175)
#909EB7
(144,158,183)
#9CA8BF
(156,168,191)
#A8B2C7
(168,178,199)
#B4BCCF
(180,188,207)
#C0C6D7
(192,198,215)
#CCD0DF
(204,208,223)
#D8DAE7
(216,218,231)
#E4E4EF
(228,228,239)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788AA7; }

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

This text font color is #788AA7.

Background Color

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

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

This div background color is #788AA7.

Border color

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

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

This div border color is #788AA7.

Opacity

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

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

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

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

This text has shadow with #788AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788AA7.

Preview

Color preview on black background

This text has color #788AA7 on black background.


Color preview on white background

This text has color #788AA7 on white background.


Black color preview on #788AA7 background

This text has black color on #788AA7 background.


White color preview on #788AA7 background

This text has white color on #788AA7 background.


Related colors

Complementary color

Complementary color for #hex is #877558.


I love getcolorcode.com

Triadic colors

1 #A7788A and #8AA778 with #788AA7 are triadic colors.

2 #A78A78 and #8A78A7 with #788AA7 are triadic colors.