COLOR #785B80

HEX: #785B80
RGB: (120,91,128)

Color info

#785B80 contains red, green and blue colors in about the same proportion. Web safe color of #785B80 is #666666 (or #666).

RGB color model

#785B80 color RGB value is (120,91,128).

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

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 128 of 255 = 50%

120
91
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 128 = 339 (100%)
R 120 of 339 ~ 35.4%
G 91 of 339 ~ 26.84%
B 128 of 339 ~ 37.76%

%35.4
%26.84
%37.76

CMYK color model

#785B80 color CMYK value is (6,29,0,50).

  • cyan value is 6.25%
  • magenta value is 28.91%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(6,29,0,50)
C6M29Y0K50 
(6%,29%,0%,50%)
(0.06/0.29/0.00/0.50)	

CMYK percentages

%6.25
%28.91
%0
%49.8

Codes

Color #785B80 in popluar color models

785B80
RGB12091128
HSL287°16.89%42.94%
HSB/HSV287°28.91%50.20%
CMYK6.25%28.91%0.00%
49.80%

Color #785B80 in popluar number systems.

HEX785B80
Decimal12091128
Binary1111000101101110000000
Octal170133200

Shades and tints

Shades of #785B80

#785B80
(120,91,128)
#6E5375
(110,83,117)
#644B6A
(100,75,106)
#5A435F
(90,67,95)
#503B54
(80,59,84)
#463349
(70,51,73)
#3C2B3E
(60,43,62)
#322333
(50,35,51)
#281B28
(40,27,40)
#1E131D
(30,19,29)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #785B80

#785B80
(120,91,128)
#84698B
(132,105,139)
#907796
(144,119,150)
#9C85A1
(156,133,161)
#A893AC
(168,147,172)
#B4A1B7
(180,161,183)
#C0AFC2
(192,175,194)
#CCBDCD
(204,189,205)
#D8CBD8
(216,203,216)
#E4D9E3
(228,217,227)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785B80; }

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

This text font color is #785B80.


Background Color

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

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

This div background color is #785B80.


Border color

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

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

This div border color is #785B80.


Opacity

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

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

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

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

This text has shadow with #785B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B80 on black background.


Color preview on white background

This text has color #785B80 on white background.



Black color preview on #785B80 background

This text has black color on #785B80 background.


White color preview on #785B80 background

This text has white color on #785B80 background.