COLOR #787AA0

HEX: #787AA0
RGB: (120,122,160)

Color info

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

RGB color model

#787AA0 color RGB value is (120,122,160).

  • red value is 120;
  • green value is 122;
  • blue value is 160.
RGB:
(120,122,160)
(47%,48%,63%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 160 of 255 = 63%

120
122
160

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 160 = 402 (100%)
R 120 of 402 ~ 29.85%
G 122 of 402 ~ 30.35%
B 160 of 402 ~ 39.8%

%29.85
%30.35
%39.8

CMYK color model

#787AA0 color CMYK value is (25,24,0,37).

  • cyan value is 25.00%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(25,24,0,37)
C25M24Y0K37 
(25%,24%,0%,37%)
(0.25/0.24/0.00/0.37)	

CMYK percentages

%25
%23.75
%0
%37.25

Codes

Color #787AA0 in popluar color models

787AA0
RGB120122160
HSL237°17.39%54.90%
HSB/HSV237°25.00%62.75%
CMYK25.00%23.75%0.00%
37.25%

Color #787AA0 in popluar number systems.

HEX787AA0
Decimal120122160
Binary1111000111101010100000
Octal170172240

Shades and tints

Shades of #787AA0

#787AA0
(120,122,160)
#6E6F92
(110,111,146)
#646484
(100,100,132)
#5A5976
(90,89,118)
#504E68
(80,78,104)
#46435A
(70,67,90)
#3C384C
(60,56,76)
#322D3E
(50,45,62)
#282230
(40,34,48)
#1E1722
(30,23,34)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #787AA0

#787AA0
(120,122,160)
#8486A8
(132,134,168)
#9092B0
(144,146,176)
#9C9EB8
(156,158,184)
#A8AAC0
(168,170,192)
#B4B6C8
(180,182,200)
#C0C2D0
(192,194,208)
#CCCED8
(204,206,216)
#D8DAE0
(216,218,224)
#E4E6E8
(228,230,232)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787AA0; }

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

This text font color is #787AA0.


Background Color

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

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

This div background color is #787AA0.


Border color

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

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

This div border color is #787AA0.


Opacity

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

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

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

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

This text has shadow with #787AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787AA0 on black background.


Color preview on white background

This text has color #787AA0 on white background.



Black color preview on #787AA0 background

This text has black color on #787AA0 background.


White color preview on #787AA0 background

This text has white color on #787AA0 background.