COLOR #785D73

HEX: #785D73
RGB: (120,93,115)

Color info

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

RGB color model

#785D73 color RGB value is (120,93,115).

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

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 115 of 255 = 45%

120
93
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 115 = 328 (100%)
R 120 of 328 ~ 36.59%
G 93 of 328 ~ 28.35%
B 115 of 328 ~ 35.06%

%36.59
%28.35
%35.06

CMYK color model

#785D73 color CMYK value is (0,23,4,53).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,23,4,53)
C0M23Y4K53 
(0%,23%,4%,53%)
(0.00/0.23/0.04/0.53)	

CMYK percentages

%0
%22.5
%4.17
%52.94

Codes

Color #785D73 in popluar color models

785D73
RGB12093115
HSL311°12.68%41.76%
HSB/HSV311°22.50%47.06%
CMYK0.00%22.50%4.17%
52.94%

Color #785D73 in popluar number systems.

HEX785D73
Decimal12093115
Binary111100010111011110011
Octal170135163

Shades and tints

Shades of #785D73

#785D73
(120,93,115)
#6E5569
(110,85,105)
#644D5F
(100,77,95)
#5A4555
(90,69,85)
#503D4B
(80,61,75)
#463541
(70,53,65)
#3C2D37
(60,45,55)
#32252D
(50,37,45)
#281D23
(40,29,35)
#1E1519
(30,21,25)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #785D73

#785D73
(120,93,115)
#846B7F
(132,107,127)
#90798B
(144,121,139)
#9C8797
(156,135,151)
#A895A3
(168,149,163)
#B4A3AF
(180,163,175)
#C0B1BB
(192,177,187)
#CCBFC7
(204,191,199)
#D8CDD3
(216,205,211)
#E4DBDF
(228,219,223)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D73; }

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

This text font color is #785D73.


Background Color

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

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

This div background color is #785D73.


Border color

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

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

This div border color is #785D73.


Opacity

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

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

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

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

This text has shadow with #785D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D73 on black background.


Color preview on white background

This text has color #785D73 on white background.



Black color preview on #785D73 background

This text has black color on #785D73 background.


White color preview on #785D73 background

This text has white color on #785D73 background.