COLOR #78826E

HEX: #78826E
RGB: (120,130,110)

Color info

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

RGB color model

#78826E color RGB value is (120,130,110).

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

RGB channels and saturation

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

120
130
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 130 + 110 = 360 (100%)
R 120 of 360 ~ 33.33%
G 130 of 360 ~ 36.11%
B 110 of 360 ~ 30.56%

%33.33
%36.11
%30.56

CMYK color model

#78826E color CMYK value is (8,0,15,49).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(8,0,15,49)
C8M0Y15K49 
(8%,0%,15%,49%)
(0.08/0.00/0.15/0.49)	

CMYK percentages

%7.69
%0
%15.38
%49.02

Codes

Color #78826E in popluar color models

78826E
RGB120130110
HSL90°8.33%47.06%
HSB/HSV90°15.38%50.98%
CMYK7.69%0.00%15.38%
49.02%

Color #78826E in popluar number systems.

HEX78826E
Decimal120130110
Binary1111000100000101101110
Octal170202156

Shades and tints

Shades of #78826E

#78826E
(120,130,110)
#6E7764
(110,119,100)
#646C5A
(100,108,90)
#5A6150
(90,97,80)
#505646
(80,86,70)
#464B3C
(70,75,60)
#3C4032
(60,64,50)
#323528
(50,53,40)
#282A1E
(40,42,30)
#1E1F14
(30,31,20)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #78826E

#78826E
(120,130,110)
#848D7B
(132,141,123)
#909888
(144,152,136)
#9CA395
(156,163,149)
#A8AEA2
(168,174,162)
#B4B9AF
(180,185,175)
#C0C4BC
(192,196,188)
#CCCFC9
(204,207,201)
#D8DAD6
(216,218,214)
#E4E5E3
(228,229,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78826E; }

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

This text font color is #78826E.


Background Color

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

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

This div background color is #78826E.


Border color

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

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

This div border color is #78826E.


Opacity

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

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

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

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

This text has shadow with #78826E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78826E on black background.


Color preview on white background

This text has color #78826E on white background.



Black color preview on #78826E background

This text has black color on #78826E background.


White color preview on #78826E background

This text has white color on #78826E background.