COLOR #78855E

HEX: #78855E RGB: (120,133,94)

Color info

#78855E contains red, green and blue colors in about the same proportion. Web safe color of #78855E is #669966 (or #696).

RGB color model

#78855E color RGB value is (120,133,94).

RGB: (120,133,94) (47%, 52%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 94 of 255 = 37%

120
133
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 133 + 94 = 347 (100%)
R 120 of 347 ~ 34.58%
G 133 of 347 ~ 38.33%
B 94 of 347 ~ 27.09'%

%34.58
%38.33
%27.09

CMYK color model

#78855E color CMYK value is (10,0,29,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%

CMYK: (10,0,29,48)
C10M0Y29K48 (10%, 0%, 29%, 48%)
(0.10 / 0.00 / 0.29 / 0.48)

CMYK percentages

%9.77
%0
%29.32
%47.84

Codes

Color #78855E in popluar color models

78 85 5E
RGB 120 133 94
HSL 80° 17.18% 44.51%
HSB/HSV 80° 29.32% 52.16%
CMYK 9.77% 0.00% 29.32%
47.84%

Color #78855E in popluar number systems.

HEX 78 85 5E
Decimal 120 133 94
Binary 1111000 10000101 1011110
Octal 170 205 136

Shades and tints

Shades of #78855E

#78855E
(120,133,94)
#6E7956
(110,121,86)
#646D4E
(100,109,78)
#5A6146
(90,97,70)
#50553E
(80,85,62)
#464936
(70,73,54)
#3C3D2E
(60,61,46)
#323126
(50,49,38)
#28251E
(40,37,30)
#1E1916
(30,25,22)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #78855E

#78855E
(120,133,94)
#84906C
(132,144,108)
#909B7A
(144,155,122)
#9CA688
(156,166,136)
#A8B196
(168,177,150)
#B4BCA4
(180,188,164)
#C0C7B2
(192,199,178)
#CCD2C0
(204,210,192)
#D8DDCE
(216,221,206)
#E4E8DC
(228,232,220)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78855E; }

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

This text font color is #78855E.

Background Color

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

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

This div background color is #78855E.

Border color

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

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

This div border color is #78855E.

Opacity

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

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

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

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

This text has shadow with #78855E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78855E.

Preview

Color preview on black background

This text has color #78855E on black background.


Color preview on white background

This text has color #78855E on white background.


Black color preview on #78855E background

This text has black color on #78855E background.


White color preview on #78855E background

This text has white color on #78855E background.


Related colors

Complementary color

Complementary color for #hex is #877AA1.


I love getcolorcode.com

Triadic colors

1 #5E7885 and #855E78 with #78855E are triadic colors.

2 #5E8578 and #85785E with #78855E are triadic colors.