COLOR #78685D

HEX: #78685D
RGB: (120,104,93)

Color info

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

RGB color model

#78685D color RGB value is (120,104,93).

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

RGB channels and saturation

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

120
104
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 93 = 317 (100%)
R 120 of 317 ~ 37.85%
G 104 of 317 ~ 32.81%
B 93 of 317 ~ 29.34%

%37.85
%32.81
%29.34

CMYK color model

#78685D color CMYK value is (0,13,23,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(0,13,23,53)
C0M13Y23K53 
(0%,13%,23%,53%)
(0.00/0.13/0.23/0.53)	

CMYK percentages

%0
%13.33
%22.5
%52.94

Codes

Color #78685D in popluar color models

78685D
RGB12010493
HSL24°12.68%41.76%
HSB/HSV24°22.50%47.06%
CMYK0.00%13.33%22.50%
52.94%

Color #78685D in popluar number systems.

HEX78685D
Decimal12010493
Binary111100011010001011101
Octal170150135

Shades and tints

Shades of #78685D

#78685D
(120,104,93)
#6E5F55
(110,95,85)
#64564D
(100,86,77)
#5A4D45
(90,77,69)
#50443D
(80,68,61)
#463B35
(70,59,53)
#3C322D
(60,50,45)
#322925
(50,41,37)
#28201D
(40,32,29)
#1E1715
(30,23,21)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #78685D

#78685D
(120,104,93)
#84756B
(132,117,107)
#908279
(144,130,121)
#9C8F87
(156,143,135)
#A89C95
(168,156,149)
#B4A9A3
(180,169,163)
#C0B6B1
(192,182,177)
#CCC3BF
(204,195,191)
#D8D0CD
(216,208,205)
#E4DDDB
(228,221,219)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78685D; }

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

This text font color is #78685D.


Background Color

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

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

This div background color is #78685D.


Border color

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

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

This div border color is #78685D.


Opacity

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

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

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

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

This text has shadow with #78685D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78685D on black background.


Color preview on white background

This text has color #78685D on white background.



Black color preview on #78685D background

This text has black color on #78685D background.


White color preview on #78685D background

This text has white color on #78685D background.