COLOR #78804D

HEX: #78804D
RGB: (120,128,77)

Color info

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

RGB color model

#78804D color RGB value is (120,128,77).

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

RGB channels and saturation

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

120
128
77

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 77 = 325 (100%)
R 120 of 325 ~ 36.92%
G 128 of 325 ~ 39.38%
B 77 of 325 ~ 23.69%

%36.92
%39.38
%23.69

CMYK color model

#78804D color CMYK value is (6,0,40,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 49.80%
CMYK:
(6,0,40,50)
C6M0Y40K50 
(6%,0%,40%,50%)
(0.06/0.00/0.40/0.50)	

CMYK percentages

%6.25
%0
%39.84
%49.8

Codes

Color #78804D in popluar color models

78804D
RGB12012877
HSL69°24.88%40.20%
HSB/HSV69°39.84%50.20%
CMYK6.25%0.00%39.84%
49.80%

Color #78804D in popluar number systems.

HEX78804D
Decimal12012877
Binary1111000100000001001101
Octal170200115

Shades and tints

Shades of #78804D

#78804D
(120,128,77)
#6E7546
(110,117,70)
#646A3F
(100,106,63)
#5A5F38
(90,95,56)
#505431
(80,84,49)
#46492A
(70,73,42)
#3C3E23
(60,62,35)
#32331C
(50,51,28)
#282815
(40,40,21)
#1E1D0E
(30,29,14)
#141207
(20,18,7)
#000000
(0,0,0)

Tints of #78804D

#78804D
(120,128,77)
#848B5D
(132,139,93)
#90966D
(144,150,109)
#9CA17D
(156,161,125)
#A8AC8D
(168,172,141)
#B4B79D
(180,183,157)
#C0C2AD
(192,194,173)
#CCCDBD
(204,205,189)
#D8D8CD
(216,216,205)
#E4E3DD
(228,227,221)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78804D; }

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

This text font color is #78804D.


Background Color

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

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

This div background color is #78804D.


Border color

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

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

This div border color is #78804D.


Opacity

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

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

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

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

This text has shadow with #78804D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78804D on black background.


Color preview on white background

This text has color #78804D on white background.



Black color preview on #78804D background

This text has black color on #78804D background.


White color preview on #78804D background

This text has white color on #78804D background.