COLOR #78876C

HEX: #78876C
RGB: (120,135,108)

Color info

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

RGB color model

#78876C color RGB value is (120,135,108).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 108 of 255 = 42%

120
135
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 108 = 363 (100%)
R 120 of 363 ~ 33.06%
G 135 of 363 ~ 37.19%
B 108 of 363 ~ 29.75%

%33.06
%37.19
%29.75

CMYK color model

#78876C color CMYK value is (11,0,20,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(11,0,20,47)
C11M0Y20K47 
(11%,0%,20%,47%)
(0.11/0.00/0.20/0.47)	

CMYK percentages

%11.11
%0
%20
%47.06

Codes

Color #78876C in popluar color models

78876C
RGB120135108
HSL93°11.11%47.65%
HSB/HSV93°20.00%52.94%
CMYK11.11%0.00%20.00%
47.06%

Color #78876C in popluar number systems.

HEX78876C
Decimal120135108
Binary1111000100001111101100
Octal170207154

Shades and tints

Shades of #78876C

#78876C
(120,135,108)
#6E7B63
(110,123,99)
#646F5A
(100,111,90)
#5A6351
(90,99,81)
#505748
(80,87,72)
#464B3F
(70,75,63)
#3C3F36
(60,63,54)
#32332D
(50,51,45)
#282724
(40,39,36)
#1E1B1B
(30,27,27)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #78876C

#78876C
(120,135,108)
#849179
(132,145,121)
#909B86
(144,155,134)
#9CA593
(156,165,147)
#A8AFA0
(168,175,160)
#B4B9AD
(180,185,173)
#C0C3BA
(192,195,186)
#CCCDC7
(204,205,199)
#D8D7D4
(216,215,212)
#E4E1E1
(228,225,225)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78876C; }

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

This text font color is #78876C.


Background Color

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

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

This div background color is #78876C.


Border color

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

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

This div border color is #78876C.


Opacity

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

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

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

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

This text has shadow with #78876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78876C on black background.


Color preview on white background

This text has color #78876C on white background.



Black color preview on #78876C background

This text has black color on #78876C background.


White color preview on #78876C background

This text has white color on #78876C background.