COLOR #785B4F

HEX: #785B4F RGB: (120,91,79)

Color info

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

RGB color model

#785B4F color RGB value is (120,91,79).

RGB: (120,91,79) (47%, 36%, 31%)

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 79 of 255 = 31%

120
91
79

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

Portions of RGB colors in percentages

R + G + B = 120 + 91 + 79 = 290 (100%)
R 120 of 290 ~ 41.38%
G 91 of 290 ~ 31.38%
B 79 of 290 ~ 27.24'%

%41.38
%31.38
%27.24

CMYK color model

#785B4F color CMYK value is (0,24,34,53).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 34.17%
  • key color value is 52.94%

CMYK: (0,24,34,53)
C0M24Y34K53 (0%, 24%, 34%, 53%)
(0.00 / 0.24 / 0.34 / 0.53)

CMYK percentages

%0
%24.17
%34.17
%52.94

Codes

Color #785B4F in popluar color models

78 5B 4F
RGB 120 91 79
HSL 18° 20.60% 39.02%
HSB/HSV 18° 34.17% 47.06%
CMYK 0.00% 24.17% 34.17%
52.94%

Color #785B4F in popluar number systems.

HEX 78 5B 4F
Decimal 120 91 79
Binary 1111000 1011011 1001111
Octal 170 133 117

Shades and tints

Shades of #785B4F

#785B4F
(120,91,79)
#6E5348
(110,83,72)
#644B41
(100,75,65)
#5A433A
(90,67,58)
#503B33
(80,59,51)
#46332C
(70,51,44)
#3C2B25
(60,43,37)
#32231E
(50,35,30)
#281B17
(40,27,23)
#1E1310
(30,19,16)
#140B09
(20,11,9)
#000000
(0,0,0)

Tints of #785B4F

#785B4F
(120,91,79)
#84695F
(132,105,95)
#90776F
(144,119,111)
#9C857F
(156,133,127)
#A8938F
(168,147,143)
#B4A19F
(180,161,159)
#C0AFAF
(192,175,175)
#CCBDBF
(204,189,191)
#D8CBCF
(216,203,207)
#E4D9DF
(228,217,223)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785B4F color. Also use rgb(120,91,79) instead hex code.

Text Font Color

.myTextColor { color: #785B4F; }

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

This text font color is #785B4F.

Background Color

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

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

This div background color is #785B4F.

Border color

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

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

This div border color is #785B4F.

Opacity

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

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

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

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

This text has shadow with #785B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785B4F.

Preview

Color preview on black background

This text has color #785B4F on black background.


Color preview on white background

This text has color #785B4F on white background.


Black color preview on #785B4F background

This text has black color on #785B4F background.


White color preview on #785B4F background

This text has white color on #785B4F background.


Related colors

Complementary color

Complementary color for #hex is #87A4B0.


I love getcolorcode.com

Triadic colors

1 #4F785B and #5B4F78 with #785B4F are triadic colors.

2 #4F5B78 and #5B784F with #785B4F are triadic colors.