COLOR #78865B

HEX: #78865B
RGB: (120,134,91)

Color info

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

RGB color model

#78865B color RGB value is (120,134,91).

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

RGB channels and saturation

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

120
134
91

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 91 = 345 (100%)
R 120 of 345 ~ 34.78%
G 134 of 345 ~ 38.84%
B 91 of 345 ~ 26.38%

%34.78
%38.84
%26.38

CMYK color model

#78865B color CMYK value is (10,0,32,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 47.45%
CMYK:
(10,0,32,47)
C10M0Y32K47 
(10%,0%,32%,47%)
(0.10/0.00/0.32/0.47)	

CMYK percentages

%10.45
%0
%32.09
%47.45

Codes

Color #78865B in popluar color models

78865B
RGB12013491
HSL80°19.11%44.12%
HSB/HSV80°32.09%52.55%
CMYK10.45%0.00%32.09%
47.45%

Color #78865B in popluar number systems.

HEX78865B
Decimal12013491
Binary1111000100001101011011
Octal170206133

Shades and tints

Shades of #78865B

#78865B
(120,134,91)
#6E7A53
(110,122,83)
#646E4B
(100,110,75)
#5A6243
(90,98,67)
#50563B
(80,86,59)
#464A33
(70,74,51)
#3C3E2B
(60,62,43)
#323223
(50,50,35)
#28261B
(40,38,27)
#1E1A13
(30,26,19)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #78865B

#78865B
(120,134,91)
#849169
(132,145,105)
#909C77
(144,156,119)
#9CA785
(156,167,133)
#A8B293
(168,178,147)
#B4BDA1
(180,189,161)
#C0C8AF
(192,200,175)
#CCD3BD
(204,211,189)
#D8DECB
(216,222,203)
#E4E9D9
(228,233,217)
#F0F4E7
(240,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78865B; }

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

This text font color is #78865B.


Background Color

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

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

This div background color is #78865B.


Border color

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

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

This div border color is #78865B.


Opacity

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

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

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

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

This text has shadow with #78865B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78865B on black background.


Color preview on white background

This text has color #78865B on white background.



Black color preview on #78865B background

This text has black color on #78865B background.


White color preview on #78865B background

This text has white color on #78865B background.