COLOR #785E8F

HEX: #785E8F
RGB: (120,94,143)

Color info

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

RGB color model

#785E8F color RGB value is (120,94,143).

  • red value is 120;
  • green value is 94;
  • blue value is 143.
RGB:
(120,94,143)
(47%,37%,56%)

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 143 of 255 = 56%

120
94
143

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

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 143 = 357 (100%)
R 120 of 357 ~ 33.61%
G 94 of 357 ~ 26.33%
B 143 of 357 ~ 40.06%

%33.61
%26.33
%40.06

CMYK color model

#785E8F color CMYK value is (16,34,0,44).

  • cyan value is 16.08%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(16,34,0,44)
C16M34Y0K44 
(16%,34%,0%,44%)
(0.16/0.34/0.00/0.44)	

CMYK percentages

%16.08
%34.27
%0
%43.92

Codes

Color #785E8F in popluar color models

785E8F
RGB12094143
HSL272°20.68%46.47%
HSB/HSV272°34.27%56.08%
CMYK16.08%34.27%0.00%
43.92%

Color #785E8F in popluar number systems.

HEX785E8F
Decimal12094143
Binary1111000101111010001111
Octal170136217

Shades and tints

Shades of #785E8F

#785E8F
(120,94,143)
#6E5682
(110,86,130)
#644E75
(100,78,117)
#5A4668
(90,70,104)
#503E5B
(80,62,91)
#46364E
(70,54,78)
#3C2E41
(60,46,65)
#322634
(50,38,52)
#281E27
(40,30,39)
#1E161A
(30,22,26)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #785E8F

#785E8F
(120,94,143)
#846C99
(132,108,153)
#907AA3
(144,122,163)
#9C88AD
(156,136,173)
#A896B7
(168,150,183)
#B4A4C1
(180,164,193)
#C0B2CB
(192,178,203)
#CCC0D5
(204,192,213)
#D8CEDF
(216,206,223)
#E4DCE9
(228,220,233)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785E8F; }

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

This text font color is #785E8F.


Background Color

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

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

This div background color is #785E8F.


Border color

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

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

This div border color is #785E8F.


Opacity

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

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

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

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

This text has shadow with #785E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785E8F on black background.


Color preview on white background

This text has color #785E8F on white background.



Black color preview on #785E8F background

This text has black color on #785E8F background.


White color preview on #785E8F background

This text has white color on #785E8F background.