COLOR #787AA3

HEX: #787AA3
RGB: (120,122,163)

Color info

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

RGB color model

#787AA3 color RGB value is (120,122,163).

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

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 163 of 255 = 64%

120
122
163

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

Portions of RGB colors in percentages

R + G + B =
120 + 122 + 163 = 405 (100%)
R 120 of 405 ~ 29.63%
G 122 of 405 ~ 30.12%
B 163 of 405 ~ 40.25%

%29.63
%30.12
%40.25

CMYK color model

#787AA3 color CMYK value is (26,25,0,36).

  • cyan value is 26.38%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(26,25,0,36)
C26M25Y0K36 
(26%,25%,0%,36%)
(0.26/0.25/0.00/0.36)	

CMYK percentages

%26.38
%25.15
%0
%36.08

Codes

Color #787AA3 in popluar color models

787AA3
RGB120122163
HSL237°18.94%55.49%
HSB/HSV237°26.38%63.92%
CMYK26.38%25.15%0.00%
36.08%

Color #787AA3 in popluar number systems.

HEX787AA3
Decimal120122163
Binary1111000111101010100011
Octal170172243

Shades and tints

Shades of #787AA3

#787AA3
(120,122,163)
#6E6F95
(110,111,149)
#646487
(100,100,135)
#5A5979
(90,89,121)
#504E6B
(80,78,107)
#46435D
(70,67,93)
#3C384F
(60,56,79)
#322D41
(50,45,65)
#282233
(40,34,51)
#1E1725
(30,23,37)
#140C17
(20,12,23)
#000000
(0,0,0)

Tints of #787AA3

#787AA3
(120,122,163)
#8486AB
(132,134,171)
#9092B3
(144,146,179)
#9C9EBB
(156,158,187)
#A8AAC3
(168,170,195)
#B4B6CB
(180,182,203)
#C0C2D3
(192,194,211)
#CCCEDB
(204,206,219)
#D8DAE3
(216,218,227)
#E4E6EB
(228,230,235)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787AA3; }

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

This text font color is #787AA3.


Background Color

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

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

This div background color is #787AA3.


Border color

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

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

This div border color is #787AA3.


Opacity

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

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

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

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

This text has shadow with #787AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787AA3 on black background.


Color preview on white background

This text has color #787AA3 on white background.



Black color preview on #787AA3 background

This text has black color on #787AA3 background.


White color preview on #787AA3 background

This text has white color on #787AA3 background.