COLOR #78796F

HEX: #78796F
RGB: (120,121,111)

Color info

#78796F contains red, green and blue colors in about the same proportion. Web safe color of #78796F is #666666 (or #666).

RGB color model

#78796F color RGB value is (120,121,111).

  • red value is 120;
  • green value is 121;
  • blue value is 111.
RGB:
(120,121,111)
(47%,47%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 121 of 255 = 47%
B 111 of 255 = 44%

120
121
111

R + G + B ~ 46%. #78796F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 121 + 111 = 352 (100%)
R 120 of 352 ~ 34.09%
G 121 of 352 ~ 34.38%
B 111 of 352 ~ 31.53%

%34.09
%34.38
%31.53

CMYK color model

#78796F color CMYK value is (1,0,8,53).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(1,0,8,53)
C1M0Y8K53 
(1%,0%,8%,53%)
(0.01/0.00/0.08/0.53)	

CMYK percentages

%0.83
%0
%8.26
%52.55

Codes

Color #78796F in popluar color models

78796F
RGB120121111
HSL66°4.31%45.49%
HSB/HSV66°8.26%47.45%
CMYK0.83%0.00%8.26%
52.55%

Color #78796F in popluar number systems.

HEX78796F
Decimal120121111
Binary111100011110011101111
Octal170171157

Shades and tints

Shades of #78796F

#78796F
(120,121,111)
#6E6E65
(110,110,101)
#64635B
(100,99,91)
#5A5851
(90,88,81)
#504D47
(80,77,71)
#46423D
(70,66,61)
#3C3733
(60,55,51)
#322C29
(50,44,41)
#28211F
(40,33,31)
#1E1615
(30,22,21)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #78796F

#78796F
(120,121,111)
#84857C
(132,133,124)
#909189
(144,145,137)
#9C9D96
(156,157,150)
#A8A9A3
(168,169,163)
#B4B5B0
(180,181,176)
#C0C1BD
(192,193,189)
#CCCDCA
(204,205,202)
#D8D9D7
(216,217,215)
#E4E5E4
(228,229,228)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78796F color. Also use rgb(120,121,111) instead hex code.

Text Font Color

.myTextColor { color: #78796F; }

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

This text font color is #78796F.


Background Color

.myBgColor { background-color: #78796F; }

<div style="background-color:#78796F">Inner text</div>

This div background color is #78796F.


Border color

.myBorderColor { border: 1px solid #78796F; }

<div style="border:3px solid #78796F">Div</div>

This div border color is #78796F.


Opacity

.myOpacity80 { color: #78796F; opacity: 0.8; }

<p style="color:#78796F;opacity:0.8;">80%</p>

Text with #78796F 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 #78796F;}

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

This text has shadow with #78796F color.

.textShadow {text-shadow: 3px 3px 1px #78796F, 3px 3px 1px red;}

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

This text has shadow with #78796F primary color and red secondary color.


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

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

This text has shadow with #78796F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78796F on black background.


Color preview on white background

This text has color #78796F on white background.



Black color preview on #78796F background

This text has black color on #78796F background.


White color preview on #78796F background

This text has white color on #78796F background.