COLOR #787E7E

HEX: #787E7E
RGB: (120,126,126)

Color info

#787E7E contains red, green and blue colors in about the same proportion. Web safe color of #787E7E is #666666 (or #666).

RGB color model

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

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

RGB channels and saturation

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

120
126
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 126 + 126 = 372 (100%)
R 120 of 372 ~ 32.26%
G 126 of 372 ~ 33.87%
B 126 of 372 ~ 33.87%

%32.26
%33.87
%33.87

CMYK color model

#787E7E color CMYK value is (5,0,0,51).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(5,0,0,51)
C5M0Y0K51 
(5%,0%,0%,51%)
(0.05/0.00/0.00/0.51)	

CMYK percentages

%4.76
%0
%0
%50.59

Codes

Color #787E7E in popluar color models

787E7E
RGB120126126
HSL180°2.44%48.24%
HSB/HSV180°4.76%49.41%
CMYK4.76%0.00%0.00%
50.59%

Color #787E7E in popluar number systems.

HEX787E7E
Decimal120126126
Binary111100011111101111110
Octal170176176

Shades and tints

Shades of #787E7E

#787E7E
(120,126,126)
#6E7373
(110,115,115)
#646868
(100,104,104)
#5A5D5D
(90,93,93)
#505252
(80,82,82)
#464747
(70,71,71)
#3C3C3C
(60,60,60)
#323131
(50,49,49)
#282626
(40,38,38)
#1E1B1B
(30,27,27)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #787E7E

#787E7E
(120,126,126)
#848989
(132,137,137)
#909494
(144,148,148)
#9C9F9F
(156,159,159)
#A8AAAA
(168,170,170)
#B4B5B5
(180,181,181)
#C0C0C0
(192,192,192)
#CCCBCB
(204,203,203)
#D8D6D6
(216,214,214)
#E4E1E1
(228,225,225)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787E7E; }

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

This text font color is #787E7E.


Background Color

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

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

This div background color is #787E7E.


Border color

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

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

This div border color is #787E7E.


Opacity

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

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

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

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

This text has shadow with #787E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787E7E on black background.


Color preview on white background

This text has color #787E7E on white background.



Black color preview on #787E7E background

This text has black color on #787E7E background.


White color preview on #787E7E background

This text has white color on #787E7E background.