COLOR #78685B

HEX: #78685B
RGB: (120,104,91)

Color info

#78685B contains red, green and blue colors in about the same proportion. Web safe color of #78685B is #666666 (or #666).

RGB color model

#78685B color RGB value is (120,104,91).

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

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 91 of 255 = 36%

120
104
91

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 91 = 315 (100%)
R 120 of 315 ~ 38.1%
G 104 of 315 ~ 33.02%
B 91 of 315 ~ 28.89%

%38.1
%33.02
%28.89

CMYK color model

#78685B color CMYK value is (0,13,24,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(0,13,24,53)
C0M13Y24K53 
(0%,13%,24%,53%)
(0.00/0.13/0.24/0.53)	

CMYK percentages

%0
%13.33
%24.17
%52.94

Codes

Color #78685B in popluar color models

78685B
RGB12010491
HSL27°13.74%41.37%
HSB/HSV27°24.17%47.06%
CMYK0.00%13.33%24.17%
52.94%

Color #78685B in popluar number systems.

HEX78685B
Decimal12010491
Binary111100011010001011011
Octal170150133

Shades and tints

Shades of #78685B

#78685B
(120,104,91)
#6E5F53
(110,95,83)
#64564B
(100,86,75)
#5A4D43
(90,77,67)
#50443B
(80,68,59)
#463B33
(70,59,51)
#3C322B
(60,50,43)
#322923
(50,41,35)
#28201B
(40,32,27)
#1E1713
(30,23,19)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #78685B

#78685B
(120,104,91)
#847569
(132,117,105)
#908277
(144,130,119)
#9C8F85
(156,143,133)
#A89C93
(168,156,147)
#B4A9A1
(180,169,161)
#C0B6AF
(192,182,175)
#CCC3BD
(204,195,189)
#D8D0CB
(216,208,203)
#E4DDD9
(228,221,217)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78685B; }

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

This text font color is #78685B.


Background Color

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

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

This div background color is #78685B.


Border color

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

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

This div border color is #78685B.


Opacity

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

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

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

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

This text has shadow with #78685B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78685B on black background.


Color preview on white background

This text has color #78685B on white background.



Black color preview on #78685B background

This text has black color on #78685B background.


White color preview on #78685B background

This text has white color on #78685B background.