COLOR #78804F

HEX: #78804F
RGB: (120,128,79)

Color info

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

RGB color model

#78804F color RGB value is (120,128,79).

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

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 79 of 255 = 31%

120
128
79

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 79 = 327 (100%)
R 120 of 327 ~ 36.7%
G 128 of 327 ~ 39.14%
B 79 of 327 ~ 24.16%

%36.7
%39.14
%24.16

CMYK color model

#78804F color CMYK value is (6,0,38,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK:
(6,0,38,50)
C6M0Y38K50 
(6%,0%,38%,50%)
(0.06/0.00/0.38/0.50)	

CMYK percentages

%6.25
%0
%38.28
%49.8

Codes

Color #78804F in popluar color models

78804F
RGB12012879
HSL70°23.67%40.59%
HSB/HSV70°38.28%50.20%
CMYK6.25%0.00%38.28%
49.80%

Color #78804F in popluar number systems.

HEX78804F
Decimal12012879
Binary1111000100000001001111
Octal170200117

Shades and tints

Shades of #78804F

#78804F
(120,128,79)
#6E7548
(110,117,72)
#646A41
(100,106,65)
#5A5F3A
(90,95,58)
#505433
(80,84,51)
#46492C
(70,73,44)
#3C3E25
(60,62,37)
#32331E
(50,51,30)
#282817
(40,40,23)
#1E1D10
(30,29,16)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #78804F

#78804F
(120,128,79)
#848B5F
(132,139,95)
#90966F
(144,150,111)
#9CA17F
(156,161,127)
#A8AC8F
(168,172,143)
#B4B79F
(180,183,159)
#C0C2AF
(192,194,175)
#CCCDBF
(204,205,191)
#D8D8CF
(216,216,207)
#E4E3DF
(228,227,223)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78804F; }

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

This text font color is #78804F.


Background Color

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

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

This div background color is #78804F.


Border color

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

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

This div border color is #78804F.


Opacity

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

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

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

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

This text has shadow with #78804F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78804F on black background.


Color preview on white background

This text has color #78804F on white background.



Black color preview on #78804F background

This text has black color on #78804F background.


White color preview on #78804F background

This text has white color on #78804F background.