COLOR #78748D

HEX: #78748D
RGB: (120,116,141)

Color info

#78748D contains red, green and blue colors in about the same proportion. Web safe color of #78748D is #666699 (or #669).

RGB color model

#78748D color RGB value is (120,116,141).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 141 of 255 = 55%

120
116
141

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 141 = 377 (100%)
R 120 of 377 ~ 31.83%
G 116 of 377 ~ 30.77%
B 141 of 377 ~ 37.4%

%31.83
%30.77
%37.4

CMYK color model

#78748D color CMYK value is (15,18,0,45).

  • cyan value is 14.89%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(15,18,0,45)
C15M18Y0K45 
(15%,18%,0%,45%)
(0.15/0.18/0.00/0.45)	

CMYK percentages

%14.89
%17.73
%0
%44.71

Codes

Color #78748D in popluar color models

78748D
RGB120116141
HSL250°9.88%50.39%
HSB/HSV250°17.73%55.29%
CMYK14.89%17.73%0.00%
44.71%

Color #78748D in popluar number systems.

HEX78748D
Decimal120116141
Binary1111000111010010001101
Octal170164215

Shades and tints

Shades of #78748D

#78748D
(120,116,141)
#6E6A81
(110,106,129)
#646075
(100,96,117)
#5A5669
(90,86,105)
#504C5D
(80,76,93)
#464251
(70,66,81)
#3C3845
(60,56,69)
#322E39
(50,46,57)
#28242D
(40,36,45)
#1E1A21
(30,26,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #78748D

#78748D
(120,116,141)
#848097
(132,128,151)
#908CA1
(144,140,161)
#9C98AB
(156,152,171)
#A8A4B5
(168,164,181)
#B4B0BF
(180,176,191)
#C0BCC9
(192,188,201)
#CCC8D3
(204,200,211)
#D8D4DD
(216,212,221)
#E4E0E7
(228,224,231)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78748D color. Also use rgb(120,116,141) instead hex code.

Text Font Color

.myTextColor { color: #78748D; }

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

This text font color is #78748D.


Background Color

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

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

This div background color is #78748D.


Border color

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

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

This div border color is #78748D.


Opacity

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

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

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

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

This text has shadow with #78748D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78748D on black background.


Color preview on white background

This text has color #78748D on white background.



Black color preview on #78748D background

This text has black color on #78748D background.


White color preview on #78748D background

This text has white color on #78748D background.