COLOR #78766F

HEX: #78766F
RGB: (120,118,111)

Color info

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

RGB color model

#78766F color RGB value is (120,118,111).

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

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 111 of 255 = 44%

120
118
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 111 = 349 (100%)
R 120 of 349 ~ 34.38%
G 118 of 349 ~ 33.81%
B 111 of 349 ~ 31.81%

%34.38
%33.81
%31.81

CMYK color model

#78766F color CMYK value is (0,2,8,53).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 7.50%
  • key color value is 52.94%
CMYK:
(0,2,8,53)
C0M2Y8K53 
(0%,2%,8%,53%)
(0.00/0.02/0.08/0.53)	

CMYK percentages

%0
%1.67
%7.5
%52.94

Codes

Color #78766F in popluar color models

78766F
RGB120118111
HSL47°3.90%45.29%
HSB/HSV47°7.50%47.06%
CMYK0.00%1.67%7.50%
52.94%

Color #78766F in popluar number systems.

HEX78766F
Decimal120118111
Binary111100011101101101111
Octal170166157

Shades and tints

Shades of #78766F

#78766F
(120,118,111)
#6E6C65
(110,108,101)
#64625B
(100,98,91)
#5A5851
(90,88,81)
#504E47
(80,78,71)
#46443D
(70,68,61)
#3C3A33
(60,58,51)
#323029
(50,48,41)
#28261F
(40,38,31)
#1E1C15
(30,28,21)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #78766F

#78766F
(120,118,111)
#84827C
(132,130,124)
#908E89
(144,142,137)
#9C9A96
(156,154,150)
#A8A6A3
(168,166,163)
#B4B2B0
(180,178,176)
#C0BEBD
(192,190,189)
#CCCACA
(204,202,202)
#D8D6D7
(216,214,215)
#E4E2E4
(228,226,228)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78766F; }

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

This text font color is #78766F.


Background Color

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

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

This div background color is #78766F.


Border color

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

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

This div border color is #78766F.


Opacity

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

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

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

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

This text has shadow with #78766F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78766F on black background.


Color preview on white background

This text has color #78766F on white background.



Black color preview on #78766F background

This text has black color on #78766F background.


White color preview on #78766F background

This text has white color on #78766F background.