COLOR #78895F

HEX: #78895F
RGB: (120,137,95)

Color info

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

RGB color model

#78895F color RGB value is (120,137,95).

  • red value is 120;
  • green value is 137;
  • blue value is 95.
RGB:
(120,137,95)
(47%,54%,37%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 95 of 255 = 37%

120
137
95

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

Portions of RGB colors in percentages

R + G + B =
120 + 137 + 95 = 352 (100%)
R 120 of 352 ~ 34.09%
G 137 of 352 ~ 38.92%
B 95 of 352 ~ 26.99%

%34.09
%38.92
%26.99

CMYK color model

#78895F color CMYK value is (12,0,31,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 30.66%
  • key color value is 46.27%
CMYK:
(12,0,31,46)
C12M0Y31K46 
(12%,0%,31%,46%)
(0.12/0.00/0.31/0.46)	

CMYK percentages

%12.41
%0
%30.66
%46.27

Codes

Color #78895F in popluar color models

78895F
RGB12013795
HSL84°18.10%45.49%
HSB/HSV84°30.66%53.73%
CMYK12.41%0.00%30.66%
46.27%

Color #78895F in popluar number systems.

HEX78895F
Decimal12013795
Binary1111000100010011011111
Octal170211137

Shades and tints

Shades of #78895F

#78895F
(120,137,95)
#6E7D57
(110,125,87)
#64714F
(100,113,79)
#5A6547
(90,101,71)
#50593F
(80,89,63)
#464D37
(70,77,55)
#3C412F
(60,65,47)
#323527
(50,53,39)
#28291F
(40,41,31)
#1E1D17
(30,29,23)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #78895F

#78895F
(120,137,95)
#84936D
(132,147,109)
#909D7B
(144,157,123)
#9CA789
(156,167,137)
#A8B197
(168,177,151)
#B4BBA5
(180,187,165)
#C0C5B3
(192,197,179)
#CCCFC1
(204,207,193)
#D8D9CF
(216,217,207)
#E4E3DD
(228,227,221)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78895F color. Also use rgb(120,137,95) instead hex code.

Text Font Color

.myTextColor { color: #78895F; }

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

This text font color is #78895F.


Background Color

.myBgColor { background-color: #78895F; }

<div style="background-color:#78895F">Inner text</div>

This div background color is #78895F.


Border color

.myBorderColor { border: 1px solid #78895F; }

<div style="border:3px solid #78895F">Div</div>

This div border color is #78895F.


Opacity

.myOpacity80 { color: #78895F; opacity: 0.8; }

<p style="color:#78895F;opacity:0.8;">80%</p>

Text with #78895F 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 #78895F;}

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

This text has shadow with #78895F color.

.textShadow {text-shadow: 3px 3px 1px #78895F, 3px 3px 1px red;}

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

This text has shadow with #78895F primary color and red secondary color.


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

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

This text has shadow with #78895F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78895F on black background.


Color preview on white background

This text has color #78895F on white background.



Black color preview on #78895F background

This text has black color on #78895F background.


White color preview on #78895F background

This text has white color on #78895F background.