COLOR #78827E

HEX: #78827E
RGB: (120,130,126)

Color info

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

RGB color model

#78827E color RGB value is (120,130,126).

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

RGB channels and saturation

R 120 of 255 = 47%
G 130 of 255 = 51%
B 126 of 255 = 49%

120
130
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 130 + 126 = 376 (100%)
R 120 of 376 ~ 31.91%
G 130 of 376 ~ 34.57%
B 126 of 376 ~ 33.51%

%31.91
%34.57
%33.51

CMYK color model

#78827E color CMYK value is (8,0,3,49).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(8,0,3,49)
C8M0Y3K49 
(8%,0%,3%,49%)
(0.08/0.00/0.03/0.49)	

CMYK percentages

%7.69
%0
%3.08
%49.02

Codes

Color #78827E in popluar color models

78827E
RGB120130126
HSL156°4.00%49.02%
HSB/HSV156°7.69%50.98%
CMYK7.69%0.00%3.08%
49.02%

Color #78827E in popluar number systems.

HEX78827E
Decimal120130126
Binary1111000100000101111110
Octal170202176

Shades and tints

Shades of #78827E

#78827E
(120,130,126)
#6E7773
(110,119,115)
#646C68
(100,108,104)
#5A615D
(90,97,93)
#505652
(80,86,82)
#464B47
(70,75,71)
#3C403C
(60,64,60)
#323531
(50,53,49)
#282A26
(40,42,38)
#1E1F1B
(30,31,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #78827E

#78827E
(120,130,126)
#848D89
(132,141,137)
#909894
(144,152,148)
#9CA39F
(156,163,159)
#A8AEAA
(168,174,170)
#B4B9B5
(180,185,181)
#C0C4C0
(192,196,192)
#CCCFCB
(204,207,203)
#D8DAD6
(216,218,214)
#E4E5E1
(228,229,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78827E; }

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

This text font color is #78827E.


Background Color

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

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

This div background color is #78827E.


Border color

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

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

This div border color is #78827E.


Opacity

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

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

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

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

This text has shadow with #78827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78827E on black background.


Color preview on white background

This text has color #78827E on white background.



Black color preview on #78827E background

This text has black color on #78827E background.


White color preview on #78827E background

This text has white color on #78827E background.