COLOR #78812C

HEX: #78812C
RGB: (120,129,44)

Color info

#78812C contains mainly red and green colors. Web safe color of #78812C is #669933 (or #693).

RGB color model

#78812C color RGB value is (120,129,44).

  • red value is 120;
  • green value is 129;
  • blue value is 44.
RGB:
(120,129,44)
(47%,51%,17%)

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 44 of 255 = 17%

120
129
44

R + G + B ~ 38%. #78812C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 44 = 293 (100%)
R 120 of 293 ~ 40.96%
G 129 of 293 ~ 44.03%
B 44 of 293 ~ 15.02%

%40.96
%44.03
%15.02

CMYK color model

#78812C color CMYK value is (7,0,66,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 65.89%
  • key color value is 49.41%
CMYK:
(7,0,66,49)
C7M0Y66K49 
(7%,0%,66%,49%)
(0.07/0.00/0.66/0.49)	

CMYK percentages

%6.98
%0
%65.89
%49.41

Codes

Color #78812C in popluar color models

78812C
RGB12012944
HSL66°49.13%33.92%
HSB/HSV66°65.89%50.59%
CMYK6.98%0.00%65.89%
49.41%

Color #78812C in popluar number systems.

HEX78812C
Decimal12012944
Binary111100010000001101100
Octal17020154

Shades and tints

Shades of #78812C

#78812C
(120,129,44)
#6E7628
(110,118,40)
#646B24
(100,107,36)
#5A6020
(90,96,32)
#50551C
(80,85,28)
#464A18
(70,74,24)
#3C3F14
(60,63,20)
#323410
(50,52,16)
#28290C
(40,41,12)
#1E1E08
(30,30,8)
#141304
(20,19,4)
#000000
(0,0,0)

Tints of #78812C

#78812C
(120,129,44)
#848C3F
(132,140,63)
#909752
(144,151,82)
#9CA265
(156,162,101)
#A8AD78
(168,173,120)
#B4B88B
(180,184,139)
#C0C39E
(192,195,158)
#CCCEB1
(204,206,177)
#D8D9C4
(216,217,196)
#E4E4D7
(228,228,215)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78812C color. Also use rgb(120,129,44) instead hex code.

Text Font Color

.myTextColor { color: #78812C; }

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

This text font color is #78812C.


Background Color

.myBgColor { background-color: #78812C; }

<div style="background-color:#78812C">Inner text</div>

This div background color is #78812C.


Border color

.myBorderColor { border: 1px solid #78812C; }

<div style="border:3px solid #78812C">Div</div>

This div border color is #78812C.


Opacity

.myOpacity80 { color: #78812C; opacity: 0.8; }

<p style="color:#78812C;opacity:0.8;">80%</p>

Text with #78812C 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 #78812C;}

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

This text has shadow with #78812C color.

.textShadow {text-shadow: 3px 3px 1px #78812C, 3px 3px 1px red;}

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

This text has shadow with #78812C primary color and red secondary color.


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

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

This text has shadow with #78812C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78812C on black background.


Color preview on white background

This text has color #78812C on white background.



Black color preview on #78812C background

This text has black color on #78812C background.


White color preview on #78812C background

This text has white color on #78812C background.