COLOR #78876F

HEX: #78876F
RGB: (120,135,111)

Color info

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

RGB color model

#78876F color RGB value is (120,135,111).

  • red value is 120;
  • green value is 135;
  • blue value is 111.
RGB:
(120,135,111)
(47%,53%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 111 of 255 = 44%

120
135
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 111 = 366 (100%)
R 120 of 366 ~ 32.79%
G 135 of 366 ~ 36.89%
B 111 of 366 ~ 30.33%

%32.79
%36.89
%30.33

CMYK color model

#78876F color CMYK value is (11,0,18,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 47.06%
CMYK:
(11,0,18,47)
C11M0Y18K47 
(11%,0%,18%,47%)
(0.11/0.00/0.18/0.47)	

CMYK percentages

%11.11
%0
%17.78
%47.06

Codes

Color #78876F in popluar color models

78876F
RGB120135111
HSL98°9.76%48.24%
HSB/HSV98°17.78%52.94%
CMYK11.11%0.00%17.78%
47.06%

Color #78876F in popluar number systems.

HEX78876F
Decimal120135111
Binary1111000100001111101111
Octal170207157

Shades and tints

Shades of #78876F

#78876F
(120,135,111)
#6E7B65
(110,123,101)
#646F5B
(100,111,91)
#5A6351
(90,99,81)
#505747
(80,87,71)
#464B3D
(70,75,61)
#3C3F33
(60,63,51)
#323329
(50,51,41)
#28271F
(40,39,31)
#1E1B15
(30,27,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #78876F

#78876F
(120,135,111)
#84917C
(132,145,124)
#909B89
(144,155,137)
#9CA596
(156,165,150)
#A8AFA3
(168,175,163)
#B4B9B0
(180,185,176)
#C0C3BD
(192,195,189)
#CCCDCA
(204,205,202)
#D8D7D7
(216,215,215)
#E4E1E4
(228,225,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78876F color. Also use rgb(120,135,111) instead hex code.

Text Font Color

.myTextColor { color: #78876F; }

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

This text font color is #78876F.


Background Color

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

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

This div background color is #78876F.


Border color

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

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

This div border color is #78876F.


Opacity

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

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

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

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

This text has shadow with #78876F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78876F on black background.


Color preview on white background

This text has color #78876F on white background.



Black color preview on #78876F background

This text has black color on #78876F background.


White color preview on #78876F background

This text has white color on #78876F background.