COLOR #78747C

HEX: #78747C
RGB: (120,116,124)

Color info

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

RGB color model

#78747C color RGB value is (120,116,124).

  • red value is 120;
  • green value is 116;
  • blue value is 124.
RGB:
(120,116,124)
(47%,45%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 124 of 255 = 49%

120
116
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 124 = 360 (100%)
R 120 of 360 ~ 33.33%
G 116 of 360 ~ 32.22%
B 124 of 360 ~ 34.44%

%33.33
%32.22
%34.44

CMYK color model

#78747C color CMYK value is (3,6,0,51).

  • cyan value is 3.23%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,6,0,51)
C3M6Y0K51 
(3%,6%,0%,51%)
(0.03/0.06/0.00/0.51)	

CMYK percentages

%3.23
%6.45
%0
%51.37

Codes

Color #78747C in popluar color models

78747C
RGB120116124
HSL270°3.33%47.06%
HSB/HSV270°6.45%48.63%
CMYK3.23%6.45%0.00%
51.37%

Color #78747C in popluar number systems.

HEX78747C
Decimal120116124
Binary111100011101001111100
Octal170164174

Shades and tints

Shades of #78747C

#78747C
(120,116,124)
#6E6A71
(110,106,113)
#646066
(100,96,102)
#5A565B
(90,86,91)
#504C50
(80,76,80)
#464245
(70,66,69)
#3C383A
(60,56,58)
#322E2F
(50,46,47)
#282424
(40,36,36)
#1E1A19
(30,26,25)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #78747C

#78747C
(120,116,124)
#848087
(132,128,135)
#908C92
(144,140,146)
#9C989D
(156,152,157)
#A8A4A8
(168,164,168)
#B4B0B3
(180,176,179)
#C0BCBE
(192,188,190)
#CCC8C9
(204,200,201)
#D8D4D4
(216,212,212)
#E4E0DF
(228,224,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78747C color. Also use rgb(120,116,124) instead hex code.

Text Font Color

.myTextColor { color: #78747C; }

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

This text font color is #78747C.


Background Color

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

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

This div background color is #78747C.


Border color

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

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

This div border color is #78747C.


Opacity

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

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

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

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

This text has shadow with #78747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78747C on black background.


Color preview on white background

This text has color #78747C on white background.



Black color preview on #78747C background

This text has black color on #78747C background.


White color preview on #78747C background

This text has white color on #78747C background.