COLOR #78864F

HEX: #78864F
RGB: (120,134,79)

Color info

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

RGB color model

#78864F color RGB value is (120,134,79).

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

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 79 of 255 = 31%

120
134
79

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 79 = 333 (100%)
R 120 of 333 ~ 36.04%
G 134 of 333 ~ 40.24%
B 79 of 333 ~ 23.72%

%36.04
%40.24
%23.72

CMYK color model

#78864F color CMYK value is (10,0,41,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 47.45%
CMYK:
(10,0,41,47)
C10M0Y41K47 
(10%,0%,41%,47%)
(0.10/0.00/0.41/0.47)	

CMYK percentages

%10.45
%0
%41.04
%47.45

Codes

Color #78864F in popluar color models

78864F
RGB12013479
HSL75°25.82%41.76%
HSB/HSV75°41.04%52.55%
CMYK10.45%0.00%41.04%
47.45%

Color #78864F in popluar number systems.

HEX78864F
Decimal12013479
Binary1111000100001101001111
Octal170206117

Shades and tints

Shades of #78864F

#78864F
(120,134,79)
#6E7A48
(110,122,72)
#646E41
(100,110,65)
#5A623A
(90,98,58)
#505633
(80,86,51)
#464A2C
(70,74,44)
#3C3E25
(60,62,37)
#32321E
(50,50,30)
#282617
(40,38,23)
#1E1A10
(30,26,16)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #78864F

#78864F
(120,134,79)
#84915F
(132,145,95)
#909C6F
(144,156,111)
#9CA77F
(156,167,127)
#A8B28F
(168,178,143)
#B4BD9F
(180,189,159)
#C0C8AF
(192,200,175)
#CCD3BF
(204,211,191)
#D8DECF
(216,222,207)
#E4E9DF
(228,233,223)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78864F; }

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

This text font color is #78864F.


Background Color

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

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

This div background color is #78864F.


Border color

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

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

This div border color is #78864F.


Opacity

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

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

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

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

This text has shadow with #78864F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78864F on black background.


Color preview on white background

This text has color #78864F on white background.



Black color preview on #78864F background

This text has black color on #78864F background.


White color preview on #78864F background

This text has white color on #78864F background.