COLOR #78756B

HEX: #78756B
RGB: (120,117,107)

Color info

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

RGB color model

#78756B color RGB value is (120,117,107).

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

RGB channels and saturation

R 120 of 255 = 47%
G 117 of 255 = 46%
B 107 of 255 = 42%

120
117
107

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

Portions of RGB colors in percentages

R + G + B =
120 + 117 + 107 = 344 (100%)
R 120 of 344 ~ 34.88%
G 117 of 344 ~ 34.01%
B 107 of 344 ~ 31.1%

%34.88
%34.01
%31.1

CMYK color model

#78756B color CMYK value is (0,3,11,53).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(0,3,11,53)
C0M3Y11K53 
(0%,3%,11%,53%)
(0.00/0.03/0.11/0.53)	

CMYK percentages

%0
%2.5
%10.83
%52.94

Codes

Color #78756B in popluar color models

78756B
RGB120117107
HSL46°5.73%44.51%
HSB/HSV46°10.83%47.06%
CMYK0.00%2.50%10.83%
52.94%

Color #78756B in popluar number systems.

HEX78756B
Decimal120117107
Binary111100011101011101011
Octal170165153

Shades and tints

Shades of #78756B

#78756B
(120,117,107)
#6E6B62
(110,107,98)
#646159
(100,97,89)
#5A5750
(90,87,80)
#504D47
(80,77,71)
#46433E
(70,67,62)
#3C3935
(60,57,53)
#322F2C
(50,47,44)
#282523
(40,37,35)
#1E1B1A
(30,27,26)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #78756B

#78756B
(120,117,107)
#848178
(132,129,120)
#908D85
(144,141,133)
#9C9992
(156,153,146)
#A8A59F
(168,165,159)
#B4B1AC
(180,177,172)
#C0BDB9
(192,189,185)
#CCC9C6
(204,201,198)
#D8D5D3
(216,213,211)
#E4E1E0
(228,225,224)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78756B; }

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

This text font color is #78756B.


Background Color

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

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

This div background color is #78756B.


Border color

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

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

This div border color is #78756B.


Opacity

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

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

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

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

This text has shadow with #78756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78756B on black background.


Color preview on white background

This text has color #78756B on white background.



Black color preview on #78756B background

This text has black color on #78756B background.


White color preview on #78756B background

This text has white color on #78756B background.