COLOR #785D7F

HEX: #785D7F
RGB: (120,93,127)

Color info

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

RGB color model

#785D7F color RGB value is (120,93,127).

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

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 127 of 255 = 50%

120
93
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 127 = 340 (100%)
R 120 of 340 ~ 35.29%
G 93 of 340 ~ 27.35%
B 127 of 340 ~ 37.35%

%35.29
%27.35
%37.35

CMYK color model

#785D7F color CMYK value is (6,27,0,50).

  • cyan value is 5.51%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,27,0,50)
C6M27Y0K50 
(6%,27%,0%,50%)
(0.06/0.27/0.00/0.50)	

CMYK percentages

%5.51
%26.77
%0
%50.2

Codes

Color #785D7F in popluar color models

785D7F
RGB12093127
HSL288°15.45%43.14%
HSB/HSV288°26.77%49.80%
CMYK5.51%26.77%0.00%
50.20%

Color #785D7F in popluar number systems.

HEX785D7F
Decimal12093127
Binary111100010111011111111
Octal170135177

Shades and tints

Shades of #785D7F

#785D7F
(120,93,127)
#6E5574
(110,85,116)
#644D69
(100,77,105)
#5A455E
(90,69,94)
#503D53
(80,61,83)
#463548
(70,53,72)
#3C2D3D
(60,45,61)
#322532
(50,37,50)
#281D27
(40,29,39)
#1E151C
(30,21,28)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #785D7F

#785D7F
(120,93,127)
#846B8A
(132,107,138)
#907995
(144,121,149)
#9C87A0
(156,135,160)
#A895AB
(168,149,171)
#B4A3B6
(180,163,182)
#C0B1C1
(192,177,193)
#CCBFCC
(204,191,204)
#D8CDD7
(216,205,215)
#E4DBE2
(228,219,226)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D7F; }

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

This text font color is #785D7F.


Background Color

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

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

This div background color is #785D7F.


Border color

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

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

This div border color is #785D7F.


Opacity

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

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

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

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

This text has shadow with #785D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D7F on black background.


Color preview on white background

This text has color #785D7F on white background.



Black color preview on #785D7F background

This text has black color on #785D7F background.


White color preview on #785D7F background

This text has white color on #785D7F background.