COLOR #78816C

HEX: #78816C
RGB: (120,129,108)

Color info

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

RGB color model

#78816C color RGB value is (120,129,108).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 108 of 255 = 42%

120
129
108

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 108 = 357 (100%)
R 120 of 357 ~ 33.61%
G 129 of 357 ~ 36.13%
B 108 of 357 ~ 30.25%

%33.61
%36.13
%30.25

CMYK color model

#78816C color CMYK value is (7,0,16,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 49.41%
CMYK:
(7,0,16,49)
C7M0Y16K49 
(7%,0%,16%,49%)
(0.07/0.00/0.16/0.49)	

CMYK percentages

%6.98
%0
%16.28
%49.41

Codes

Color #78816C in popluar color models

78816C
RGB120129108
HSL86°8.86%46.47%
HSB/HSV86°16.28%50.59%
CMYK6.98%0.00%16.28%
49.41%

Color #78816C in popluar number systems.

HEX78816C
Decimal120129108
Binary1111000100000011101100
Octal170201154

Shades and tints

Shades of #78816C

#78816C
(120,129,108)
#6E7663
(110,118,99)
#646B5A
(100,107,90)
#5A6051
(90,96,81)
#505548
(80,85,72)
#464A3F
(70,74,63)
#3C3F36
(60,63,54)
#32342D
(50,52,45)
#282924
(40,41,36)
#1E1E1B
(30,30,27)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #78816C

#78816C
(120,129,108)
#848C79
(132,140,121)
#909786
(144,151,134)
#9CA293
(156,162,147)
#A8ADA0
(168,173,160)
#B4B8AD
(180,184,173)
#C0C3BA
(192,195,186)
#CCCEC7
(204,206,199)
#D8D9D4
(216,217,212)
#E4E4E1
(228,228,225)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78816C; }

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

This text font color is #78816C.


Background Color

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

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

This div background color is #78816C.


Border color

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

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

This div border color is #78816C.


Opacity

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

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

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

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

This text has shadow with #78816C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78816C on black background.


Color preview on white background

This text has color #78816C on white background.



Black color preview on #78816C background

This text has black color on #78816C background.


White color preview on #78816C background

This text has white color on #78816C background.