COLOR #78875F

HEX: #78875F RGB: (120,135,95)

Color info

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

RGB color model

#78875F color RGB value is (120,135,95).

RGB: (120,135,95) (47%, 53%, 37%)

RGB channels and saturation

R 120 of 255 = 47%
G 135 of 255 = 53%
B 95 of 255 = 37%

120
135
95

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

Portions of RGB colors in percentages

R + G + B = 120 + 135 + 95 = 350 (100%)
R 120 of 350 ~ 34.29%
G 135 of 350 ~ 38.57%
B 95 of 350 ~ 27.14'%

%34.29
%38.57
%27.14

CMYK color model

#78875F color CMYK value is (11,0,30,47).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%

CMYK: (11,0,30,47)
C11M0Y30K47 (11%, 0%, 30%, 47%)
(0.11 / 0.00 / 0.30 / 0.47)

CMYK percentages

%11.11
%0
%29.63
%47.06

Codes

Color #78875F in popluar color models

78 87 5F
RGB 120 135 95
HSL 83° 17.39% 45.10%
HSB/HSV 83° 29.63% 52.94%
CMYK 11.11% 0.00% 29.63%
47.06%

Color #78875F in popluar number systems.

HEX 78 87 5F
Decimal 120 135 95
Binary 1111000 10000111 1011111
Octal 170 207 137

Shades and tints

Shades of #78875F

#78875F
(120,135,95)
#6E7B57
(110,123,87)
#646F4F
(100,111,79)
#5A6347
(90,99,71)
#50573F
(80,87,63)
#464B37
(70,75,55)
#3C3F2F
(60,63,47)
#323327
(50,51,39)
#28271F
(40,39,31)
#1E1B17
(30,27,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #78875F

#78875F
(120,135,95)
#84916D
(132,145,109)
#909B7B
(144,155,123)
#9CA589
(156,165,137)
#A8AF97
(168,175,151)
#B4B9A5
(180,185,165)
#C0C3B3
(192,195,179)
#CCCDC1
(204,205,193)
#D8D7CF
(216,215,207)
#E4E1DD
(228,225,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78875F; }

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

This text font color is #78875F.

Background Color

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

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

This div background color is #78875F.

Border color

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

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

This div border color is #78875F.

Opacity

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

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

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

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

This text has shadow with #78875F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78875F.

Preview

Color preview on black background

This text has color #78875F on black background.


Color preview on white background

This text has color #78875F on white background.


Black color preview on #78875F background

This text has black color on #78875F background.


White color preview on #78875F background

This text has white color on #78875F background.


Related colors

Complementary color

Complementary color for #hex is #8778A0.


I love getcolorcode.com

Triadic colors

1 #5F7887 and #875F78 with #78875F are triadic colors.

2 #5F8778 and #87785F with #78875F are triadic colors.