COLOR #785E61

HEX: #785E61
RGB: (120,94,97)

Color info

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

RGB color model

#785E61 color RGB value is (120,94,97).

  • red value is 120;
  • green value is 94;
  • blue value is 97.
RGB:
(120,94,97)
(47%,37%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 94 of 255 = 37%
B 97 of 255 = 38%

120
94
97

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

Portions of RGB colors in percentages

R + G + B =
120 + 94 + 97 = 311 (100%)
R 120 of 311 ~ 38.59%
G 94 of 311 ~ 30.23%
B 97 of 311 ~ 31.19%

%38.59
%30.23
%31.19

CMYK color model

#785E61 color CMYK value is (0,22,19,53).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,22,19,53)
C0M22Y19K53 
(0%,22%,19%,53%)
(0.00/0.22/0.19/0.53)	

CMYK percentages

%0
%21.67
%19.17
%52.94

Codes

Color #785E61 in popluar color models

785E61
RGB1209497
HSL353°12.15%41.96%
HSB/HSV353°21.67%47.06%
CMYK0.00%21.67%19.17%
52.94%

Color #785E61 in popluar number systems.

HEX785E61
Decimal1209497
Binary111100010111101100001
Octal170136141

Shades and tints

Shades of #785E61

#785E61
(120,94,97)
#6E5659
(110,86,89)
#644E51
(100,78,81)
#5A4649
(90,70,73)
#503E41
(80,62,65)
#463639
(70,54,57)
#3C2E31
(60,46,49)
#322629
(50,38,41)
#281E21
(40,30,33)
#1E1619
(30,22,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #785E61

#785E61
(120,94,97)
#846C6F
(132,108,111)
#907A7D
(144,122,125)
#9C888B
(156,136,139)
#A89699
(168,150,153)
#B4A4A7
(180,164,167)
#C0B2B5
(192,178,181)
#CCC0C3
(204,192,195)
#D8CED1
(216,206,209)
#E4DCDF
(228,220,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785E61 color. Also use rgb(120,94,97) instead hex code.

Text Font Color

.myTextColor { color: #785E61; }

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

This text font color is #785E61.


Background Color

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

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

This div background color is #785E61.


Border color

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

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

This div border color is #785E61.


Opacity

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

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

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

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

This text has shadow with #785E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785E61 on black background.


Color preview on white background

This text has color #785E61 on white background.



Black color preview on #785E61 background

This text has black color on #785E61 background.


White color preview on #785E61 background

This text has white color on #785E61 background.