COLOR #78786E

HEX: #78786E
RGB: (120,120,110)

Color info

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

RGB color model

#78786E color RGB value is (120,120,110).

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

RGB channels and saturation

R 120 of 255 = 47%
G 120 of 255 = 47%
B 110 of 255 = 43%

120
120
110

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

Portions of RGB colors in percentages

R + G + B =
120 + 120 + 110 = 350 (100%)
R 120 of 350 ~ 34.29%
G 120 of 350 ~ 34.29%
B 110 of 350 ~ 31.43%

%34.29
%34.29
%31.43

CMYK color model

#78786E color CMYK value is (0,0,8,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 52.94%
CMYK:
(0,0,8,53)
C0M0Y8K53 
(0%,0%,8%,53%)
(0.00/0.00/0.08/0.53)	

CMYK percentages

%0
%0
%8.33
%52.94

Codes

Color #78786E in popluar color models

78786E
RGB120120110
HSL60°4.35%45.10%
HSB/HSV60°8.33%47.06%
CMYK0.00%0.00%8.33%
52.94%

Color #78786E in popluar number systems.

HEX78786E
Decimal120120110
Binary111100011110001101110
Octal170170156

Shades and tints

Shades of #78786E

#78786E
(120,120,110)
#6E6E64
(110,110,100)
#64645A
(100,100,90)
#5A5A50
(90,90,80)
#505046
(80,80,70)
#46463C
(70,70,60)
#3C3C32
(60,60,50)
#323228
(50,50,40)
#28281E
(40,40,30)
#1E1E14
(30,30,20)
#14140A
(20,20,10)
#000000
(0,0,0)

Tints of #78786E

#78786E
(120,120,110)
#84847B
(132,132,123)
#909088
(144,144,136)
#9C9C95
(156,156,149)
#A8A8A2
(168,168,162)
#B4B4AF
(180,180,175)
#C0C0BC
(192,192,188)
#CCCCC9
(204,204,201)
#D8D8D6
(216,216,214)
#E4E4E3
(228,228,227)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78786E color. Also use rgb(120,120,110) instead hex code.

Text Font Color

.myTextColor { color: #78786E; }

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

This text font color is #78786E.


Background Color

.myBgColor { background-color: #78786E; }

<div style="background-color:#78786E">Inner text</div>

This div background color is #78786E.


Border color

.myBorderColor { border: 1px solid #78786E; }

<div style="border:3px solid #78786E">Div</div>

This div border color is #78786E.


Opacity

.myOpacity80 { color: #78786E; opacity: 0.8; }

<p style="color:#78786E;opacity:0.8;">80%</p>

Text with #78786E 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 #78786E;}

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

This text has shadow with #78786E color.

.textShadow {text-shadow: 3px 3px 1px #78786E, 3px 3px 1px red;}

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

This text has shadow with #78786E primary color and red secondary color.


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

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

This text has shadow with #78786E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78786E on black background.


Color preview on white background

This text has color #78786E on white background.



Black color preview on #78786E background

This text has black color on #78786E background.


White color preview on #78786E background

This text has white color on #78786E background.