COLOR #78896C

HEX: #78896C RGB: (120,137,108)

Color info

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

RGB color model

#78896C color RGB value is (120,137,108).

RGB: (120,137,108) (47%, 54%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 137 of 255 = 54%
B 108 of 255 = 42%

120
137
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 137 + 108 = 365 (100%)
R 120 of 365 ~ 32.88%
G 137 of 365 ~ 37.53%
B 108 of 365 ~ 29.59'%

%32.88
%37.53
%29.59

CMYK color model

#78896C color CMYK value is (12,0,21,46).

  • cyan value is 12.41%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%

CMYK: (12,0,21,46)
C12M0Y21K46 (12%, 0%, 21%, 46%)
(0.12 / 0.00 / 0.21 / 0.46)

CMYK percentages

%12.41
%0
%21.17
%46.27

Codes

Color #78896C in popluar color models

78 89 6C
RGB 120 137 108
HSL 95° 11.84% 48.04%
HSB/HSV 95° 21.17% 53.73%
CMYK 12.41% 0.00% 21.17%
46.27%

Color #78896C in popluar number systems.

HEX 78 89 6C
Decimal 120 137 108
Binary 1111000 10001001 1101100
Octal 170 211 154

Shades and tints

Shades of #78896C

#78896C
(120,137,108)
#6E7D63
(110,125,99)
#64715A
(100,113,90)
#5A6551
(90,101,81)
#505948
(80,89,72)
#464D3F
(70,77,63)
#3C4136
(60,65,54)
#32352D
(50,53,45)
#282924
(40,41,36)
#1E1D1B
(30,29,27)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #78896C

#78896C
(120,137,108)
#849379
(132,147,121)
#909D86
(144,157,134)
#9CA793
(156,167,147)
#A8B1A0
(168,177,160)
#B4BBAD
(180,187,173)
#C0C5BA
(192,197,186)
#CCCFC7
(204,207,199)
#D8D9D4
(216,217,212)
#E4E3E1
(228,227,225)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78896C; }

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

This text font color is #78896C.

Background Color

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

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

This div background color is #78896C.

Border color

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

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

This div border color is #78896C.

Opacity

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

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

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

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

This text has shadow with #78896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78896C.

Preview

Color preview on black background

This text has color #78896C on black background.


Color preview on white background

This text has color #78896C on white background.


Black color preview on #78896C background

This text has black color on #78896C background.


White color preview on #78896C background

This text has white color on #78896C background.


Related colors

Complementary color

Complementary color for #hex is #877693.


I love getcolorcode.com

Triadic colors

1 #6C7889 and #896C78 with #78896C are triadic colors.

2 #6C8978 and #89786C with #78896C are triadic colors.