COLOR #78865E

HEX: #78865E RGB: (120,134,94)

Color info

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

RGB color model

#78865E color RGB value is (120,134,94).

RGB: (120,134,94) (47%, 53%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 94 of 255 = 37%

120
134
94

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

Portions of RGB colors in percentages

R + G + B = 120 + 134 + 94 = 348 (100%)
R 120 of 348 ~ 34.48%
G 134 of 348 ~ 38.51%
B 94 of 348 ~ 27.01'%

%34.48
%38.51
%27.01

CMYK color model

#78865E color CMYK value is (10,0,30,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 29.85%
  • key color value is 47.45%

CMYK: (10,0,30,47)
C10M0Y30K47 (10%, 0%, 30%, 47%)
(0.10 / 0.00 / 0.30 / 0.47)

CMYK percentages

%10.45
%0
%29.85
%47.45

Codes

Color #78865E in popluar color models

78 86 5E
RGB 120 134 94
HSL 81° 17.54% 44.71%
HSB/HSV 81° 29.85% 52.55%
CMYK 10.45% 0.00% 29.85%
47.45%

Color #78865E in popluar number systems.

HEX 78 86 5E
Decimal 120 134 94
Binary 1111000 10000110 1011110
Octal 170 206 136

Shades and tints

Shades of #78865E

#78865E
(120,134,94)
#6E7A56
(110,122,86)
#646E4E
(100,110,78)
#5A6246
(90,98,70)
#50563E
(80,86,62)
#464A36
(70,74,54)
#3C3E2E
(60,62,46)
#323226
(50,50,38)
#28261E
(40,38,30)
#1E1A16
(30,26,22)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #78865E

#78865E
(120,134,94)
#84916C
(132,145,108)
#909C7A
(144,156,122)
#9CA788
(156,167,136)
#A8B296
(168,178,150)
#B4BDA4
(180,189,164)
#C0C8B2
(192,200,178)
#CCD3C0
(204,211,192)
#D8DECE
(216,222,206)
#E4E9DC
(228,233,220)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78865E; }

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

This text font color is #78865E.

Background Color

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

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

This div background color is #78865E.

Border color

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

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

This div border color is #78865E.

Opacity

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

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

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

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

This text has shadow with #78865E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78865E.

Preview

Color preview on black background

This text has color #78865E on black background.


Color preview on white background

This text has color #78865E on white background.


Black color preview on #78865E background

This text has black color on #78865E background.


White color preview on #78865E background

This text has white color on #78865E background.


Related colors

Complementary color

Complementary color for #hex is #8779A1.


I love getcolorcode.com

Triadic colors

1 #5E7886 and #865E78 with #78865E are triadic colors.

2 #5E8678 and #86785E with #78865E are triadic colors.