COLOR #78746F

HEX: #78746F
RGB: (120,116,111)

Color info

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

RGB color model

#78746F color RGB value is (120,116,111).

  • red value is 120;
  • green value is 116;
  • blue value is 111.
RGB:
(120,116,111)
(47%,45%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 111 of 255 = 44%

120
116
111

R + G + B ~ 45%. #78746F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 111 = 347 (100%)
R 120 of 347 ~ 34.58%
G 116 of 347 ~ 33.43%
B 111 of 347 ~ 31.99%

%34.58
%33.43
%31.99

CMYK color model

#78746F color CMYK value is (0,3,8,53).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 7.50%
  • key color value is 52.94%
CMYK:
(0,3,8,53)
C0M3Y8K53 
(0%,3%,8%,53%)
(0.00/0.03/0.08/0.53)	

CMYK percentages

%0
%3.33
%7.5
%52.94

Codes

Color #78746F in popluar color models

78746F
RGB120116111
HSL33°3.90%45.29%
HSB/HSV33°7.50%47.06%
CMYK0.00%3.33%7.50%
52.94%

Color #78746F in popluar number systems.

HEX78746F
Decimal120116111
Binary111100011101001101111
Octal170164157

Shades and tints

Shades of #78746F

#78746F
(120,116,111)
#6E6A65
(110,106,101)
#64605B
(100,96,91)
#5A5651
(90,86,81)
#504C47
(80,76,71)
#46423D
(70,66,61)
#3C3833
(60,56,51)
#322E29
(50,46,41)
#28241F
(40,36,31)
#1E1A15
(30,26,21)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #78746F

#78746F
(120,116,111)
#84807C
(132,128,124)
#908C89
(144,140,137)
#9C9896
(156,152,150)
#A8A4A3
(168,164,163)
#B4B0B0
(180,176,176)
#C0BCBD
(192,188,189)
#CCC8CA
(204,200,202)
#D8D4D7
(216,212,215)
#E4E0E4
(228,224,228)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78746F color. Also use rgb(120,116,111) instead hex code.

Text Font Color

.myTextColor { color: #78746F; }

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

This text font color is #78746F.


Background Color

.myBgColor { background-color: #78746F; }

<div style="background-color:#78746F">Inner text</div>

This div background color is #78746F.


Border color

.myBorderColor { border: 1px solid #78746F; }

<div style="border:3px solid #78746F">Div</div>

This div border color is #78746F.


Opacity

.myOpacity80 { color: #78746F; opacity: 0.8; }

<p style="color:#78746F;opacity:0.8;">80%</p>

Text with #78746F 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 #78746F;}

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

This text has shadow with #78746F color.

.textShadow {text-shadow: 3px 3px 1px #78746F, 3px 3px 1px red;}

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

This text has shadow with #78746F primary color and red secondary color.


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

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

This text has shadow with #78746F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78746F on black background.


Color preview on white background

This text has color #78746F on white background.



Black color preview on #78746F background

This text has black color on #78746F background.


White color preview on #78746F background

This text has white color on #78746F background.