COLOR #78856C

HEX: #78856C RGB: (120,133,108)

Color info

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

RGB color model

#78856C color RGB value is (120,133,108).

RGB: (120,133,108) (47%, 52%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 133 of 255 = 52%
B 108 of 255 = 42%

120
133
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 133 + 108 = 361 (100%)
R 120 of 361 ~ 33.24%
G 133 of 361 ~ 36.84%
B 108 of 361 ~ 29.92'%

%33.24
%36.84
%29.92

CMYK color model

#78856C color CMYK value is (10,0,19,48).

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

CMYK: (10,0,19,48)
C10M0Y19K48 (10%, 0%, 19%, 48%)
(0.10 / 0.00 / 0.19 / 0.48)

CMYK percentages

%9.77
%0
%18.8
%47.84

Codes

Color #78856C in popluar color models

78 85 6C
RGB 120 133 108
HSL 91° 10.37% 47.25%
HSB/HSV 91° 18.80% 52.16%
CMYK 9.77% 0.00% 18.80%
47.84%

Color #78856C in popluar number systems.

HEX 78 85 6C
Decimal 120 133 108
Binary 1111000 10000101 1101100
Octal 170 205 154

Shades and tints

Shades of #78856C

#78856C
(120,133,108)
#6E7963
(110,121,99)
#646D5A
(100,109,90)
#5A6151
(90,97,81)
#505548
(80,85,72)
#46493F
(70,73,63)
#3C3D36
(60,61,54)
#32312D
(50,49,45)
#282524
(40,37,36)
#1E191B
(30,25,27)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #78856C

#78856C
(120,133,108)
#849079
(132,144,121)
#909B86
(144,155,134)
#9CA693
(156,166,147)
#A8B1A0
(168,177,160)
#B4BCAD
(180,188,173)
#C0C7BA
(192,199,186)
#CCD2C7
(204,210,199)
#D8DDD4
(216,221,212)
#E4E8E1
(228,232,225)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78856C; }

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

This text font color is #78856C.

Background Color

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

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

This div background color is #78856C.

Border color

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

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

This div border color is #78856C.

Opacity

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

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

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

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

This text has shadow with #78856C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78856C.

Preview

Color preview on black background

This text has color #78856C on black background.


Color preview on white background

This text has color #78856C on white background.


Black color preview on #78856C background

This text has black color on #78856C background.


White color preview on #78856C background

This text has white color on #78856C background.


Related colors

Complementary color

Complementary color for #hex is #877A93.


I love getcolorcode.com

Triadic colors

1 #6C7885 and #856C78 with #78856C are triadic colors.

2 #6C8578 and #85786C with #78856C are triadic colors.