COLOR #785D8F

HEX: #785D8F RGB: (120,93,143)

Color info

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

RGB color model

#785D8F color RGB value is (120,93,143).

RGB: (120,93,143) (47%, 36%, 56%)

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 143 of 255 = 56%

120
93
143

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

Portions of RGB colors in percentages

R + G + B = 120 + 93 + 143 = 356 (100%)
R 120 of 356 ~ 33.71%
G 93 of 356 ~ 26.12%
B 143 of 356 ~ 40.17'%

%33.71
%26.12
%40.17

CMYK color model

#785D8F color CMYK value is (16,35,0,44).

  • cyan value is 16.08%
  • magenta value is 34.97%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (16,35,0,44)
C16M35Y0K44 (16%, 35%, 0%, 44%)
(0.16 / 0.35 / 0.00 / 0.44)

CMYK percentages

%16.08
%34.97
%0
%43.92

Codes

Color #785D8F in popluar color models

78 5D 8F
RGB 120 93 143
HSL 272° 21.19% 46.27%
HSB/HSV 272° 34.97% 56.08%
CMYK 16.08% 34.97% 0.00%
43.92%

Color #785D8F in popluar number systems.

HEX 78 5D 8F
Decimal 120 93 143
Binary 1111000 1011101 10001111
Octal 170 135 217

Shades and tints

Shades of #785D8F

#785D8F
(120,93,143)
#6E5582
(110,85,130)
#644D75
(100,77,117)
#5A4568
(90,69,104)
#503D5B
(80,61,91)
#46354E
(70,53,78)
#3C2D41
(60,45,65)
#322534
(50,37,52)
#281D27
(40,29,39)
#1E151A
(30,21,26)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #785D8F

#785D8F
(120,93,143)
#846B99
(132,107,153)
#9079A3
(144,121,163)
#9C87AD
(156,135,173)
#A895B7
(168,149,183)
#B4A3C1
(180,163,193)
#C0B1CB
(192,177,203)
#CCBFD5
(204,191,213)
#D8CDDF
(216,205,223)
#E4DBE9
(228,219,233)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785D8F color. Also use rgb(120,93,143) instead hex code.

Text Font Color

.myTextColor { color: #785D8F; }

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

This text font color is #785D8F.

Background Color

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

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

This div background color is #785D8F.

Border color

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

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

This div border color is #785D8F.

Opacity

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

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

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

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

This text has shadow with #785D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785D8F.

Preview

Color preview on black background

This text has color #785D8F on black background.


Color preview on white background

This text has color #785D8F on white background.


Black color preview on #785D8F background

This text has black color on #785D8F background.


White color preview on #785D8F background

This text has white color on #785D8F background.


Related colors

Complementary color

Complementary color for #hex is #87A270.


I love getcolorcode.com

Triadic colors

1 #8F785D and #5D8F78 with #785D8F are triadic colors.

2 #8F5D78 and #5D788F with #785D8F are triadic colors.