COLOR #785D89

HEX: #785D89
RGB: (120,93,137)

Color info

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

RGB color model

#785D89 color RGB value is (120,93,137).

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

RGB channels and saturation

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

120
93
137

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 137 = 350 (100%)
R 120 of 350 ~ 34.29%
G 93 of 350 ~ 26.57%
B 137 of 350 ~ 39.14%

%34.29
%26.57
%39.14

CMYK color model

#785D89 color CMYK value is (12,32,0,46).

  • cyan value is 12.41%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,32,0,46)
C12M32Y0K46 
(12%,32%,0%,46%)
(0.12/0.32/0.00/0.46)	

CMYK percentages

%12.41
%32.12
%0
%46.27

Codes

Color #785D89 in popluar color models

785D89
RGB12093137
HSL277°19.13%45.10%
HSB/HSV277°32.12%53.73%
CMYK12.41%32.12%0.00%
46.27%

Color #785D89 in popluar number systems.

HEX785D89
Decimal12093137
Binary1111000101110110001001
Octal170135211

Shades and tints

Shades of #785D89

#785D89
(120,93,137)
#6E557D
(110,85,125)
#644D71
(100,77,113)
#5A4565
(90,69,101)
#503D59
(80,61,89)
#46354D
(70,53,77)
#3C2D41
(60,45,65)
#322535
(50,37,53)
#281D29
(40,29,41)
#1E151D
(30,21,29)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #785D89

#785D89
(120,93,137)
#846B93
(132,107,147)
#90799D
(144,121,157)
#9C87A7
(156,135,167)
#A895B1
(168,149,177)
#B4A3BB
(180,163,187)
#C0B1C5
(192,177,197)
#CCBFCF
(204,191,207)
#D8CDD9
(216,205,217)
#E4DBE3
(228,219,227)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D89; }

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

This text font color is #785D89.


Background Color

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

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

This div background color is #785D89.


Border color

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

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

This div border color is #785D89.


Opacity

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

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

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

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

This text has shadow with #785D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D89 on black background.


Color preview on white background

This text has color #785D89 on white background.



Black color preview on #785D89 background

This text has black color on #785D89 background.


White color preview on #785D89 background

This text has white color on #785D89 background.