COLOR #787BAC

HEX: #787BAC RGB: (120,123,172)

Color info

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

RGB color model

#787BAC color RGB value is (120,123,172).

RGB: (120,123,172) (47%, 48%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 172 of 255 = 67%

120
123
172

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

Portions of RGB colors in percentages

R + G + B = 120 + 123 + 172 = 415 (100%)
R 120 of 415 ~ 28.92%
G 123 of 415 ~ 29.64%
B 172 of 415 ~ 41.45'%

%28.92
%29.64
%41.45

CMYK color model

#787BAC color CMYK value is (30,28,0,33).

  • cyan value is 30.23%
  • magenta value is 28.49%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (30,28,0,33) C30M28Y0K33 (30%,28%,0%,33%) (0.30/0.28/0.00/0.33) 

CMYK percentages

%30.23
%28.49
%0
%32.55

Codes

Color #787BAC in popluar color models

78 7B AC
RGB 120 123 172
HSL 237° 23.85% 57.25%
HSB/HSV 237° 30.23% 67.45%
CMYK 30.23% 28.49% 0.00%
32.55%

Color #787BAC in popluar number systems.

HEX 78 7B AC
Decimal 120 123 172
Binary 1111000 1111011 10101100
Octal 170 173 254

Shades and tints

Shades of #787BAC

#787BAC
(120,123,172)
#6E709D
(110,112,157)
#64658E
(100,101,142)
#5A5A7F
(90,90,127)
#504F70
(80,79,112)
#464461
(70,68,97)
#3C3952
(60,57,82)
#322E43
(50,46,67)
#282334
(40,35,52)
#1E1825
(30,24,37)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #787BAC

#787BAC
(120,123,172)
#8487B3
(132,135,179)
#9093BA
(144,147,186)
#9C9FC1
(156,159,193)
#A8ABC8
(168,171,200)
#B4B7CF
(180,183,207)
#C0C3D6
(192,195,214)
#CCCFDD
(204,207,221)
#D8DBE4
(216,219,228)
#E4E7EB
(228,231,235)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787BAC color. Also use rgb(120,123,172) instead hex code.

Text Font Color

.myTextColor { color: #787BAC; }

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

This text font color is #787BAC.

Background Color

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

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

This div background color is #787BAC.

Border color

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

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

This div border color is #787BAC.

Opacity

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

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

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

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

This text has shadow with #787BAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787BAC.

Preview

Color preview on black background

This text has color #787BAC on black background.


Color preview on white background

This text has color #787BAC on white background.


Black color preview on #787BAC background

This text has black color on #787BAC background.


White color preview on #787BAC background

This text has white color on #787BAC background.


Related colors

Complementary color

Complementary color for #hex is #878453.


I love getcolorcode.com

Triadic colors

1 #AC787B and #7BAC78 with #787BAC are triadic colors.

2 #AC7B78 and #7B78AC with #787BAC are triadic colors.