COLOR #785D54

HEX: #785D54
RGB: (120,93,84)

Color info

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

RGB color model

#785D54 color RGB value is (120,93,84).

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

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 84 of 255 = 33%

120
93
84

R + G + B ~ 39%. #785D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 93 + 84 = 297 (100%)
R 120 of 297 ~ 40.4%
G 93 of 297 ~ 31.31%
B 84 of 297 ~ 28.28%

%40.4
%31.31
%28.28

CMYK color model

#785D54 color CMYK value is (0,23,30,53).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 30.00%
  • key color value is 52.94%
CMYK:
(0,23,30,53)
C0M23Y30K53 
(0%,23%,30%,53%)
(0.00/0.23/0.30/0.53)	

CMYK percentages

%0
%22.5
%30
%52.94

Codes

Color #785D54 in popluar color models

785D54
RGB1209384
HSL15°17.65%40.00%
HSB/HSV15°30.00%47.06%
CMYK0.00%22.50%30.00%
52.94%

Color #785D54 in popluar number systems.

HEX785D54
Decimal1209384
Binary111100010111011010100
Octal170135124

Shades and tints

Shades of #785D54

#785D54
(120,93,84)
#6E554D
(110,85,77)
#644D46
(100,77,70)
#5A453F
(90,69,63)
#503D38
(80,61,56)
#463531
(70,53,49)
#3C2D2A
(60,45,42)
#322523
(50,37,35)
#281D1C
(40,29,28)
#1E1515
(30,21,21)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #785D54

#785D54
(120,93,84)
#846B63
(132,107,99)
#907972
(144,121,114)
#9C8781
(156,135,129)
#A89590
(168,149,144)
#B4A39F
(180,163,159)
#C0B1AE
(192,177,174)
#CCBFBD
(204,191,189)
#D8CDCC
(216,205,204)
#E4DBDB
(228,219,219)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D54; }

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

This text font color is #785D54.


Background Color

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

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

This div background color is #785D54.


Border color

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

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

This div border color is #785D54.


Opacity

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

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

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

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

This text has shadow with #785D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785D54 on black background.


Color preview on white background

This text has color #785D54 on white background.



Black color preview on #785D54 background

This text has black color on #785D54 background.


White color preview on #785D54 background

This text has white color on #785D54 background.