COLOR #78609F

HEX: #78609F RGB: (120,96,159)

Color info

#78609F contains mainly red and blue colors. Web safe color of #78609F is #666699 (or #669).

RGB color model

#78609F color RGB value is (120,96,159).

RGB: (120,96,159) (47%, 38%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 96 of 255 = 38%
B 159 of 255 = 62%

120
96
159

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

Portions of RGB colors in percentages

R + G + B = 120 + 96 + 159 = 375 (100%)
R 120 of 375 ~ 32%
G 96 of 375 ~ 25.6%
B 159 of 375 ~ 42.4'%

%32
%25.6
%42.4

CMYK color model

#78609F color CMYK value is (25,40,0,38).

  • cyan value is 24.53%
  • magenta value is 39.62%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK: (25,40,0,38) C25M40Y0K38 (25%,40%,0%,38%) (0.25/0.40/0.00/0.38) 

CMYK percentages

%24.53
%39.62
%0
%37.65

Codes

Color #78609F in popluar color models

78 60 9F
RGB 120 96 159
HSL 263° 24.71% 50.00%
HSB/HSV 263° 39.62% 62.35%
CMYK 24.53% 39.62% 0.00%
37.65%

Color #78609F in popluar number systems.

HEX 78 60 9F
Decimal 120 96 159
Binary 1111000 1100000 10011111
Octal 170 140 237

Shades and tints

Shades of #78609F

#78609F
(120,96,159)
#6E5891
(110,88,145)
#645083
(100,80,131)
#5A4875
(90,72,117)
#504067
(80,64,103)
#463859
(70,56,89)
#3C304B
(60,48,75)
#32283D
(50,40,61)
#28202F
(40,32,47)
#1E1821
(30,24,33)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #78609F

#78609F
(120,96,159)
#846EA7
(132,110,167)
#907CAF
(144,124,175)
#9C8AB7
(156,138,183)
#A898BF
(168,152,191)
#B4A6C7
(180,166,199)
#C0B4CF
(192,180,207)
#CCC2D7
(204,194,215)
#D8D0DF
(216,208,223)
#E4DEE7
(228,222,231)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78609F; }

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

This text font color is #78609F.

Background Color

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

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

This div background color is #78609F.

Border color

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

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

This div border color is #78609F.

Opacity

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

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

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

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

This text has shadow with #78609F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78609F.

Preview

Color preview on black background

This text has color #78609F on black background.


Color preview on white background

This text has color #78609F on white background.


Black color preview on #78609F background

This text has black color on #78609F background.


White color preview on #78609F background

This text has white color on #78609F background.


Related colors

Complementary color

Complementary color for #hex is #879F60.


I love getcolorcode.com

Triadic colors

1 #9F7860 and #609F78 with #78609F are triadic colors.

2 #9F6078 and #60789F with #78609F are triadic colors.