COLOR #785B89

HEX: #785B89
RGB: (120,91,137)

Color info

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

RGB color model

#785B89 color RGB value is (120,91,137).

  • red value is 120;
  • green value is 91;
  • blue value is 137.
RGB:
(120,91,137)
(47%,36%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 137 of 255 = 54%

120
91
137

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 137 = 348 (100%)
R 120 of 348 ~ 34.48%
G 91 of 348 ~ 26.15%
B 137 of 348 ~ 39.37%

%34.48
%26.15
%39.37

CMYK color model

#785B89 color CMYK value is (12,34,0,46).

  • cyan value is 12.41%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,34,0,46)
C12M34Y0K46 
(12%,34%,0%,46%)
(0.12/0.34/0.00/0.46)	

CMYK percentages

%12.41
%33.58
%0
%46.27

Codes

Color #785B89 in popluar color models

785B89
RGB12091137
HSL278°20.18%44.71%
HSB/HSV278°33.58%53.73%
CMYK12.41%33.58%0.00%
46.27%

Color #785B89 in popluar number systems.

HEX785B89
Decimal12091137
Binary1111000101101110001001
Octal170133211

Shades and tints

Shades of #785B89

#785B89
(120,91,137)
#6E537D
(110,83,125)
#644B71
(100,75,113)
#5A4365
(90,67,101)
#503B59
(80,59,89)
#46334D
(70,51,77)
#3C2B41
(60,43,65)
#322335
(50,35,53)
#281B29
(40,27,41)
#1E131D
(30,19,29)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #785B89

#785B89
(120,91,137)
#846993
(132,105,147)
#90779D
(144,119,157)
#9C85A7
(156,133,167)
#A893B1
(168,147,177)
#B4A1BB
(180,161,187)
#C0AFC5
(192,175,197)
#CCBDCF
(204,189,207)
#D8CBD9
(216,203,217)
#E4D9E3
(228,217,227)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785B89 color. Also use rgb(120,91,137) instead hex code.

Text Font Color

.myTextColor { color: #785B89; }

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

This text font color is #785B89.


Background Color

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

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

This div background color is #785B89.


Border color

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

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

This div border color is #785B89.


Opacity

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

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

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

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

This text has shadow with #785B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B89 on black background.


Color preview on white background

This text has color #785B89 on white background.



Black color preview on #785B89 background

This text has black color on #785B89 background.


White color preview on #785B89 background

This text has white color on #785B89 background.