COLOR #787AAE

HEX: #787AAE RGB: (120,122,174)

Color info

#787AAE contains red, green and blue colors in about the same proportion. Web safe color of #787AAE is #666699 (or #669).

RGB color model

#787AAE color RGB value is (120,122,174).

RGB: (120,122,174) (47%, 48%, 68%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 174 of 255 = 68%

120
122
174

R + G + B ~ 54%. #787AAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 122 + 174 = 416 (100%)
R 120 of 416 ~ 28.85%
G 122 of 416 ~ 29.33%
B 174 of 416 ~ 41.83'%

%28.85
%29.33
%41.83

CMYK color model

#787AAE color CMYK value is (31,30,0,32).

  • cyan value is 31.03%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (31,30,0,32) C31M30Y0K32 (31%,30%,0%,32%) (0.31/0.30/0.00/0.32) 

CMYK percentages

%31.03
%29.89
%0
%31.76

Codes

Color #787AAE in popluar color models

78 7A AE
RGB 120 122 174
HSL 238° 25.00% 57.65%
HSB/HSV 238° 31.03% 68.24%
CMYK 31.03% 29.89% 0.00%
31.76%

Color #787AAE in popluar number systems.

HEX 78 7A AE
Decimal 120 122 174
Binary 1111000 1111010 10101110
Octal 170 172 256

Shades and tints

Shades of #787AAE

#787AAE
(120,122,174)
#6E6F9F
(110,111,159)
#646490
(100,100,144)
#5A5981
(90,89,129)
#504E72
(80,78,114)
#464363
(70,67,99)
#3C3854
(60,56,84)
#322D45
(50,45,69)
#282236
(40,34,54)
#1E1727
(30,23,39)
#140C18
(20,12,24)
#000000
(0,0,0)

Tints of #787AAE

#787AAE
(120,122,174)
#8486B5
(132,134,181)
#9092BC
(144,146,188)
#9C9EC3
(156,158,195)
#A8AACA
(168,170,202)
#B4B6D1
(180,182,209)
#C0C2D8
(192,194,216)
#CCCEDF
(204,206,223)
#D8DAE6
(216,218,230)
#E4E6ED
(228,230,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787AAE color. Also use rgb(120,122,174) instead hex code.

Text Font Color

.myTextColor { color: #787AAE; }

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

This text font color is #787AAE.

Background Color

.myBgColor { background-color: #787AAE; }

<div style="background-color:#787AAE">Inner text</div>

This div background color is #787AAE.

Border color

.myBorderColor { border: 1px solid #787AAE; }

<div style="border:3px solid #787AAE">Div</div>

This div border color is #787AAE.

Opacity

.myOpacity80 { color: #787AAE; opacity: 0.8; }

<p style="color:#787AAE;opacity:0.8;">80%</p>

Text with #787AAE 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 #787AAE;}

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

This text has shadow with #787AAE color.


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

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

This text has shadow with #787AAE primary color and red secondary color.


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

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

This text has shadow with #787AAE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #787AAE.

Preview

Color preview on black background

This text has color #787AAE on black background.


Color preview on white background

This text has color #787AAE on white background.


Black color preview on #787AAE background

This text has black color on #787AAE background.


White color preview on #787AAE background

This text has white color on #787AAE background.


Related colors

Complementary color

Complementary color for #hex is #878551.


I love getcolorcode.com

Triadic colors

1 #AE787A and #7AAE78 with #787AAE are triadic colors.

2 #AE7A78 and #7A78AE with #787AAE are triadic colors.