COLOR #78717D

HEX: #78717D
RGB: (120,113,125)

Color info

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

RGB color model

#78717D color RGB value is (120,113,125).

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

RGB channels and saturation

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

120
113
125

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

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 125 = 358 (100%)
R 120 of 358 ~ 33.52%
G 113 of 358 ~ 31.56%
B 125 of 358 ~ 34.92%

%33.52
%31.56
%34.92

CMYK color model

#78717D color CMYK value is (4,10,0,51).

  • cyan value is 4.00%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(4,10,0,51)
C4M10Y0K51 
(4%,10%,0%,51%)
(0.04/0.10/0.00/0.51)	

CMYK percentages

%4
%9.6
%0
%50.98

Codes

Color #78717D in popluar color models

78717D
RGB120113125
HSL275°5.04%46.67%
HSB/HSV275°9.60%49.02%
CMYK4.00%9.60%0.00%
50.98%

Color #78717D in popluar number systems.

HEX78717D
Decimal120113125
Binary111100011100011111101
Octal170161175

Shades and tints

Shades of #78717D

#78717D
(120,113,125)
#6E6772
(110,103,114)
#645D67
(100,93,103)
#5A535C
(90,83,92)
#504951
(80,73,81)
#463F46
(70,63,70)
#3C353B
(60,53,59)
#322B30
(50,43,48)
#282125
(40,33,37)
#1E171A
(30,23,26)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #78717D

#78717D
(120,113,125)
#847D88
(132,125,136)
#908993
(144,137,147)
#9C959E
(156,149,158)
#A8A1A9
(168,161,169)
#B4ADB4
(180,173,180)
#C0B9BF
(192,185,191)
#CCC5CA
(204,197,202)
#D8D1D5
(216,209,213)
#E4DDE0
(228,221,224)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78717D; }

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

This text font color is #78717D.


Background Color

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

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

This div background color is #78717D.


Border color

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

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

This div border color is #78717D.


Opacity

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

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

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

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

This text has shadow with #78717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78717D on black background.


Color preview on white background

This text has color #78717D on white background.



Black color preview on #78717D background

This text has black color on #78717D background.


White color preview on #78717D background

This text has white color on #78717D background.