COLOR #78675E

HEX: #78675E RGB: (120,103,94)

Color info

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

RGB color model

#78675E color RGB value is (120,103,94).

RGB: (120,103,94) (47%, 40%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 103 of 255 = 40%
B 94 of 255 = 37%

120
103
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 103 + 94 = 317 (100%)
R 120 of 317 ~ 37.85%
G 103 of 317 ~ 32.49%
B 94 of 317 ~ 29.65'%

%37.85
%32.49
%29.65

CMYK color model

#78675E color CMYK value is (0,14,22,53).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 21.67%
  • key color value is 52.94%

CMYK: (0,14,22,53)
C0M14Y22K53 (0%, 14%, 22%, 53%)
(0.00 / 0.14 / 0.22 / 0.53)

CMYK percentages

%0
%14.17
%21.67
%52.94

Codes

Color #78675E in popluar color models

78 67 5E
RGB 120 103 94
HSL 21° 12.15% 41.96%
HSB/HSV 21° 21.67% 47.06%
CMYK 0.00% 14.17% 21.67%
52.94%

Color #78675E in popluar number systems.

HEX 78 67 5E
Decimal 120 103 94
Binary 1111000 1100111 1011110
Octal 170 147 136

Shades and tints

Shades of #78675E

#78675E
(120,103,94)
#6E5E56
(110,94,86)
#64554E
(100,85,78)
#5A4C46
(90,76,70)
#50433E
(80,67,62)
#463A36
(70,58,54)
#3C312E
(60,49,46)
#322826
(50,40,38)
#281F1E
(40,31,30)
#1E1616
(30,22,22)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #78675E

#78675E
(120,103,94)
#84746C
(132,116,108)
#90817A
(144,129,122)
#9C8E88
(156,142,136)
#A89B96
(168,155,150)
#B4A8A4
(180,168,164)
#C0B5B2
(192,181,178)
#CCC2C0
(204,194,192)
#D8CFCE
(216,207,206)
#E4DCDC
(228,220,220)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78675E; }

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

This text font color is #78675E.

Background Color

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

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

This div background color is #78675E.

Border color

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

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

This div border color is #78675E.

Opacity

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

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

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

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

This text has shadow with #78675E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78675E.

Preview

Color preview on black background

This text has color #78675E on black background.


Color preview on white background

This text has color #78675E on white background.


Black color preview on #78675E background

This text has black color on #78675E background.


White color preview on #78675E background

This text has white color on #78675E background.


Related colors

Complementary color

Complementary color for #hex is #8798A1.


I love getcolorcode.com

Triadic colors

1 #5E7867 and #675E78 with #78675E are triadic colors.

2 #5E6778 and #67785E with #78675E are triadic colors.