COLOR #78746E

HEX: #78746E
RGB: (120,116,110)

Color info

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

RGB color model

#78746E color RGB value is (120,116,110).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 110 of 255 = 43%

120
116
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 110 = 346 (100%)
R 120 of 346 ~ 34.68%
G 116 of 346 ~ 33.53%
B 110 of 346 ~ 31.79%

%34.68
%33.53
%31.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 8.33%
  • 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
%8.33
%52.94

Codes

Color #78746E in popluar color models

78746E
RGB120116110
HSL36°4.35%45.10%
HSB/HSV36°8.33%47.06%
CMYK0.00%3.33%8.33%
52.94%

Color #78746E in popluar number systems.

HEX78746E
Decimal120116110
Binary111100011101001101110
Octal170164156

Shades and tints

Shades of #78746E

#78746E
(120,116,110)
#6E6A64
(110,106,100)
#64605A
(100,96,90)
#5A5650
(90,86,80)
#504C46
(80,76,70)
#46423C
(70,66,60)
#3C3832
(60,56,50)
#322E28
(50,46,40)
#28241E
(40,36,30)
#1E1A14
(30,26,20)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #78746E

#78746E
(120,116,110)
#84807B
(132,128,123)
#908C88
(144,140,136)
#9C9895
(156,152,149)
#A8A4A2
(168,164,162)
#B4B0AF
(180,176,175)
#C0BCBC
(192,188,188)
#CCC8C9
(204,200,201)
#D8D4D6
(216,212,214)
#E4E0E3
(228,224,227)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78746E; }

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

This text font color is #78746E.


Background Color

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

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

This div background color is #78746E.


Border color

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

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

This div border color is #78746E.


Opacity

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

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

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

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

This text has shadow with #78746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78746E on black background.


Color preview on white background

This text has color #78746E on white background.



Black color preview on #78746E background

This text has black color on #78746E background.


White color preview on #78746E background

This text has white color on #78746E background.