COLOR #78797E

HEX: #78797E RGB: (120,121,126)

Color info

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

RGB color model

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

RGB: (120,121,126) (47%, 47%, 49%)

RGB channels and saturation

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

120
121
126

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

Portions of RGB colors in percentages

R + G + B = 120 + 121 + 126 = 367 (100%)
R 120 of 367 ~ 32.7%
G 121 of 367 ~ 32.97%
B 126 of 367 ~ 34.33'%

%32.7
%32.97
%34.33

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (5,4,0,51)
C5M4Y0K51 (5%, 4%, 0%, 51%)
(0.05 / 0.04 / 0.00 / 0.51)

CMYK percentages

%4.76
%3.97
%0
%50.59

Codes

Color #78797E in popluar color models

78 79 7E
RGB 120 121 126
HSL 230° 2.44% 48.24%
HSB/HSV 230° 4.76% 49.41%
CMYK 4.76% 3.97% 0.00%
50.59%

Color #78797E in popluar number systems.

HEX 78 79 7E
Decimal 120 121 126
Binary 1111000 1111001 1111110
Octal 170 171 176

Shades and tints

Shades of #78797E

#78797E
(120,121,126)
#6E6E73
(110,110,115)
#646368
(100,99,104)
#5A585D
(90,88,93)
#504D52
(80,77,82)
#464247
(70,66,71)
#3C373C
(60,55,60)
#322C31
(50,44,49)
#282126
(40,33,38)
#1E161B
(30,22,27)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #78797E

#78797E
(120,121,126)
#848589
(132,133,137)
#909194
(144,145,148)
#9C9D9F
(156,157,159)
#A8A9AA
(168,169,170)
#B4B5B5
(180,181,181)
#C0C1C0
(192,193,192)
#CCCDCB
(204,205,203)
#D8D9D6
(216,217,214)
#E4E5E1
(228,229,225)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78797E; }

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

This text font color is #78797E.

Background Color

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

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

This div background color is #78797E.

Border color

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

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

This div border color is #78797E.

Opacity

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

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

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

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

This text has shadow with #78797E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78797E.

Preview

Color preview on black background

This text has color #78797E on black background.


Color preview on white background

This text has color #78797E on white background.


Black color preview on #78797E background

This text has black color on #78797E background.


White color preview on #78797E background

This text has white color on #78797E background.


Related colors

Complementary color

Complementary color for #hex is #878681.


I love getcolorcode.com

Triadic colors

1 #7E7879 and #797E78 with #78797E are triadic colors.

2 #7E7978 and #79787E with #78797E are triadic colors.