COLOR #785A51

HEX: #785A51
RGB: (120,90,81)

Color info

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

RGB color model

#785A51 color RGB value is (120,90,81).

  • red value is 120;
  • green value is 90;
  • blue value is 81.
RGB:
(120,90,81)
(47%,35%,32%)

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 81 of 255 = 32%

120
90
81

R + G + B ~ 38%. #785A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 90 + 81 = 291 (100%)
R 120 of 291 ~ 41.24%
G 90 of 291 ~ 30.93%
B 81 of 291 ~ 27.84%

%41.24
%30.93
%27.84

CMYK color model

#785A51 color CMYK value is (0,25,33,53).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 32.50%
  • key color value is 52.94%
CMYK:
(0,25,33,53)
C0M25Y33K53 
(0%,25%,33%,53%)
(0.00/0.25/0.33/0.53)	

CMYK percentages

%0
%25
%32.5
%52.94

Codes

Color #785A51 in popluar color models

785A51
RGB1209081
HSL14°19.40%39.41%
HSB/HSV14°32.50%47.06%
CMYK0.00%25.00%32.50%
52.94%

Color #785A51 in popluar number systems.

HEX785A51
Decimal1209081
Binary111100010110101010001
Octal170132121

Shades and tints

Shades of #785A51

#785A51
(120,90,81)
#6E524A
(110,82,74)
#644A43
(100,74,67)
#5A423C
(90,66,60)
#503A35
(80,58,53)
#46322E
(70,50,46)
#3C2A27
(60,42,39)
#322220
(50,34,32)
#281A19
(40,26,25)
#1E1212
(30,18,18)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #785A51

#785A51
(120,90,81)
#846960
(132,105,96)
#90786F
(144,120,111)
#9C877E
(156,135,126)
#A8968D
(168,150,141)
#B4A59C
(180,165,156)
#C0B4AB
(192,180,171)
#CCC3BA
(204,195,186)
#D8D2C9
(216,210,201)
#E4E1D8
(228,225,216)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785A51 color. Also use rgb(120,90,81) instead hex code.

Text Font Color

.myTextColor { color: #785A51; }

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

This text font color is #785A51.


Background Color

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

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

This div background color is #785A51.


Border color

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

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

This div border color is #785A51.


Opacity

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

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

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

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

This text has shadow with #785A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785A51 on black background.


Color preview on white background

This text has color #785A51 on white background.



Black color preview on #785A51 background

This text has black color on #785A51 background.


White color preview on #785A51 background

This text has white color on #785A51 background.