COLOR #78865C

HEX: #78865C
RGB: (120,134,92)

Color info

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

RGB color model

#78865C color RGB value is (120,134,92).

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

RGB channels and saturation

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

120
134
92

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 92 = 346 (100%)
R 120 of 346 ~ 34.68%
G 134 of 346 ~ 38.73%
B 92 of 346 ~ 26.59%

%34.68
%38.73
%26.59

CMYK color model

#78865C color CMYK value is (10,0,31,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 31.34%
  • key color value is 47.45%
CMYK:
(10,0,31,47)
C10M0Y31K47 
(10%,0%,31%,47%)
(0.10/0.00/0.31/0.47)	

CMYK percentages

%10.45
%0
%31.34
%47.45

Codes

Color #78865C in popluar color models

78865C
RGB12013492
HSL80°18.58%44.31%
HSB/HSV80°31.34%52.55%
CMYK10.45%0.00%31.34%
47.45%

Color #78865C in popluar number systems.

HEX78865C
Decimal12013492
Binary1111000100001101011100
Octal170206134

Shades and tints

Shades of #78865C

#78865C
(120,134,92)
#6E7A54
(110,122,84)
#646E4C
(100,110,76)
#5A6244
(90,98,68)
#50563C
(80,86,60)
#464A34
(70,74,52)
#3C3E2C
(60,62,44)
#323224
(50,50,36)
#28261C
(40,38,28)
#1E1A14
(30,26,20)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #78865C

#78865C
(120,134,92)
#84916A
(132,145,106)
#909C78
(144,156,120)
#9CA786
(156,167,134)
#A8B294
(168,178,148)
#B4BDA2
(180,189,162)
#C0C8B0
(192,200,176)
#CCD3BE
(204,211,190)
#D8DECC
(216,222,204)
#E4E9DA
(228,233,218)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78865C; }

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

This text font color is #78865C.


Background Color

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

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

This div background color is #78865C.


Border color

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

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

This div border color is #78865C.


Opacity

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

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

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

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

This text has shadow with #78865C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78865C on black background.


Color preview on white background

This text has color #78865C on white background.



Black color preview on #78865C background

This text has black color on #78865C background.


White color preview on #78865C background

This text has white color on #78865C background.