COLOR #78856E

HEX: #78856E
RGB: (120,133,110)

Color info

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

RGB color model

#78856E color RGB value is (120,133,110).

  • red value is 120;
  • green value is 133;
  • blue value is 110.
RGB:
(120,133,110)
(47%,52%,43%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 110 of 255 = 43%

120
133
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 133 + 110 = 363 (100%)
R 120 of 363 ~ 33.06%
G 133 of 363 ~ 36.64%
B 110 of 363 ~ 30.3%

%33.06
%36.64
%30.3

CMYK color model

#78856E color CMYK value is (10,0,17,48).

  • cyan value is 9.77%
  • magenta value is 0.00%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK:
(10,0,17,48)
C10M0Y17K48 
(10%,0%,17%,48%)
(0.10/0.00/0.17/0.48)	

CMYK percentages

%9.77
%0
%17.29
%47.84

Codes

Color #78856E in popluar color models

78856E
RGB120133110
HSL94°9.47%47.65%
HSB/HSV94°17.29%52.16%
CMYK9.77%0.00%17.29%
47.84%

Color #78856E in popluar number systems.

HEX78856E
Decimal120133110
Binary1111000100001011101110
Octal170205156

Shades and tints

Shades of #78856E

#78856E
(120,133,110)
#6E7964
(110,121,100)
#646D5A
(100,109,90)
#5A6150
(90,97,80)
#505546
(80,85,70)
#46493C
(70,73,60)
#3C3D32
(60,61,50)
#323128
(50,49,40)
#28251E
(40,37,30)
#1E1914
(30,25,20)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #78856E

#78856E
(120,133,110)
#84907B
(132,144,123)
#909B88
(144,155,136)
#9CA695
(156,166,149)
#A8B1A2
(168,177,162)
#B4BCAF
(180,188,175)
#C0C7BC
(192,199,188)
#CCD2C9
(204,210,201)
#D8DDD6
(216,221,214)
#E4E8E3
(228,232,227)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78856E; }

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

This text font color is #78856E.


Background Color

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

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

This div background color is #78856E.


Border color

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

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

This div border color is #78856E.


Opacity

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

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

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

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

This text has shadow with #78856E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78856E on black background.


Color preview on white background

This text has color #78856E on white background.



Black color preview on #78856E background

This text has black color on #78856E background.


White color preview on #78856E background

This text has white color on #78856E background.