COLOR #78805E

HEX: #78805E RGB: (120,128,94)

Color info

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

RGB color model

#78805E color RGB value is (120,128,94).

RGB: (120,128,94) (47%, 50%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 94 of 255 = 37%

120
128
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 128 + 94 = 342 (100%)
R 120 of 342 ~ 35.09%
G 128 of 342 ~ 37.43%
B 94 of 342 ~ 27.49'%

%35.09
%37.43
%27.49

CMYK color model

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

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 26.56%
  • 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
%26.56
%49.8

Codes

Color #78805E in popluar color models

78 80 5E
RGB 120 128 94
HSL 74° 15.32% 43.53%
HSB/HSV 74° 26.56% 50.20%
CMYK 6.25% 0.00% 26.56%
49.80%

Color #78805E in popluar number systems.

HEX 78 80 5E
Decimal 120 128 94
Binary 1111000 10000000 1011110
Octal 170 200 136

Shades and tints

Shades of #78805E

#78805E
(120,128,94)
#6E7556
(110,117,86)
#646A4E
(100,106,78)
#5A5F46
(90,95,70)
#50543E
(80,84,62)
#464936
(70,73,54)
#3C3E2E
(60,62,46)
#323326
(50,51,38)
#28281E
(40,40,30)
#1E1D16
(30,29,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #78805E

#78805E
(120,128,94)
#848B6C
(132,139,108)
#90967A
(144,150,122)
#9CA188
(156,161,136)
#A8AC96
(168,172,150)
#B4B7A4
(180,183,164)
#C0C2B2
(192,194,178)
#CCCDC0
(204,205,192)
#D8D8CE
(216,216,206)
#E4E3DC
(228,227,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78805E; }

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

This text font color is #78805E.

Background Color

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

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

This div background color is #78805E.

Border color

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

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

This div border color is #78805E.

Opacity

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

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

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

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

This text has shadow with #78805E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78805E.

Preview

Color preview on black background

This text has color #78805E on black background.


Color preview on white background

This text has color #78805E on white background.


Black color preview on #78805E background

This text has black color on #78805E background.


White color preview on #78805E background

This text has white color on #78805E background.


Related colors

Complementary color

Complementary color for #hex is #877FA1.


I love getcolorcode.com

Triadic colors

1 #5E7880 and #805E78 with #78805E are triadic colors.

2 #5E8078 and #80785E with #78805E are triadic colors.