COLOR #78806C

HEX: #78806C
RGB: (120,128,108)

Color info

#78806C contains red, green and blue colors in about the same proportion. Web safe color of #78806C is #666666 (or #666).

RGB color model

#78806C color RGB value is (120,128,108).

  • red value is 120;
  • green value is 128;
  • blue value is 108.
RGB:
(120,128,108)
(47%,50%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 108 of 255 = 42%

120
128
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 108 = 356 (100%)
R 120 of 356 ~ 33.71%
G 128 of 356 ~ 35.96%
B 108 of 356 ~ 30.34%

%33.71
%35.96
%30.34

CMYK color model

#78806C color CMYK value is (6,0,16,50).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(6,0,16,50)
C6M0Y16K50 
(6%,0%,16%,50%)
(0.06/0.00/0.16/0.50)	

CMYK percentages

%6.25
%0
%15.63
%49.8

Codes

Color #78806C in popluar color models

78806C
RGB120128108
HSL84°8.47%46.27%
HSB/HSV84°15.63%50.20%
CMYK6.25%0.00%15.63%
49.80%

Color #78806C in popluar number systems.

HEX78806C
Decimal120128108
Binary1111000100000001101100
Octal170200154

Shades and tints

Shades of #78806C

#78806C
(120,128,108)
#6E7563
(110,117,99)
#646A5A
(100,106,90)
#5A5F51
(90,95,81)
#505448
(80,84,72)
#46493F
(70,73,63)
#3C3E36
(60,62,54)
#32332D
(50,51,45)
#282824
(40,40,36)
#1E1D1B
(30,29,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #78806C

#78806C
(120,128,108)
#848B79
(132,139,121)
#909686
(144,150,134)
#9CA193
(156,161,147)
#A8ACA0
(168,172,160)
#B4B7AD
(180,183,173)
#C0C2BA
(192,194,186)
#CCCDC7
(204,205,199)
#D8D8D4
(216,216,212)
#E4E3E1
(228,227,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78806C; }

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

This text font color is #78806C.


Background Color

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

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

This div background color is #78806C.


Border color

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

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

This div border color is #78806C.


Opacity

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

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

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

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

This text has shadow with #78806C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78806C on black background.


Color preview on white background

This text has color #78806C on white background.



Black color preview on #78806C background

This text has black color on #78806C background.


White color preview on #78806C background

This text has white color on #78806C background.