COLOR #78894F

HEX: #78894F
RGB: (120,137,79)

Color info

#78894F contains red, green and blue colors in about the same proportion. Web safe color of #78894F is #669966 (or #696).

RGB color model

#78894F color RGB value is (120,137,79).

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

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 79 of 255 = 31%

120
137
79

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 79 = 336 (100%)
R 120 of 336 ~ 35.71%
G 137 of 336 ~ 40.77%
B 79 of 336 ~ 23.51%

%35.71
%40.77
%23.51

CMYK color model

#78894F color CMYK value is (12,0,42,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 42.34%
  • key color value is 46.27%
CMYK:
(12,0,42,46)
C12M0Y42K46 
(12%,0%,42%,46%)
(0.12/0.00/0.42/0.46)	

CMYK percentages

%12.41
%0
%42.34
%46.27

Codes

Color #78894F in popluar color models

78894F
RGB12013779
HSL78°26.85%42.35%
HSB/HSV78°42.34%53.73%
CMYK12.41%0.00%42.34%
46.27%

Color #78894F in popluar number systems.

HEX78894F
Decimal12013779
Binary1111000100010011001111
Octal170211117

Shades and tints

Shades of #78894F

#78894F
(120,137,79)
#6E7D48
(110,125,72)
#647141
(100,113,65)
#5A653A
(90,101,58)
#505933
(80,89,51)
#464D2C
(70,77,44)
#3C4125
(60,65,37)
#32351E
(50,53,30)
#282917
(40,41,23)
#1E1D10
(30,29,16)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #78894F

#78894F
(120,137,79)
#84935F
(132,147,95)
#909D6F
(144,157,111)
#9CA77F
(156,167,127)
#A8B18F
(168,177,143)
#B4BB9F
(180,187,159)
#C0C5AF
(192,197,175)
#CCCFBF
(204,207,191)
#D8D9CF
(216,217,207)
#E4E3DF
(228,227,223)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78894F; }

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

This text font color is #78894F.


Background Color

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

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

This div background color is #78894F.


Border color

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

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

This div border color is #78894F.


Opacity

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

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

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

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

This text has shadow with #78894F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78894F on black background.


Color preview on white background

This text has color #78894F on white background.



Black color preview on #78894F background

This text has black color on #78894F background.


White color preview on #78894F background

This text has white color on #78894F background.