COLOR #78676E

HEX: #78676E
RGB: (120,103,110)

Color info

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

RGB color model

#78676E color RGB value is (120,103,110).

  • red value is 120;
  • green value is 103;
  • blue value is 110.
RGB:
(120,103,110)
(47%,40%,43%)

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 110 of 255 = 43%

120
103
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 110 = 333 (100%)
R 120 of 333 ~ 36.04%
G 103 of 333 ~ 30.93%
B 110 of 333 ~ 33.03%

%36.04
%30.93
%33.03

CMYK color model

#78676E color CMYK value is (0,14,8,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(0,14,8,53)
C0M14Y8K53 
(0%,14%,8%,53%)
(0.00/0.14/0.08/0.53)	

CMYK percentages

%0
%14.17
%8.33
%52.94

Codes

Color #78676E in popluar color models

78676E
RGB120103110
HSL335°7.62%43.73%
HSB/HSV335°14.17%47.06%
CMYK0.00%14.17%8.33%
52.94%

Color #78676E in popluar number systems.

HEX78676E
Decimal120103110
Binary111100011001111101110
Octal170147156

Shades and tints

Shades of #78676E

#78676E
(120,103,110)
#6E5E64
(110,94,100)
#64555A
(100,85,90)
#5A4C50
(90,76,80)
#504346
(80,67,70)
#463A3C
(70,58,60)
#3C3132
(60,49,50)
#322828
(50,40,40)
#281F1E
(40,31,30)
#1E1614
(30,22,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #78676E

#78676E
(120,103,110)
#84747B
(132,116,123)
#908188
(144,129,136)
#9C8E95
(156,142,149)
#A89BA2
(168,155,162)
#B4A8AF
(180,168,175)
#C0B5BC
(192,181,188)
#CCC2C9
(204,194,201)
#D8CFD6
(216,207,214)
#E4DCE3
(228,220,227)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78676E; }

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

This text font color is #78676E.


Background Color

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

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

This div background color is #78676E.


Border color

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

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

This div border color is #78676E.


Opacity

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

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

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

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

This text has shadow with #78676E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78676E on black background.


Color preview on white background

This text has color #78676E on white background.



Black color preview on #78676E background

This text has black color on #78676E background.


White color preview on #78676E background

This text has white color on #78676E background.