COLOR #787FAA

HEX: #787FAA
RGB: (120,127,170)

Color info

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

RGB color model

#787FAA color RGB value is (120,127,170).

  • red value is 120;
  • green value is 127;
  • blue value is 170.
RGB:
(120,127,170)
(47%,50%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 170 of 255 = 67%

120
127
170

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

Portions of RGB colors in percentages

R + G + B =
120 + 127 + 170 = 417 (100%)
R 120 of 417 ~ 28.78%
G 127 of 417 ~ 30.46%
B 170 of 417 ~ 40.77%

%28.78
%30.46
%40.77

CMYK color model

#787FAA color CMYK value is (29,25,0,33).

  • cyan value is 29.41%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,25,0,33)
C29M25Y0K33 
(29%,25%,0%,33%)
(0.29/0.25/0.00/0.33)	

CMYK percentages

%29.41
%25.29
%0
%33.33

Codes

Color #787FAA in popluar color models

787FAA
RGB120127170
HSL232°22.73%56.86%
HSB/HSV232°29.41%66.67%
CMYK29.41%25.29%0.00%
33.33%

Color #787FAA in popluar number systems.

HEX787FAA
Decimal120127170
Binary1111000111111110101010
Octal170177252

Shades and tints

Shades of #787FAA

#787FAA
(120,127,170)
#6E749B
(110,116,155)
#64698C
(100,105,140)
#5A5E7D
(90,94,125)
#50536E
(80,83,110)
#46485F
(70,72,95)
#3C3D50
(60,61,80)
#323241
(50,50,65)
#282732
(40,39,50)
#1E1C23
(30,28,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #787FAA

#787FAA
(120,127,170)
#848AB1
(132,138,177)
#9095B8
(144,149,184)
#9CA0BF
(156,160,191)
#A8ABC6
(168,171,198)
#B4B6CD
(180,182,205)
#C0C1D4
(192,193,212)
#CCCCDB
(204,204,219)
#D8D7E2
(216,215,226)
#E4E2E9
(228,226,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787FAA color. Also use rgb(120,127,170) instead hex code.

Text Font Color

.myTextColor { color: #787FAA; }

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

This text font color is #787FAA.


Background Color

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

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

This div background color is #787FAA.


Border color

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

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

This div border color is #787FAA.


Opacity

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

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

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

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

This text has shadow with #787FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787FAA on black background.


Color preview on white background

This text has color #787FAA on white background.



Black color preview on #787FAA background

This text has black color on #787FAA background.


White color preview on #787FAA background

This text has white color on #787FAA background.