COLOR #785C57

HEX: #785C57
RGB: (120,92,87)

Color info

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

RGB color model

#785C57 color RGB value is (120,92,87).

  • red value is 120;
  • green value is 92;
  • blue value is 87.
RGB:
(120,92,87)
(47%,36%,34%)

RGB channels and saturation

R 120 of 255 = 47%
G 92 of 255 = 36%
B 87 of 255 = 34%

120
92
87

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

Portions of RGB colors in percentages

R + G + B =
120 + 92 + 87 = 299 (100%)
R 120 of 299 ~ 40.13%
G 92 of 299 ~ 30.77%
B 87 of 299 ~ 29.1%

%40.13
%30.77
%29.1

CMYK color model

#785C57 color CMYK value is (0,23,28,53).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 27.50%
  • key color value is 52.94%
CMYK:
(0,23,28,53)
C0M23Y28K53 
(0%,23%,28%,53%)
(0.00/0.23/0.28/0.53)	

CMYK percentages

%0
%23.33
%27.5
%52.94

Codes

Color #785C57 in popluar color models

785C57
RGB1209287
HSL15.94%40.59%
HSB/HSV27.50%47.06%
CMYK0.00%23.33%27.50%
52.94%

Color #785C57 in popluar number systems.

HEX785C57
Decimal1209287
Binary111100010111001010111
Octal170134127

Shades and tints

Shades of #785C57

#785C57
(120,92,87)
#6E5450
(110,84,80)
#644C49
(100,76,73)
#5A4442
(90,68,66)
#503C3B
(80,60,59)
#463434
(70,52,52)
#3C2C2D
(60,44,45)
#322426
(50,36,38)
#281C1F
(40,28,31)
#1E1418
(30,20,24)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #785C57

#785C57
(120,92,87)
#846A66
(132,106,102)
#907875
(144,120,117)
#9C8684
(156,134,132)
#A89493
(168,148,147)
#B4A2A2
(180,162,162)
#C0B0B1
(192,176,177)
#CCBEC0
(204,190,192)
#D8CCCF
(216,204,207)
#E4DADE
(228,218,222)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785C57 color. Also use rgb(120,92,87) instead hex code.

Text Font Color

.myTextColor { color: #785C57; }

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

This text font color is #785C57.


Background Color

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

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

This div background color is #785C57.


Border color

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

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

This div border color is #785C57.


Opacity

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

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

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

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

This text has shadow with #785C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785C57 on black background.


Color preview on white background

This text has color #785C57 on white background.



Black color preview on #785C57 background

This text has black color on #785C57 background.


White color preview on #785C57 background

This text has white color on #785C57 background.