COLOR #78717C

HEX: #78717C
RGB: (120,113,124)

Color info

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

RGB color model

#78717C color RGB value is (120,113,124).

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

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 124 of 255 = 49%

120
113
124

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

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 124 = 357 (100%)
R 120 of 357 ~ 33.61%
G 113 of 357 ~ 31.65%
B 124 of 357 ~ 34.73%

%33.61
%31.65
%34.73

CMYK color model

#78717C color CMYK value is (3,9,0,51).

  • cyan value is 3.23%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(3,9,0,51)
C3M9Y0K51 
(3%,9%,0%,51%)
(0.03/0.09/0.00/0.51)	

CMYK percentages

%3.23
%8.87
%0
%51.37

Codes

Color #78717C in popluar color models

78717C
RGB120113124
HSL278°4.64%46.47%
HSB/HSV278°8.87%48.63%
CMYK3.23%8.87%0.00%
51.37%

Color #78717C in popluar number systems.

HEX78717C
Decimal120113124
Binary111100011100011111100
Octal170161174

Shades and tints

Shades of #78717C

#78717C
(120,113,124)
#6E6771
(110,103,113)
#645D66
(100,93,102)
#5A535B
(90,83,91)
#504950
(80,73,80)
#463F45
(70,63,69)
#3C353A
(60,53,58)
#322B2F
(50,43,47)
#282124
(40,33,36)
#1E1719
(30,23,25)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #78717C

#78717C
(120,113,124)
#847D87
(132,125,135)
#908992
(144,137,146)
#9C959D
(156,149,157)
#A8A1A8
(168,161,168)
#B4ADB3
(180,173,179)
#C0B9BE
(192,185,190)
#CCC5C9
(204,197,201)
#D8D1D4
(216,209,212)
#E4DDDF
(228,221,223)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78717C; }

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

This text font color is #78717C.


Background Color

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

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

This div background color is #78717C.


Border color

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

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

This div border color is #78717C.


Opacity

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

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

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

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

This text has shadow with #78717C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78717C on black background.


Color preview on white background

This text has color #78717C on white background.



Black color preview on #78717C background

This text has black color on #78717C background.


White color preview on #78717C background

This text has white color on #78717C background.