COLOR #78787E

HEX: #78787E
RGB: (120,120,126)

Color info

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

RGB color model

#78787E color RGB value is (120,120,126).

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

RGB channels and saturation

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

120
120
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 126 = 366 (100%)
R 120 of 366 ~ 32.79%
G 120 of 366 ~ 32.79%
B 126 of 366 ~ 34.43%

%32.79
%32.79
%34.43

CMYK color model

#78787E color CMYK value is (5,5,0,51).

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

CMYK percentages

%4.76
%4.76
%0
%50.59

Codes

Color #78787E in popluar color models

78787E
RGB120120126
HSL240°2.44%48.24%
HSB/HSV240°4.76%49.41%
CMYK4.76%4.76%0.00%
50.59%

Color #78787E in popluar number systems.

HEX78787E
Decimal120120126
Binary111100011110001111110
Octal170170176

Shades and tints

Shades of #78787E

#78787E
(120,120,126)
#6E6E73
(110,110,115)
#646468
(100,100,104)
#5A5A5D
(90,90,93)
#505052
(80,80,82)
#464647
(70,70,71)
#3C3C3C
(60,60,60)
#323231
(50,50,49)
#282826
(40,40,38)
#1E1E1B
(30,30,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #78787E

#78787E
(120,120,126)
#848489
(132,132,137)
#909094
(144,144,148)
#9C9C9F
(156,156,159)
#A8A8AA
(168,168,170)
#B4B4B5
(180,180,181)
#C0C0C0
(192,192,192)
#CCCCCB
(204,204,203)
#D8D8D6
(216,216,214)
#E4E4E1
(228,228,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78787E; }

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

This text font color is #78787E.


Background Color

.myBgColor { background-color: #78787E; }

<div style="background-color:#78787E">Inner text</div>

This div background color is #78787E.


Border color

.myBorderColor { border: 1px solid #78787E; }

<div style="border:3px solid #78787E">Div</div>

This div border color is #78787E.


Opacity

.myOpacity80 { color: #78787E; opacity: 0.8; }

<p style="color:#78787E;opacity:0.8;">80%</p>

Text with #78787E 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 #78787E;}

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

This text has shadow with #78787E color.

.textShadow {text-shadow: 3px 3px 1px #78787E, 3px 3px 1px red;}

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

This text has shadow with #78787E primary color and red secondary color.


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

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

This text has shadow with #78787E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78787E on black background.


Color preview on white background

This text has color #78787E on white background.



Black color preview on #78787E background

This text has black color on #78787E background.


White color preview on #78787E background

This text has white color on #78787E background.