COLOR #78766D

HEX: #78766D
RGB: (120,118,109)

Color info

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

RGB color model

#78766D color RGB value is (120,118,109).

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

RGB channels and saturation

R 120 of 255 = 47%
G 118 of 255 = 46%
B 109 of 255 = 43%

120
118
109

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

Portions of RGB colors in percentages

R + G + B =
120 + 118 + 109 = 347 (100%)
R 120 of 347 ~ 34.58%
G 118 of 347 ~ 34.01%
B 109 of 347 ~ 31.41%

%34.58
%34.01
%31.41

CMYK color model

#78766D color CMYK value is (0,2,9,53).

  • cyan value is 0.00%
  • magenta value is 1.67%
  • yellow value is 9.17%
  • key color value is 52.94%
CMYK:
(0,2,9,53)
C0M2Y9K53 
(0%,2%,9%,53%)
(0.00/0.02/0.09/0.53)	

CMYK percentages

%0
%1.67
%9.17
%52.94

Codes

Color #78766D in popluar color models

78766D
RGB120118109
HSL49°4.80%44.90%
HSB/HSV49°9.17%47.06%
CMYK0.00%1.67%9.17%
52.94%

Color #78766D in popluar number systems.

HEX78766D
Decimal120118109
Binary111100011101101101101
Octal170166155

Shades and tints

Shades of #78766D

#78766D
(120,118,109)
#6E6C64
(110,108,100)
#64625B
(100,98,91)
#5A5852
(90,88,82)
#504E49
(80,78,73)
#464440
(70,68,64)
#3C3A37
(60,58,55)
#32302E
(50,48,46)
#282625
(40,38,37)
#1E1C1C
(30,28,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #78766D

#78766D
(120,118,109)
#84827A
(132,130,122)
#908E87
(144,142,135)
#9C9A94
(156,154,148)
#A8A6A1
(168,166,161)
#B4B2AE
(180,178,174)
#C0BEBB
(192,190,187)
#CCCAC8
(204,202,200)
#D8D6D5
(216,214,213)
#E4E2E2
(228,226,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78766D; }

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

This text font color is #78766D.


Background Color

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

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

This div background color is #78766D.


Border color

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

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

This div border color is #78766D.


Opacity

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

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

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

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

This text has shadow with #78766D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78766D on black background.


Color preview on white background

This text has color #78766D on white background.



Black color preview on #78766D background

This text has black color on #78766D background.


White color preview on #78766D background

This text has white color on #78766D background.