COLOR #787AAB

HEX: #787AAB RGB: (120,122,171)

Color info

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

RGB color model

#787AAB color RGB value is (120,122,171).

RGB: (120,122,171) (47%, 48%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 171 of 255 = 67%

120
122
171

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

Portions of RGB colors in percentages

R + G + B = 120 + 122 + 171 = 413 (100%)
R 120 of 413 ~ 29.06%
G 122 of 413 ~ 29.54%
B 171 of 413 ~ 41.4'%

%29.06
%29.54
%41.4

CMYK color model

#787AAB color CMYK value is (30,29,0,33).

  • cyan value is 29.82%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (30,29,0,33)
C30M29Y0K33 (30%, 29%, 0%, 33%)
(0.30 / 0.29 / 0.00 / 0.33)

CMYK percentages

%29.82
%28.65
%0
%32.94

Codes

Color #787AAB in popluar color models

78 7A AB
RGB 120 122 171
HSL 238° 23.29% 57.06%
HSB/HSV 238° 29.82% 67.06%
CMYK 29.82% 28.65% 0.00%
32.94%

Color #787AAB in popluar number systems.

HEX 78 7A AB
Decimal 120 122 171
Binary 1111000 1111010 10101011
Octal 170 172 253

Shades and tints

Shades of #787AAB

#787AAB
(120,122,171)
#6E6F9C
(110,111,156)
#64648D
(100,100,141)
#5A597E
(90,89,126)
#504E6F
(80,78,111)
#464360
(70,67,96)
#3C3851
(60,56,81)
#322D42
(50,45,66)
#282233
(40,34,51)
#1E1724
(30,23,36)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #787AAB

#787AAB
(120,122,171)
#8486B2
(132,134,178)
#9092B9
(144,146,185)
#9C9EC0
(156,158,192)
#A8AAC7
(168,170,199)
#B4B6CE
(180,182,206)
#C0C2D5
(192,194,213)
#CCCEDC
(204,206,220)
#D8DAE3
(216,218,227)
#E4E6EA
(228,230,234)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787AAB; }

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

This text font color is #787AAB.

Background Color

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

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

This div background color is #787AAB.

Border color

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

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

This div border color is #787AAB.

Opacity

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

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

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

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

This text has shadow with #787AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787AAB.

Preview

Color preview on black background

This text has color #787AAB on black background.


Color preview on white background

This text has color #787AAB on white background.


Black color preview on #787AAB background

This text has black color on #787AAB background.


White color preview on #787AAB background

This text has white color on #787AAB background.


Related colors

Complementary color

Complementary color for #hex is #878554.


I love getcolorcode.com

Triadic colors

1 #AB787A and #7AAB78 with #787AAB are triadic colors.

2 #AB7A78 and #7A78AB with #787AAB are triadic colors.