COLOR #78675D

HEX: #78675D
RGB: (120,103,93)

Color info

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

RGB color model

#78675D color RGB value is (120,103,93).

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

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 93 of 255 = 36%

120
103
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 103 + 93 = 316 (100%)
R 120 of 316 ~ 37.97%
G 103 of 316 ~ 32.59%
B 93 of 316 ~ 29.43%

%37.97
%32.59
%29.43

CMYK color model

#78675D color CMYK value is (0,14,23,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 22.50%
  • key color value is 52.94%
CMYK:
(0,14,23,53)
C0M14Y23K53 
(0%,14%,23%,53%)
(0.00/0.14/0.23/0.53)	

CMYK percentages

%0
%14.17
%22.5
%52.94

Codes

Color #78675D in popluar color models

78675D
RGB12010393
HSL22°12.68%41.76%
HSB/HSV22°22.50%47.06%
CMYK0.00%14.17%22.50%
52.94%

Color #78675D in popluar number systems.

HEX78675D
Decimal12010393
Binary111100011001111011101
Octal170147135

Shades and tints

Shades of #78675D

#78675D
(120,103,93)
#6E5E55
(110,94,85)
#64554D
(100,85,77)
#5A4C45
(90,76,69)
#50433D
(80,67,61)
#463A35
(70,58,53)
#3C312D
(60,49,45)
#322825
(50,40,37)
#281F1D
(40,31,29)
#1E1615
(30,22,21)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #78675D

#78675D
(120,103,93)
#84746B
(132,116,107)
#908179
(144,129,121)
#9C8E87
(156,142,135)
#A89B95
(168,155,149)
#B4A8A3
(180,168,163)
#C0B5B1
(192,181,177)
#CCC2BF
(204,194,191)
#D8CFCD
(216,207,205)
#E4DCDB
(228,220,219)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78675D; }

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

This text font color is #78675D.


Background Color

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

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

This div background color is #78675D.


Border color

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

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

This div border color is #78675D.


Opacity

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

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

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

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

This text has shadow with #78675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78675D on black background.


Color preview on white background

This text has color #78675D on white background.



Black color preview on #78675D background

This text has black color on #78675D background.


White color preview on #78675D background

This text has white color on #78675D background.