COLOR #78784D

HEX: #78784D RGB: (120,120,77)

Color info

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

RGB color model

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

RGB: (120,120,77) (47%, 47%, 30%)

RGB channels and saturation

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

120
120
77

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

Portions of RGB colors in percentages

R + G + B = 120 + 120 + 77 = 317 (100%)
R 120 of 317 ~ 37.85%
G 120 of 317 ~ 37.85%
B 77 of 317 ~ 24.29'%

%37.85
%37.85
%24.29

CMYK color model

#78784D color CMYK value is (0,0,36,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.83%
  • key color value is 52.94%

CMYK: (0,0,36,53)
C0M0Y36K53 (0%, 0%, 36%, 53%)
(0.00 / 0.00 / 0.36 / 0.53)

CMYK percentages

%0
%0
%35.83
%52.94

Codes

Color #78784D in popluar color models

78 78 4D
RGB 120 120 77
HSL 60° 21.83% 38.63%
HSB/HSV 60° 35.83% 47.06%
CMYK 0.00% 0.00% 35.83%
52.94%

Color #78784D in popluar number systems.

HEX 78 78 4D
Decimal 120 120 77
Binary 1111000 1111000 1001101
Octal 170 170 115

Shades and tints

Shades of #78784D

#78784D
(120,120,77)
#6E6E46
(110,110,70)
#64643F
(100,100,63)
#5A5A38
(90,90,56)
#505031
(80,80,49)
#46462A
(70,70,42)
#3C3C23
(60,60,35)
#32321C
(50,50,28)
#282815
(40,40,21)
#1E1E0E
(30,30,14)
#141407
(20,20,7)
#000000
(0,0,0)

Tints of #78784D

#78784D
(120,120,77)
#84845D
(132,132,93)
#90906D
(144,144,109)
#9C9C7D
(156,156,125)
#A8A88D
(168,168,141)
#B4B49D
(180,180,157)
#C0C0AD
(192,192,173)
#CCCCBD
(204,204,189)
#D8D8CD
(216,216,205)
#E4E4DD
(228,228,221)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78784D; }

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

This text font color is #78784D.

Background Color

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

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

This div background color is #78784D.

Border color

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

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

This div border color is #78784D.

Opacity

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

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

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

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

This text has shadow with #78784D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78784D.

Preview

Color preview on black background

This text has color #78784D on black background.


Color preview on white background

This text has color #78784D on white background.


Black color preview on #78784D background

This text has black color on #78784D background.


White color preview on #78784D background

This text has white color on #78784D background.


Related colors

Complementary color

Complementary color for #hex is #8787B2.


I love getcolorcode.com