COLOR #78686C

HEX: #78686C
RGB: (120,104,108)

Color info

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

RGB color model

#78686C color RGB value is (120,104,108).

  • red value is 120;
  • green value is 104;
  • blue value is 108.
RGB:
(120,104,108)
(47%,41%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 108 of 255 = 42%

120
104
108

R + G + B ~ 43%. #78686C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 108 = 332 (100%)
R 120 of 332 ~ 36.14%
G 104 of 332 ~ 31.33%
B 108 of 332 ~ 32.53%

%36.14
%31.33
%32.53

CMYK color model

#78686C color CMYK value is (0,13,10,53).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 10.00%
  • key color value is 52.94%
CMYK:
(0,13,10,53)
C0M13Y10K53 
(0%,13%,10%,53%)
(0.00/0.13/0.10/0.53)	

CMYK percentages

%0
%13.33
%10
%52.94

Codes

Color #78686C in popluar color models

78686C
RGB120104108
HSL345°7.14%43.92%
HSB/HSV345°13.33%47.06%
CMYK0.00%13.33%10.00%
52.94%

Color #78686C in popluar number systems.

HEX78686C
Decimal120104108
Binary111100011010001101100
Octal170150154

Shades and tints

Shades of #78686C

#78686C
(120,104,108)
#6E5F63
(110,95,99)
#64565A
(100,86,90)
#5A4D51
(90,77,81)
#504448
(80,68,72)
#463B3F
(70,59,63)
#3C3236
(60,50,54)
#32292D
(50,41,45)
#282024
(40,32,36)
#1E171B
(30,23,27)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #78686C

#78686C
(120,104,108)
#847579
(132,117,121)
#908286
(144,130,134)
#9C8F93
(156,143,147)
#A89CA0
(168,156,160)
#B4A9AD
(180,169,173)
#C0B6BA
(192,182,186)
#CCC3C7
(204,195,199)
#D8D0D4
(216,208,212)
#E4DDE1
(228,221,225)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78686C color. Also use rgb(120,104,108) instead hex code.

Text Font Color

.myTextColor { color: #78686C; }

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

This text font color is #78686C.


Background Color

.myBgColor { background-color: #78686C; }

<div style="background-color:#78686C">Inner text</div>

This div background color is #78686C.


Border color

.myBorderColor { border: 1px solid #78686C; }

<div style="border:3px solid #78686C">Div</div>

This div border color is #78686C.


Opacity

.myOpacity80 { color: #78686C; opacity: 0.8; }

<p style="color:#78686C;opacity:0.8;">80%</p>

Text with #78686C 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 #78686C;}

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

This text has shadow with #78686C color.

.textShadow {text-shadow: 3px 3px 1px #78686C, 3px 3px 1px red;}

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

This text has shadow with #78686C primary color and red secondary color.


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

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

This text has shadow with #78686C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78686C on black background.


Color preview on white background

This text has color #78686C on white background.



Black color preview on #78686C background

This text has black color on #78686C background.


White color preview on #78686C background

This text has white color on #78686C background.