COLOR #78744E

HEX: #78744E
RGB: (120,116,78)

Color info

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

RGB color model

#78744E color RGB value is (120,116,78).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 78 of 255 = 31%

120
116
78

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 78 = 314 (100%)
R 120 of 314 ~ 38.22%
G 116 of 314 ~ 36.94%
B 78 of 314 ~ 24.84%

%38.22
%36.94
%24.84

CMYK color model

#78744E color CMYK value is (0,3,35,53).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 35.00%
  • key color value is 52.94%
CMYK:
(0,3,35,53)
C0M3Y35K53 
(0%,3%,35%,53%)
(0.00/0.03/0.35/0.53)	

CMYK percentages

%0
%3.33
%35
%52.94

Codes

Color #78744E in popluar color models

78744E
RGB12011678
HSL54°21.21%38.82%
HSB/HSV54°35.00%47.06%
CMYK0.00%3.33%35.00%
52.94%

Color #78744E in popluar number systems.

HEX78744E
Decimal12011678
Binary111100011101001001110
Octal170164116

Shades and tints

Shades of #78744E

#78744E
(120,116,78)
#6E6A47
(110,106,71)
#646040
(100,96,64)
#5A5639
(90,86,57)
#504C32
(80,76,50)
#46422B
(70,66,43)
#3C3824
(60,56,36)
#322E1D
(50,46,29)
#282416
(40,36,22)
#1E1A0F
(30,26,15)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #78744E

#78744E
(120,116,78)
#84805E
(132,128,94)
#908C6E
(144,140,110)
#9C987E
(156,152,126)
#A8A48E
(168,164,142)
#B4B09E
(180,176,158)
#C0BCAE
(192,188,174)
#CCC8BE
(204,200,190)
#D8D4CE
(216,212,206)
#E4E0DE
(228,224,222)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78744E; }

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

This text font color is #78744E.


Background Color

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

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

This div background color is #78744E.


Border color

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

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

This div border color is #78744E.


Opacity

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

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

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

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

This text has shadow with #78744E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78744E on black background.


Color preview on white background

This text has color #78744E on white background.



Black color preview on #78744E background

This text has black color on #78744E background.


White color preview on #78744E background

This text has white color on #78744E background.