COLOR #78712F

HEX: #78712F
RGB: (120,113,47)

Color info

#78712F contains mainly red and green colors. Web safe color of #78712F is #666633 (or #663).

RGB color model

#78712F color RGB value is (120,113,47).

  • red value is 120;
  • green value is 113;
  • blue value is 47.
RGB:
(120,113,47)
(47%,44%,18%)

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 47 of 255 = 18%

120
113
47

R + G + B ~ 36%. #78712F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 47 = 280 (100%)
R 120 of 280 ~ 42.86%
G 113 of 280 ~ 40.36%
B 47 of 280 ~ 16.79%

%42.86
%40.36
%16.79

CMYK color model

#78712F color CMYK value is (0,6,61,53).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 60.83%
  • key color value is 52.94%
CMYK:
(0,6,61,53)
C0M6Y61K53 
(0%,6%,61%,53%)
(0.00/0.06/0.61/0.53)	

CMYK percentages

%0
%5.83
%60.83
%52.94

Codes

Color #78712F in popluar color models

78712F
RGB12011347
HSL54°43.71%32.75%
HSB/HSV54°60.83%47.06%
CMYK0.00%5.83%60.83%
52.94%

Color #78712F in popluar number systems.

HEX78712F
Decimal12011347
Binary11110001110001101111
Octal17016157

Shades and tints

Shades of #78712F

#78712F
(120,113,47)
#6E672B
(110,103,43)
#645D27
(100,93,39)
#5A5323
(90,83,35)
#50491F
(80,73,31)
#463F1B
(70,63,27)
#3C3517
(60,53,23)
#322B13
(50,43,19)
#28210F
(40,33,15)
#1E170B
(30,23,11)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #78712F

#78712F
(120,113,47)
#847D41
(132,125,65)
#908953
(144,137,83)
#9C9565
(156,149,101)
#A8A177
(168,161,119)
#B4AD89
(180,173,137)
#C0B99B
(192,185,155)
#CCC5AD
(204,197,173)
#D8D1BF
(216,209,191)
#E4DDD1
(228,221,209)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78712F color. Also use rgb(120,113,47) instead hex code.

Text Font Color

.myTextColor { color: #78712F; }

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

This text font color is #78712F.


Background Color

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

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

This div background color is #78712F.


Border color

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

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

This div border color is #78712F.


Opacity

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

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

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

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

This text has shadow with #78712F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78712F on black background.


Color preview on white background

This text has color #78712F on white background.



Black color preview on #78712F background

This text has black color on #78712F background.


White color preview on #78712F background

This text has white color on #78712F background.