COLOR #78517E

HEX: #78517E
RGB: (120,81,126)

Color info

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

RGB color model

#78517E color RGB value is (120,81,126).

  • red value is 120;
  • green value is 81;
  • blue value is 126.
RGB:
(120,81,126)
(47%,32%,49%)

RGB channels and saturation

R 120 of 255 = 47%
G 81 of 255 = 32%
B 126 of 255 = 49%

120
81
126

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

Portions of RGB colors in percentages

R + G + B =
120 + 81 + 126 = 327 (100%)
R 120 of 327 ~ 36.7%
G 81 of 327 ~ 24.77%
B 126 of 327 ~ 38.53%

%36.7
%24.77
%38.53

CMYK color model

#78517E color CMYK value is (5,36,0,51).

  • cyan value is 4.76%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(5,36,0,51)
C5M36Y0K51 
(5%,36%,0%,51%)
(0.05/0.36/0.00/0.51)	

CMYK percentages

%4.76
%35.71
%0
%50.59

Codes

Color #78517E in popluar color models

78517E
RGB12081126
HSL292°21.74%40.59%
HSB/HSV292°35.71%49.41%
CMYK4.76%35.71%0.00%
50.59%

Color #78517E in popluar number systems.

HEX78517E
Decimal12081126
Binary111100010100011111110
Octal170121176

Shades and tints

Shades of #78517E

#78517E
(120,81,126)
#6E4A73
(110,74,115)
#644368
(100,67,104)
#5A3C5D
(90,60,93)
#503552
(80,53,82)
#462E47
(70,46,71)
#3C273C
(60,39,60)
#322031
(50,32,49)
#281926
(40,25,38)
#1E121B
(30,18,27)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #78517E

#78517E
(120,81,126)
#846089
(132,96,137)
#906F94
(144,111,148)
#9C7E9F
(156,126,159)
#A88DAA
(168,141,170)
#B49CB5
(180,156,181)
#C0ABC0
(192,171,192)
#CCBACB
(204,186,203)
#D8C9D6
(216,201,214)
#E4D8E1
(228,216,225)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78517E color. Also use rgb(120,81,126) instead hex code.

Text Font Color

.myTextColor { color: #78517E; }

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

This text font color is #78517E.


Background Color

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

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

This div background color is #78517E.


Border color

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

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

This div border color is #78517E.


Opacity

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

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

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

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

This text has shadow with #78517E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78517E on black background.


Color preview on white background

This text has color #78517E on white background.



Black color preview on #78517E background

This text has black color on #78517E background.


White color preview on #78517E background

This text has white color on #78517E background.