COLOR #785F9F

HEX: #785F9F RGB: (120,95,159)

Color info

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

RGB color model

#785F9F color RGB value is (120,95,159).

RGB: (120,95,159) (47%, 37%, 62%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 159 of 255 = 62%

120
95
159

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

Portions of RGB colors in percentages

R + G + B = 120 + 95 + 159 = 374 (100%)
R 120 of 374 ~ 32.09%
G 95 of 374 ~ 25.4%
B 159 of 374 ~ 42.51'%

%32.09
%25.4
%42.51

CMYK color model

#785F9F color CMYK value is (25,40,0,38).

  • cyan value is 24.53%
  • magenta value is 40.25%
  • 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
%40.25
%0
%37.65

Codes

Color #785F9F in popluar color models

78 5F 9F
RGB 120 95 159
HSL 263° 25.20% 49.80%
HSB/HSV 263° 40.25% 62.35%
CMYK 24.53% 40.25% 0.00%
37.65%

Color #785F9F in popluar number systems.

HEX 78 5F 9F
Decimal 120 95 159
Binary 1111000 1011111 10011111
Octal 170 137 237

Shades and tints

Shades of #785F9F

#785F9F
(120,95,159)
#6E5791
(110,87,145)
#644F83
(100,79,131)
#5A4775
(90,71,117)
#503F67
(80,63,103)
#463759
(70,55,89)
#3C2F4B
(60,47,75)
#32273D
(50,39,61)
#281F2F
(40,31,47)
#1E1721
(30,23,33)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #785F9F

#785F9F
(120,95,159)
#846DA7
(132,109,167)
#907BAF
(144,123,175)
#9C89B7
(156,137,183)
#A897BF
(168,151,191)
#B4A5C7
(180,165,199)
#C0B3CF
(192,179,207)
#CCC1D7
(204,193,215)
#D8CFDF
(216,207,223)
#E4DDE7
(228,221,231)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785F9F color. Also use rgb(120,95,159) instead hex code.

Text Font Color

.myTextColor { color: #785F9F; }

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

This text font color is #785F9F.

Background Color

.myBgColor { background-color: #785F9F; }

<div style="background-color:#785F9F">Inner text</div>

This div background color is #785F9F.

Border color

.myBorderColor { border: 1px solid #785F9F; }

<div style="border:3px solid #785F9F">Div</div>

This div border color is #785F9F.

Opacity

.myOpacity80 { color: #785F9F; opacity: 0.8; }

<p style="color:#785F9F;opacity:0.8;">80%</p>

Text with #785F9F 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 #785F9F;}

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

This text has shadow with #785F9F color.


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

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

This text has shadow with #785F9F primary color and red secondary color.


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

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

This text has shadow with #785F9F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #785F9F.

Preview

Color preview on black background

This text has color #785F9F on black background.


Color preview on white background

This text has color #785F9F on white background.


Black color preview on #785F9F background

This text has black color on #785F9F background.


White color preview on #785F9F background

This text has white color on #785F9F background.


Related colors

Complementary color

Complementary color for #hex is #87A060.


I love getcolorcode.com

Triadic colors

1 #9F785F and #5F9F78 with #785F9F are triadic colors.

2 #9F5F78 and #5F789F with #785F9F are triadic colors.