COLOR #785D8B

HEX: #785D8B
RGB: (120,93,139)

Color info

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

RGB color model

#785D8B color RGB value is (120,93,139).

  • red value is 120;
  • green value is 93;
  • blue value is 139.
RGB:
(120,93,139)
(47%,36%,55%)

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 139 of 255 = 55%

120
93
139

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 139 = 352 (100%)
R 120 of 352 ~ 34.09%
G 93 of 352 ~ 26.42%
B 139 of 352 ~ 39.49%

%34.09
%26.42
%39.49

CMYK color model

#785D8B color CMYK value is (14,33,0,45).

  • cyan value is 13.67%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(14,33,0,45)
C14M33Y0K45 
(14%,33%,0%,45%)
(0.14/0.33/0.00/0.45)	

CMYK percentages

%13.67
%33.09
%0
%45.49

Codes

Color #785D8B in popluar color models

785D8B
RGB12093139
HSL275°19.83%45.49%
HSB/HSV275°33.09%54.51%
CMYK13.67%33.09%0.00%
45.49%

Color #785D8B in popluar number systems.

HEX785D8B
Decimal12093139
Binary1111000101110110001011
Octal170135213

Shades and tints

Shades of #785D8B

#785D8B
(120,93,139)
#6E557F
(110,85,127)
#644D73
(100,77,115)
#5A4567
(90,69,103)
#503D5B
(80,61,91)
#46354F
(70,53,79)
#3C2D43
(60,45,67)
#322537
(50,37,55)
#281D2B
(40,29,43)
#1E151F
(30,21,31)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #785D8B

#785D8B
(120,93,139)
#846B95
(132,107,149)
#90799F
(144,121,159)
#9C87A9
(156,135,169)
#A895B3
(168,149,179)
#B4A3BD
(180,163,189)
#C0B1C7
(192,177,199)
#CCBFD1
(204,191,209)
#D8CDDB
(216,205,219)
#E4DBE5
(228,219,229)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D8B; }

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

This text font color is #785D8B.


Background Color

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

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

This div background color is #785D8B.


Border color

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

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

This div border color is #785D8B.


Opacity

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

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

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

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

This text has shadow with #785D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D8B on black background.


Color preview on white background

This text has color #785D8B on white background.



Black color preview on #785D8B background

This text has black color on #785D8B background.


White color preview on #785D8B background

This text has white color on #785D8B background.