COLOR #78735E

HEX: #78735E RGB: (120,115,94)

Color info

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

RGB color model

#78735E color RGB value is (120,115,94).

RGB: (120,115,94) (47%, 45%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 94 of 255 = 37%

120
115
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 115 + 94 = 329 (100%)
R 120 of 329 ~ 36.47%
G 115 of 329 ~ 34.95%
B 94 of 329 ~ 28.57'%

%36.47
%34.95
%28.57

CMYK color model

#78735E color CMYK value is (0,4,22,53).

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

CMYK: (0,4,22,53)
C0M4Y22K53 (0%, 4%, 22%, 53%)
(0.00 / 0.04 / 0.22 / 0.53)

CMYK percentages

%0
%4.17
%21.67
%52.94

Codes

Color #78735E in popluar color models

78 73 5E
RGB 120 115 94
HSL 48° 12.15% 41.96%
HSB/HSV 48° 21.67% 47.06%
CMYK 0.00% 4.17% 21.67%
52.94%

Color #78735E in popluar number systems.

HEX 78 73 5E
Decimal 120 115 94
Binary 1111000 1110011 1011110
Octal 170 163 136

Shades and tints

Shades of #78735E

#78735E
(120,115,94)
#6E6956
(110,105,86)
#645F4E
(100,95,78)
#5A5546
(90,85,70)
#504B3E
(80,75,62)
#464136
(70,65,54)
#3C372E
(60,55,46)
#322D26
(50,45,38)
#28231E
(40,35,30)
#1E1916
(30,25,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #78735E

#78735E
(120,115,94)
#847F6C
(132,127,108)
#908B7A
(144,139,122)
#9C9788
(156,151,136)
#A8A396
(168,163,150)
#B4AFA4
(180,175,164)
#C0BBB2
(192,187,178)
#CCC7C0
(204,199,192)
#D8D3CE
(216,211,206)
#E4DFDC
(228,223,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78735E; }

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

This text font color is #78735E.

Background Color

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

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

This div background color is #78735E.

Border color

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

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

This div border color is #78735E.

Opacity

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

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

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

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

This text has shadow with #78735E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78735E.

Preview

Color preview on black background

This text has color #78735E on black background.


Color preview on white background

This text has color #78735E on white background.


Black color preview on #78735E background

This text has black color on #78735E background.


White color preview on #78735E background

This text has white color on #78735E background.


Related colors

Complementary color

Complementary color for #hex is #878CA1.


I love getcolorcode.com

Triadic colors

1 #5E7873 and #735E78 with #78735E are triadic colors.

2 #5E7378 and #73785E with #78735E are triadic colors.