COLOR #78756F

HEX: #78756F
RGB: (120,117,111)

Color info

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

RGB color model

#78756F color RGB value is (120,117,111).

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

RGB channels and saturation

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

120
117
111

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

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 111 = 348 (100%)
R 120 of 348 ~ 34.48%
G 117 of 348 ~ 33.62%
B 111 of 348 ~ 31.9%

%34.48
%33.62
%31.9

CMYK color model

#78756F color CMYK value is (0,3,8,53).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 7.50%
  • key color value is 52.94%
CMYK:
(0,3,8,53)
C0M3Y8K53 
(0%,3%,8%,53%)
(0.00/0.03/0.08/0.53)	

CMYK percentages

%0
%2.5
%7.5
%52.94

Codes

Color #78756F in popluar color models

78756F
RGB120117111
HSL40°3.90%45.29%
HSB/HSV40°7.50%47.06%
CMYK0.00%2.50%7.50%
52.94%

Color #78756F in popluar number systems.

HEX78756F
Decimal120117111
Binary111100011101011101111
Octal170165157

Shades and tints

Shades of #78756F

#78756F
(120,117,111)
#6E6B65
(110,107,101)
#64615B
(100,97,91)
#5A5751
(90,87,81)
#504D47
(80,77,71)
#46433D
(70,67,61)
#3C3933
(60,57,51)
#322F29
(50,47,41)
#28251F
(40,37,31)
#1E1B15
(30,27,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #78756F

#78756F
(120,117,111)
#84817C
(132,129,124)
#908D89
(144,141,137)
#9C9996
(156,153,150)
#A8A5A3
(168,165,163)
#B4B1B0
(180,177,176)
#C0BDBD
(192,189,189)
#CCC9CA
(204,201,202)
#D8D5D7
(216,213,215)
#E4E1E4
(228,225,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78756F; }

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

This text font color is #78756F.


Background Color

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

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

This div background color is #78756F.


Border color

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

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

This div border color is #78756F.


Opacity

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

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

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

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

This text has shadow with #78756F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78756F on black background.


Color preview on white background

This text has color #78756F on white background.



Black color preview on #78756F background

This text has black color on #78756F background.


White color preview on #78756F background

This text has white color on #78756F background.