COLOR #78704D

HEX: #78704D RGB: (120,112,77)

Color info

#78704D contains red, green and blue colors in about the same proportion. Web safe color of #78704D is #666633 (or #663).

RGB color model

#78704D color RGB value is (120,112,77).

RGB: (120,112,77) (47%, 44%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 112 of 255 = 44%
B 77 of 255 = 30%

120
112
77

R + G + B ~ 40%. #78704D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 112 + 77 = 309 (100%)
R 120 of 309 ~ 38.83%
G 112 of 309 ~ 36.25%
B 77 of 309 ~ 24.92'%

%38.83
%36.25
%24.92

CMYK color model

#78704D color CMYK value is (0,7,36,53).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 35.83%
  • key color value is 52.94%

CMYK: (0,7,36,53)
C0M7Y36K53 (0%, 7%, 36%, 53%)
(0.00 / 0.07 / 0.36 / 0.53)

CMYK percentages

%0
%6.67
%35.83
%52.94

Codes

Color #78704D in popluar color models

78 70 4D
RGB 120 112 77
HSL 49° 21.83% 38.63%
HSB/HSV 49° 35.83% 47.06%
CMYK 0.00% 6.67% 35.83%
52.94%

Color #78704D in popluar number systems.

HEX 78 70 4D
Decimal 120 112 77
Binary 1111000 1110000 1001101
Octal 170 160 115

Shades and tints

Shades of #78704D

#78704D
(120,112,77)
#6E6646
(110,102,70)
#645C3F
(100,92,63)
#5A5238
(90,82,56)
#504831
(80,72,49)
#463E2A
(70,62,42)
#3C3423
(60,52,35)
#322A1C
(50,42,28)
#282015
(40,32,21)
#1E160E
(30,22,14)
#140C07
(20,12,7)
#000000
(0,0,0)

Tints of #78704D

#78704D
(120,112,77)
#847D5D
(132,125,93)
#908A6D
(144,138,109)
#9C977D
(156,151,125)
#A8A48D
(168,164,141)
#B4B19D
(180,177,157)
#C0BEAD
(192,190,173)
#CCCBBD
(204,203,189)
#D8D8CD
(216,216,205)
#E4E5DD
(228,229,221)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78704D color. Also use rgb(120,112,77) instead hex code.

Text Font Color

.myTextColor { color: #78704D; }

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

This text font color is #78704D.

Background Color

.myBgColor { background-color: #78704D; }

<div style="background-color:#78704D">Inner text</div>

This div background color is #78704D.

Border color

.myBorderColor { border: 1px solid #78704D; }

<div style="border:3px solid #78704D">Div</div>

This div border color is #78704D.

Opacity

.myOpacity80 { color: #78704D; opacity: 0.8; }

<p style="color:#78704D;opacity:0.8;">80%</p>

Text with #78704D 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 #78704D;}

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

This text has shadow with #78704D color.


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

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

This text has shadow with #78704D primary color and red secondary color.


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

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

This text has shadow with #78704D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #78704D.

Preview

Color preview on black background

This text has color #78704D on black background.


Color preview on white background

This text has color #78704D on white background.


Black color preview on #78704D background

This text has black color on #78704D background.


White color preview on #78704D background

This text has white color on #78704D background.


Related colors

Complementary color

Complementary color for #hex is #878FB2.


I love getcolorcode.com

Triadic colors

1 #4D7870 and #704D78 with #78704D are triadic colors.

2 #4D7078 and #70784D with #78704D are triadic colors.