COLOR #78805D

HEX: #78805D
RGB: (120,128,93)

Color info

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

RGB color model

#78805D color RGB value is (120,128,93).

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

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 93 of 255 = 36%

120
128
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 93 = 341 (100%)
R 120 of 341 ~ 35.19%
G 128 of 341 ~ 37.54%
B 93 of 341 ~ 27.27%

%35.19
%37.54
%27.27

CMYK color model

#78805D color CMYK value is (6,0,27,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 49.80%
CMYK:
(6,0,27,50)
C6M0Y27K50 
(6%,0%,27%,50%)
(0.06/0.00/0.27/0.50)	

CMYK percentages

%6.25
%0
%27.34
%49.8

Codes

Color #78805D in popluar color models

78805D
RGB12012893
HSL74°15.84%43.33%
HSB/HSV74°27.34%50.20%
CMYK6.25%0.00%27.34%
49.80%

Color #78805D in popluar number systems.

HEX78805D
Decimal12012893
Binary1111000100000001011101
Octal170200135

Shades and tints

Shades of #78805D

#78805D
(120,128,93)
#6E7555
(110,117,85)
#646A4D
(100,106,77)
#5A5F45
(90,95,69)
#50543D
(80,84,61)
#464935
(70,73,53)
#3C3E2D
(60,62,45)
#323325
(50,51,37)
#28281D
(40,40,29)
#1E1D15
(30,29,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #78805D

#78805D
(120,128,93)
#848B6B
(132,139,107)
#909679
(144,150,121)
#9CA187
(156,161,135)
#A8AC95
(168,172,149)
#B4B7A3
(180,183,163)
#C0C2B1
(192,194,177)
#CCCDBF
(204,205,191)
#D8D8CD
(216,216,205)
#E4E3DB
(228,227,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78805D; }

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

This text font color is #78805D.


Background Color

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

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

This div background color is #78805D.


Border color

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

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

This div border color is #78805D.


Opacity

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

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

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

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

This text has shadow with #78805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78805D on black background.


Color preview on white background

This text has color #78805D on white background.



Black color preview on #78805D background

This text has black color on #78805D background.


White color preview on #78805D background

This text has white color on #78805D background.