COLOR #78866C

HEX: #78866C
RGB: (120,134,108)

Color info

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

RGB color model

#78866C color RGB value is (120,134,108).

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

RGB channels and saturation

R 120 of 255 = 47%
G 134 of 255 = 53%
B 108 of 255 = 42%

120
134
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 134 + 108 = 362 (100%)
R 120 of 362 ~ 33.15%
G 134 of 362 ~ 37.02%
B 108 of 362 ~ 29.83%

%33.15
%37.02
%29.83

CMYK color model

#78866C color CMYK value is (10,0,19,47).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 47.45%
CMYK:
(10,0,19,47)
C10M0Y19K47 
(10%,0%,19%,47%)
(0.10/0.00/0.19/0.47)	

CMYK percentages

%10.45
%0
%19.4
%47.45

Codes

Color #78866C in popluar color models

78866C
RGB120134108
HSL92°10.74%47.45%
HSB/HSV92°19.40%52.55%
CMYK10.45%0.00%19.40%
47.45%

Color #78866C in popluar number systems.

HEX78866C
Decimal120134108
Binary1111000100001101101100
Octal170206154

Shades and tints

Shades of #78866C

#78866C
(120,134,108)
#6E7A63
(110,122,99)
#646E5A
(100,110,90)
#5A6251
(90,98,81)
#505648
(80,86,72)
#464A3F
(70,74,63)
#3C3E36
(60,62,54)
#32322D
(50,50,45)
#282624
(40,38,36)
#1E1A1B
(30,26,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #78866C

#78866C
(120,134,108)
#849179
(132,145,121)
#909C86
(144,156,134)
#9CA793
(156,167,147)
#A8B2A0
(168,178,160)
#B4BDAD
(180,189,173)
#C0C8BA
(192,200,186)
#CCD3C7
(204,211,199)
#D8DED4
(216,222,212)
#E4E9E1
(228,233,225)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78866C; }

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

This text font color is #78866C.


Background Color

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

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

This div background color is #78866C.


Border color

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

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

This div border color is #78866C.


Opacity

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

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

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

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

This text has shadow with #78866C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78866C on black background.


Color preview on white background

This text has color #78866C on white background.



Black color preview on #78866C background

This text has black color on #78866C background.


White color preview on #78866C background

This text has white color on #78866C background.