COLOR #785F80

HEX: #785F80 RGB: (120,95,128)

Color info

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

RGB color model

#785F80 color RGB value is (120,95,128).

RGB: (120,95,128) (47%, 37%, 50%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 128 of 255 = 50%

120
95
128

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

Portions of RGB colors in percentages

R + G + B = 120 + 95 + 128 = 343 (100%)
R 120 of 343 ~ 34.99%
G 95 of 343 ~ 27.7%
B 128 of 343 ~ 37.32'%

%34.99
%27.7
%37.32

CMYK color model

#785F80 color CMYK value is (6,26,0,50).

  • cyan value is 6.25%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (6,26,0,50)
C6M26Y0K50 (6%, 26%, 0%, 50%)
(0.06 / 0.26 / 0.00 / 0.50)

CMYK percentages

%6.25
%25.78
%0
%49.8

Codes

Color #785F80 in popluar color models

78 5F 80
RGB 120 95 128
HSL 285° 14.80% 43.73%
HSB/HSV 285° 25.78% 50.20%
CMYK 6.25% 25.78% 0.00%
49.80%

Color #785F80 in popluar number systems.

HEX 78 5F 80
Decimal 120 95 128
Binary 1111000 1011111 10000000
Octal 170 137 200

Shades and tints

Shades of #785F80

#785F80
(120,95,128)
#6E5775
(110,87,117)
#644F6A
(100,79,106)
#5A475F
(90,71,95)
#503F54
(80,63,84)
#463749
(70,55,73)
#3C2F3E
(60,47,62)
#322733
(50,39,51)
#281F28
(40,31,40)
#1E171D
(30,23,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #785F80

#785F80
(120,95,128)
#846D8B
(132,109,139)
#907B96
(144,123,150)
#9C89A1
(156,137,161)
#A897AC
(168,151,172)
#B4A5B7
(180,165,183)
#C0B3C2
(192,179,194)
#CCC1CD
(204,193,205)
#D8CFD8
(216,207,216)
#E4DDE3
(228,221,227)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F80; }

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

This text font color is #785F80.

Background Color

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

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

This div background color is #785F80.

Border color

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

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

This div border color is #785F80.

Opacity

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

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

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

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

This text has shadow with #785F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785F80.

Preview

Color preview on black background

This text has color #785F80 on black background.


Color preview on white background

This text has color #785F80 on white background.


Black color preview on #785F80 background

This text has black color on #785F80 background.


White color preview on #785F80 background

This text has white color on #785F80 background.


Related colors

Complementary color

Complementary color for #hex is #87A07F.


I love getcolorcode.com

Triadic colors

1 #80785F and #5F8078 with #785F80 are triadic colors.

2 #805F78 and #5F7880 with #785F80 are triadic colors.