COLOR #78816E

HEX: #78816E
RGB: (120,129,110)

Color info

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

RGB color model

#78816E color RGB value is (120,129,110).

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

RGB channels and saturation

R 120 of 255 = 47%
G 129 of 255 = 51%
B 110 of 255 = 43%

120
129
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 129 + 110 = 359 (100%)
R 120 of 359 ~ 33.43%
G 129 of 359 ~ 35.93%
B 110 of 359 ~ 30.64%

%33.43
%35.93
%30.64

CMYK color model

#78816E color CMYK value is (7,0,15,49).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 49.41%
CMYK:
(7,0,15,49)
C7M0Y15K49 
(7%,0%,15%,49%)
(0.07/0.00/0.15/0.49)	

CMYK percentages

%6.98
%0
%14.73
%49.41

Codes

Color #78816E in popluar color models

78816E
RGB120129110
HSL88°7.95%46.86%
HSB/HSV88°14.73%50.59%
CMYK6.98%0.00%14.73%
49.41%

Color #78816E in popluar number systems.

HEX78816E
Decimal120129110
Binary1111000100000011101110
Octal170201156

Shades and tints

Shades of #78816E

#78816E
(120,129,110)
#6E7664
(110,118,100)
#646B5A
(100,107,90)
#5A6050
(90,96,80)
#505546
(80,85,70)
#464A3C
(70,74,60)
#3C3F32
(60,63,50)
#323428
(50,52,40)
#28291E
(40,41,30)
#1E1E14
(30,30,20)
#14130A
(20,19,10)
#000000
(0,0,0)

Tints of #78816E

#78816E
(120,129,110)
#848C7B
(132,140,123)
#909788
(144,151,136)
#9CA295
(156,162,149)
#A8ADA2
(168,173,162)
#B4B8AF
(180,184,175)
#C0C3BC
(192,195,188)
#CCCEC9
(204,206,201)
#D8D9D6
(216,217,214)
#E4E4E3
(228,228,227)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78816E; }

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

This text font color is #78816E.


Background Color

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

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

This div background color is #78816E.


Border color

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

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

This div border color is #78816E.


Opacity

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

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

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

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

This text has shadow with #78816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78816E on black background.


Color preview on white background

This text has color #78816E on white background.



Black color preview on #78816E background

This text has black color on #78816E background.


White color preview on #78816E background

This text has white color on #78816E background.