COLOR #78748E

HEX: #78748E
RGB: (120,116,142)

Color info

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

RGB color model

#78748E color RGB value is (120,116,142).

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

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 142 of 255 = 56%

120
116
142

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 142 = 378 (100%)
R 120 of 378 ~ 31.75%
G 116 of 378 ~ 30.69%
B 142 of 378 ~ 37.57%

%31.75
%30.69
%37.57

CMYK color model

#78748E color CMYK value is (15,18,0,44).

  • cyan value is 15.49%
  • magenta value is 18.31%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(15,18,0,44)
C15M18Y0K44 
(15%,18%,0%,44%)
(0.15/0.18/0.00/0.44)	

CMYK percentages

%15.49
%18.31
%0
%44.31

Codes

Color #78748E in popluar color models

78748E
RGB120116142
HSL249°10.32%50.59%
HSB/HSV249°18.31%55.69%
CMYK15.49%18.31%0.00%
44.31%

Color #78748E in popluar number systems.

HEX78748E
Decimal120116142
Binary1111000111010010001110
Octal170164216

Shades and tints

Shades of #78748E

#78748E
(120,116,142)
#6E6A82
(110,106,130)
#646076
(100,96,118)
#5A566A
(90,86,106)
#504C5E
(80,76,94)
#464252
(70,66,82)
#3C3846
(60,56,70)
#322E3A
(50,46,58)
#28242E
(40,36,46)
#1E1A22
(30,26,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #78748E

#78748E
(120,116,142)
#848098
(132,128,152)
#908CA2
(144,140,162)
#9C98AC
(156,152,172)
#A8A4B6
(168,164,182)
#B4B0C0
(180,176,192)
#C0BCCA
(192,188,202)
#CCC8D4
(204,200,212)
#D8D4DE
(216,212,222)
#E4E0E8
(228,224,232)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78748E; }

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

This text font color is #78748E.


Background Color

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

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

This div background color is #78748E.


Border color

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

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

This div border color is #78748E.


Opacity

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

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

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

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

This text has shadow with #78748E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78748E on black background.


Color preview on white background

This text has color #78748E on white background.



Black color preview on #78748E background

This text has black color on #78748E background.


White color preview on #78748E background

This text has white color on #78748E background.