COLOR #78785D

HEX: #78785D
RGB: (120,120,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
120
93

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 93 = 333 (100%)
R 120 of 333 ~ 36.04%
G 120 of 333 ~ 36.04%
B 93 of 333 ~ 27.93%

%36.04
%36.04
%27.93

CMYK color model

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

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

CMYK percentages

%0
%0
%22.5
%52.94

Codes

Color #78785D in popluar color models

78785D
RGB12012093
HSL60°12.68%41.76%
HSB/HSV60°22.50%47.06%
CMYK0.00%0.00%22.50%
52.94%

Color #78785D in popluar number systems.

HEX78785D
Decimal12012093
Binary111100011110001011101
Octal170170135

Shades and tints

Shades of #78785D

#78785D
(120,120,93)
#6E6E55
(110,110,85)
#64644D
(100,100,77)
#5A5A45
(90,90,69)
#50503D
(80,80,61)
#464635
(70,70,53)
#3C3C2D
(60,60,45)
#323225
(50,50,37)
#28281D
(40,40,29)
#1E1E15
(30,30,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #78785D

#78785D
(120,120,93)
#84846B
(132,132,107)
#909079
(144,144,121)
#9C9C87
(156,156,135)
#A8A895
(168,168,149)
#B4B4A3
(180,180,163)
#C0C0B1
(192,192,177)
#CCCCBF
(204,204,191)
#D8D8CD
(216,216,205)
#E4E4DB
(228,228,219)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78785D; }

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

This text font color is #78785D.


Background Color

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

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

This div background color is #78785D.


Border color

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

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

This div border color is #78785D.


Opacity

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

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

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

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

This text has shadow with #78785D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78785D on black background.


Color preview on white background

This text has color #78785D on white background.



Black color preview on #78785D background

This text has black color on #78785D background.


White color preview on #78785D background

This text has white color on #78785D background.