COLOR #78804C

HEX: #78804C
RGB: (120,128,76)

Color info

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

RGB color model

#78804C color RGB value is (120,128,76).

  • red value is 120;
  • green value is 128;
  • blue value is 76.
RGB:
(120,128,76)
(47%,50%,30%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 76 of 255 = 30%

120
128
76

R + G + B ~ 42%. #78804C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 76 = 324 (100%)
R 120 of 324 ~ 37.04%
G 128 of 324 ~ 39.51%
B 76 of 324 ~ 23.46%

%37.04
%39.51
%23.46

CMYK color model

#78804C color CMYK value is (6,0,41,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 49.80%
CMYK:
(6,0,41,50)
C6M0Y41K50 
(6%,0%,41%,50%)
(0.06/0.00/0.41/0.50)	

CMYK percentages

%6.25
%0
%40.63
%49.8

Codes

Color #78804C in popluar color models

78804C
RGB12012876
HSL69°25.49%40.00%
HSB/HSV69°40.63%50.20%
CMYK6.25%0.00%40.63%
49.80%

Color #78804C in popluar number systems.

HEX78804C
Decimal12012876
Binary1111000100000001001100
Octal170200114

Shades and tints

Shades of #78804C

#78804C
(120,128,76)
#6E7546
(110,117,70)
#646A40
(100,106,64)
#5A5F3A
(90,95,58)
#505434
(80,84,52)
#46492E
(70,73,46)
#3C3E28
(60,62,40)
#323322
(50,51,34)
#28281C
(40,40,28)
#1E1D16
(30,29,22)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #78804C

#78804C
(120,128,76)
#848B5C
(132,139,92)
#90966C
(144,150,108)
#9CA17C
(156,161,124)
#A8AC8C
(168,172,140)
#B4B79C
(180,183,156)
#C0C2AC
(192,194,172)
#CCCDBC
(204,205,188)
#D8D8CC
(216,216,204)
#E4E3DC
(228,227,220)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78804C color. Also use rgb(120,128,76) instead hex code.

Text Font Color

.myTextColor { color: #78804C; }

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

This text font color is #78804C.


Background Color

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

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

This div background color is #78804C.


Border color

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

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

This div border color is #78804C.


Opacity

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

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

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

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

This text has shadow with #78804C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78804C on black background.


Color preview on white background

This text has color #78804C on white background.



Black color preview on #78804C background

This text has black color on #78804C background.


White color preview on #78804C background

This text has white color on #78804C background.