COLOR #785D82

HEX: #785D82
RGB: (120,93,130)

Color info

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

RGB color model

#785D82 color RGB value is (120,93,130).

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

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 130 of 255 = 51%

120
93
130

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 130 = 343 (100%)
R 120 of 343 ~ 34.99%
G 93 of 343 ~ 27.11%
B 130 of 343 ~ 37.9%

%34.99
%27.11
%37.9

CMYK color model

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

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

CMYK percentages

%7.69
%28.46
%0
%49.02

Codes

Color #785D82 in popluar color models

785D82
RGB12093130
HSL284°16.59%43.73%
HSB/HSV284°28.46%50.98%
CMYK7.69%28.46%0.00%
49.02%

Color #785D82 in popluar number systems.

HEX785D82
Decimal12093130
Binary1111000101110110000010
Octal170135202

Shades and tints

Shades of #785D82

#785D82
(120,93,130)
#6E5577
(110,85,119)
#644D6C
(100,77,108)
#5A4561
(90,69,97)
#503D56
(80,61,86)
#46354B
(70,53,75)
#3C2D40
(60,45,64)
#322535
(50,37,53)
#281D2A
(40,29,42)
#1E151F
(30,21,31)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #785D82

#785D82
(120,93,130)
#846B8D
(132,107,141)
#907998
(144,121,152)
#9C87A3
(156,135,163)
#A895AE
(168,149,174)
#B4A3B9
(180,163,185)
#C0B1C4
(192,177,196)
#CCBFCF
(204,191,207)
#D8CDDA
(216,205,218)
#E4DBE5
(228,219,229)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D82; }

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

This text font color is #785D82.


Background Color

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

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

This div background color is #785D82.


Border color

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

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

This div border color is #785D82.


Opacity

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

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

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

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

This text has shadow with #785D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D82 on black background.


Color preview on white background

This text has color #785D82 on white background.



Black color preview on #785D82 background

This text has black color on #785D82 background.


White color preview on #785D82 background

This text has white color on #785D82 background.