COLOR #78659F

HEX: #78659F
RGB: (120,101,159)

Color info

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

RGB color model

#78659F color RGB value is (120,101,159).

  • red value is 120;
  • green value is 101;
  • blue value is 159.
RGB:
(120,101,159)
(47%,40%,62%)

RGB channels and saturation

R 120 of 255 = 47%
G 101 of 255 = 40%
B 159 of 255 = 62%

120
101
159

R + G + B ~ 50%. #78659F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 101 + 159 = 380 (100%)
R 120 of 380 ~ 31.58%
G 101 of 380 ~ 26.58%
B 159 of 380 ~ 41.84%

%31.58
%26.58
%41.84

CMYK color model

#78659F color CMYK value is (25,36,0,38).

  • cyan value is 24.53%
  • magenta value is 36.48%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(25,36,0,38)
C25M36Y0K38 
(25%,36%,0%,38%)
(0.25/0.36/0.00/0.38)	

CMYK percentages

%24.53
%36.48
%0
%37.65

Codes

Color #78659F in popluar color models

78659F
RGB120101159
HSL260°23.20%50.98%
HSB/HSV260°36.48%62.35%
CMYK24.53%36.48%0.00%
37.65%

Color #78659F in popluar number systems.

HEX78659F
Decimal120101159
Binary1111000110010110011111
Octal170145237

Shades and tints

Shades of #78659F

#78659F
(120,101,159)
#6E5C91
(110,92,145)
#645383
(100,83,131)
#5A4A75
(90,74,117)
#504167
(80,65,103)
#463859
(70,56,89)
#3C2F4B
(60,47,75)
#32263D
(50,38,61)
#281D2F
(40,29,47)
#1E1421
(30,20,33)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #78659F

#78659F
(120,101,159)
#8473A7
(132,115,167)
#9081AF
(144,129,175)
#9C8FB7
(156,143,183)
#A89DBF
(168,157,191)
#B4ABC7
(180,171,199)
#C0B9CF
(192,185,207)
#CCC7D7
(204,199,215)
#D8D5DF
(216,213,223)
#E4E3E7
(228,227,231)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78659F color. Also use rgb(120,101,159) instead hex code.

Text Font Color

.myTextColor { color: #78659F; }

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

This text font color is #78659F.


Background Color

.myBgColor { background-color: #78659F; }

<div style="background-color:#78659F">Inner text</div>

This div background color is #78659F.


Border color

.myBorderColor { border: 1px solid #78659F; }

<div style="border:3px solid #78659F">Div</div>

This div border color is #78659F.


Opacity

.myOpacity80 { color: #78659F; opacity: 0.8; }

<p style="color:#78659F;opacity:0.8;">80%</p>

Text with #78659F 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 #78659F;}

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

This text has shadow with #78659F color.

.textShadow {text-shadow: 3px 3px 1px #78659F, 3px 3px 1px red;}

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

This text has shadow with #78659F primary color and red secondary color.


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

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

This text has shadow with #78659F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78659F on black background.


Color preview on white background

This text has color #78659F on white background.



Black color preview on #78659F background

This text has black color on #78659F background.


White color preview on #78659F background

This text has white color on #78659F background.