COLOR #787B9F

HEX: #787B9F
RGB: (120,123,159)

Color info

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

RGB color model

#787B9F color RGB value is (120,123,159).

  • red value is 120;
  • green value is 123;
  • blue value is 159.
RGB:
(120,123,159)
(47%,48%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 159 of 255 = 62%

120
123
159

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 159 = 402 (100%)
R 120 of 402 ~ 29.85%
G 123 of 402 ~ 30.6%
B 159 of 402 ~ 39.55%

%29.85
%30.6
%39.55

CMYK color model

#787B9F color CMYK value is (25,23,0,38).

  • cyan value is 24.53%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(25,23,0,38)
C25M23Y0K38 
(25%,23%,0%,38%)
(0.25/0.23/0.00/0.38)	

CMYK percentages

%24.53
%22.64
%0
%37.65

Codes

Color #787B9F in popluar color models

787B9F
RGB120123159
HSL235°16.88%54.71%
HSB/HSV235°24.53%62.35%
CMYK24.53%22.64%0.00%
37.65%

Color #787B9F in popluar number systems.

HEX787B9F
Decimal120123159
Binary1111000111101110011111
Octal170173237

Shades and tints

Shades of #787B9F

#787B9F
(120,123,159)
#6E7091
(110,112,145)
#646583
(100,101,131)
#5A5A75
(90,90,117)
#504F67
(80,79,103)
#464459
(70,68,89)
#3C394B
(60,57,75)
#322E3D
(50,46,61)
#28232F
(40,35,47)
#1E1821
(30,24,33)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #787B9F

#787B9F
(120,123,159)
#8487A7
(132,135,167)
#9093AF
(144,147,175)
#9C9FB7
(156,159,183)
#A8ABBF
(168,171,191)
#B4B7C7
(180,183,199)
#C0C3CF
(192,195,207)
#CCCFD7
(204,207,215)
#D8DBDF
(216,219,223)
#E4E7E7
(228,231,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787B9F; }

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

This text font color is #787B9F.


Background Color

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

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

This div background color is #787B9F.


Border color

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

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

This div border color is #787B9F.


Opacity

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

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

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

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

This text has shadow with #787B9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787B9F on black background.


Color preview on white background

This text has color #787B9F on white background.



Black color preview on #787B9F background

This text has black color on #787B9F background.


White color preview on #787B9F background

This text has white color on #787B9F background.