COLOR #78875C

HEX: #78875C
RGB: (120,135,92)

Color info

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

RGB color model

#78875C color RGB value is (120,135,92).

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

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 92 of 255 = 36%

120
135
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 135 + 92 = 347 (100%)
R 120 of 347 ~ 34.58%
G 135 of 347 ~ 38.9%
B 92 of 347 ~ 26.51%

%34.58
%38.9
%26.51

CMYK color model

#78875C color CMYK value is (11,0,32,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 47.06%
CMYK:
(11,0,32,47)
C11M0Y32K47 
(11%,0%,32%,47%)
(0.11/0.00/0.32/0.47)	

CMYK percentages

%11.11
%0
%31.85
%47.06

Codes

Color #78875C in popluar color models

78875C
RGB12013592
HSL81°18.94%44.51%
HSB/HSV81°31.85%52.94%
CMYK11.11%0.00%31.85%
47.06%

Color #78875C in popluar number systems.

HEX78875C
Decimal12013592
Binary1111000100001111011100
Octal170207134

Shades and tints

Shades of #78875C

#78875C
(120,135,92)
#6E7B54
(110,123,84)
#646F4C
(100,111,76)
#5A6344
(90,99,68)
#50573C
(80,87,60)
#464B34
(70,75,52)
#3C3F2C
(60,63,44)
#323324
(50,51,36)
#28271C
(40,39,28)
#1E1B14
(30,27,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #78875C

#78875C
(120,135,92)
#84916A
(132,145,106)
#909B78
(144,155,120)
#9CA586
(156,165,134)
#A8AF94
(168,175,148)
#B4B9A2
(180,185,162)
#C0C3B0
(192,195,176)
#CCCDBE
(204,205,190)
#D8D7CC
(216,215,204)
#E4E1DA
(228,225,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78875C; }

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

This text font color is #78875C.


Background Color

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

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

This div background color is #78875C.


Border color

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

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

This div border color is #78875C.


Opacity

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

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

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

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

This text has shadow with #78875C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78875C on black background.


Color preview on white background

This text has color #78875C on white background.



Black color preview on #78875C background

This text has black color on #78875C background.


White color preview on #78875C background

This text has white color on #78875C background.