COLOR #787FA9

HEX: #787FA9 RGB: (120,127,169)

Color info

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

RGB color model

#787FA9 color RGB value is (120,127,169).

RGB: (120,127,169) (47%, 50%, 66%)

RGB channels and saturation

R 120 of 255 = 47%
G 127 of 255 = 50%
B 169 of 255 = 66%

120
127
169

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

Portions of RGB colors in percentages

R + G + B = 120 + 127 + 169 = 416 (100%)
R 120 of 416 ~ 28.85%
G 127 of 416 ~ 30.53%
B 169 of 416 ~ 40.63'%

%28.85
%30.53
%40.63

CMYK color model

#787FA9 color CMYK value is (29,25,0,34).

  • cyan value is 28.99%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (29,25,0,34)
C29M25Y0K34 (29%, 25%, 0%, 34%)
(0.29 / 0.25 / 0.00 / 0.34)

CMYK percentages

%28.99
%24.85
%0
%33.73

Codes

Color #787FA9 in popluar color models

78 7F A9
RGB 120 127 169
HSL 231° 22.17% 56.67%
HSB/HSV 231° 28.99% 66.27%
CMYK 28.99% 24.85% 0.00%
33.73%

Color #787FA9 in popluar number systems.

HEX 78 7F A9
Decimal 120 127 169
Binary 1111000 1111111 10101001
Octal 170 177 251

Shades and tints

Shades of #787FA9

#787FA9
(120,127,169)
#6E749A
(110,116,154)
#64698B
(100,105,139)
#5A5E7C
(90,94,124)
#50536D
(80,83,109)
#46485E
(70,72,94)
#3C3D4F
(60,61,79)
#323240
(50,50,64)
#282731
(40,39,49)
#1E1C22
(30,28,34)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #787FA9

#787FA9
(120,127,169)
#848AB0
(132,138,176)
#9095B7
(144,149,183)
#9CA0BE
(156,160,190)
#A8ABC5
(168,171,197)
#B4B6CC
(180,182,204)
#C0C1D3
(192,193,211)
#CCCCDA
(204,204,218)
#D8D7E1
(216,215,225)
#E4E2E8
(228,226,232)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787FA9; }

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

This text font color is #787FA9.

Background Color

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

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

This div background color is #787FA9.

Border color

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

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

This div border color is #787FA9.

Opacity

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

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

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

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

This text has shadow with #787FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787FA9.

Preview

Color preview on black background

This text has color #787FA9 on black background.


Color preview on white background

This text has color #787FA9 on white background.


Black color preview on #787FA9 background

This text has black color on #787FA9 background.


White color preview on #787FA9 background

This text has white color on #787FA9 background.


Related colors

Complementary color

Complementary color for #hex is #878056.


I love getcolorcode.com

Triadic colors

1 #A9787F and #7FA978 with #787FA9 are triadic colors.

2 #A97F78 and #7F78A9 with #787FA9 are triadic colors.