COLOR #787E8F

HEX: #787E8F
RGB: (120,126,143)

Color info

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

RGB color model

#787E8F color RGB value is (120,126,143).

  • red value is 120;
  • green value is 126;
  • blue value is 143.
RGB:
(120,126,143)
(47%,49%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 126 of 255 = 49%
B 143 of 255 = 56%

120
126
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 143 = 389 (100%)
R 120 of 389 ~ 30.85%
G 126 of 389 ~ 32.39%
B 143 of 389 ~ 36.76%

%30.85
%32.39
%36.76

CMYK color model

#787E8F color CMYK value is (16,12,0,44).

  • cyan value is 16.08%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(16,12,0,44)
C16M12Y0K44 
(16%,12%,0%,44%)
(0.16/0.12/0.00/0.44)	

CMYK percentages

%16.08
%11.89
%0
%43.92

Codes

Color #787E8F in popluar color models

787E8F
RGB120126143
HSL224°9.31%51.57%
HSB/HSV224°16.08%56.08%
CMYK16.08%11.89%0.00%
43.92%

Color #787E8F in popluar number systems.

HEX787E8F
Decimal120126143
Binary1111000111111010001111
Octal170176217

Shades and tints

Shades of #787E8F

#787E8F
(120,126,143)
#6E7382
(110,115,130)
#646875
(100,104,117)
#5A5D68
(90,93,104)
#50525B
(80,82,91)
#46474E
(70,71,78)
#3C3C41
(60,60,65)
#323134
(50,49,52)
#282627
(40,38,39)
#1E1B1A
(30,27,26)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #787E8F

#787E8F
(120,126,143)
#848999
(132,137,153)
#9094A3
(144,148,163)
#9C9FAD
(156,159,173)
#A8AAB7
(168,170,183)
#B4B5C1
(180,181,193)
#C0C0CB
(192,192,203)
#CCCBD5
(204,203,213)
#D8D6DF
(216,214,223)
#E4E1E9
(228,225,233)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787E8F color. Also use rgb(120,126,143) instead hex code.

Text Font Color

.myTextColor { color: #787E8F; }

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

This text font color is #787E8F.


Background Color

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

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

This div background color is #787E8F.


Border color

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

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

This div border color is #787E8F.


Opacity

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

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

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

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

This text has shadow with #787E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787E8F on black background.


Color preview on white background

This text has color #787E8F on white background.



Black color preview on #787E8F background

This text has black color on #787E8F background.


White color preview on #787E8F background

This text has white color on #787E8F background.