COLOR #78735B

HEX: #78735B
RGB: (120,115,91)

Color info

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

RGB color model

#78735B color RGB value is (120,115,91).

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

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 91 of 255 = 36%

120
115
91

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

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 91 = 326 (100%)
R 120 of 326 ~ 36.81%
G 115 of 326 ~ 35.28%
B 91 of 326 ~ 27.91%

%36.81
%35.28
%27.91

CMYK color model

#78735B color CMYK value is (0,4,24,53).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 24.17%
  • key color value is 52.94%
CMYK:
(0,4,24,53)
C0M4Y24K53 
(0%,4%,24%,53%)
(0.00/0.04/0.24/0.53)	

CMYK percentages

%0
%4.17
%24.17
%52.94

Codes

Color #78735B in popluar color models

78735B
RGB12011591
HSL50°13.74%41.37%
HSB/HSV50°24.17%47.06%
CMYK0.00%4.17%24.17%
52.94%

Color #78735B in popluar number systems.

HEX78735B
Decimal12011591
Binary111100011100111011011
Octal170163133

Shades and tints

Shades of #78735B

#78735B
(120,115,91)
#6E6953
(110,105,83)
#645F4B
(100,95,75)
#5A5543
(90,85,67)
#504B3B
(80,75,59)
#464133
(70,65,51)
#3C372B
(60,55,43)
#322D23
(50,45,35)
#28231B
(40,35,27)
#1E1913
(30,25,19)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #78735B

#78735B
(120,115,91)
#847F69
(132,127,105)
#908B77
(144,139,119)
#9C9785
(156,151,133)
#A8A393
(168,163,147)
#B4AFA1
(180,175,161)
#C0BBAF
(192,187,175)
#CCC7BD
(204,199,189)
#D8D3CB
(216,211,203)
#E4DFD9
(228,223,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78735B; }

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

This text font color is #78735B.


Background Color

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

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

This div background color is #78735B.


Border color

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

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

This div border color is #78735B.


Opacity

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

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

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

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

This text has shadow with #78735B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78735B on black background.


Color preview on white background

This text has color #78735B on white background.



Black color preview on #78735B background

This text has black color on #78735B background.


White color preview on #78735B background

This text has white color on #78735B background.