COLOR #785E83

HEX: #785E83
RGB: (120,94,131)

Color info

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

RGB color model

#785E83 color RGB value is (120,94,131).

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

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 131 of 255 = 51%

120
94
131

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

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 131 = 345 (100%)
R 120 of 345 ~ 34.78%
G 94 of 345 ~ 27.25%
B 131 of 345 ~ 37.97%

%34.78
%27.25
%37.97

CMYK color model

#785E83 color CMYK value is (8,28,0,49).

  • cyan value is 8.40%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(8,28,0,49)
C8M28Y0K49 
(8%,28%,0%,49%)
(0.08/0.28/0.00/0.49)	

CMYK percentages

%8.4
%28.24
%0
%48.63

Codes

Color #785E83 in popluar color models

785E83
RGB12094131
HSL282°16.44%44.12%
HSB/HSV282°28.24%51.37%
CMYK8.40%28.24%0.00%
48.63%

Color #785E83 in popluar number systems.

HEX785E83
Decimal12094131
Binary1111000101111010000011
Octal170136203

Shades and tints

Shades of #785E83

#785E83
(120,94,131)
#6E5678
(110,86,120)
#644E6D
(100,78,109)
#5A4662
(90,70,98)
#503E57
(80,62,87)
#46364C
(70,54,76)
#3C2E41
(60,46,65)
#322636
(50,38,54)
#281E2B
(40,30,43)
#1E1620
(30,22,32)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #785E83

#785E83
(120,94,131)
#846C8E
(132,108,142)
#907A99
(144,122,153)
#9C88A4
(156,136,164)
#A896AF
(168,150,175)
#B4A4BA
(180,164,186)
#C0B2C5
(192,178,197)
#CCC0D0
(204,192,208)
#D8CEDB
(216,206,219)
#E4DCE6
(228,220,230)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785E83; }

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

This text font color is #785E83.


Background Color

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

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

This div background color is #785E83.


Border color

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

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

This div border color is #785E83.


Opacity

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

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

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

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

This text has shadow with #785E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785E83 on black background.


Color preview on white background

This text has color #785E83 on white background.



Black color preview on #785E83 background

This text has black color on #785E83 background.


White color preview on #785E83 background

This text has white color on #785E83 background.