COLOR #785F4D

HEX: #785F4D RGB: (120,95,77)

Color info

#785F4D contains red, green and blue colors in about the same proportion. Web safe color of #785F4D is #666633 (or #663).

RGB color model

#785F4D color RGB value is (120,95,77).

RGB: (120,95,77) (47%, 37%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 77 of 255 = 30%

120
95
77

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

Portions of RGB colors in percentages

R + G + B = 120 + 95 + 77 = 292 (100%)
R 120 of 292 ~ 41.1%
G 95 of 292 ~ 32.53%
B 77 of 292 ~ 26.37'%

%41.1
%32.53
%26.37

CMYK color model

#785F4D color CMYK value is (0,21,36,53).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 35.83%
  • key color value is 52.94%

CMYK: (0,21,36,53)
C0M21Y36K53 (0%, 21%, 36%, 53%)
(0.00 / 0.21 / 0.36 / 0.53)

CMYK percentages

%0
%20.83
%35.83
%52.94

Codes

Color #785F4D in popluar color models

78 5F 4D
RGB 120 95 77
HSL 25° 21.83% 38.63%
HSB/HSV 25° 35.83% 47.06%
CMYK 0.00% 20.83% 35.83%
52.94%

Color #785F4D in popluar number systems.

HEX 78 5F 4D
Decimal 120 95 77
Binary 1111000 1011111 1001101
Octal 170 137 115

Shades and tints

Shades of #785F4D

#785F4D
(120,95,77)
#6E5746
(110,87,70)
#644F3F
(100,79,63)
#5A4738
(90,71,56)
#503F31
(80,63,49)
#46372A
(70,55,42)
#3C2F23
(60,47,35)
#32271C
(50,39,28)
#281F15
(40,31,21)
#1E170E
(30,23,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #785F4D

#785F4D
(120,95,77)
#846D5D
(132,109,93)
#907B6D
(144,123,109)
#9C897D
(156,137,125)
#A8978D
(168,151,141)
#B4A59D
(180,165,157)
#C0B3AD
(192,179,173)
#CCC1BD
(204,193,189)
#D8CFCD
(216,207,205)
#E4DDDD
(228,221,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785F4D color. Also use rgb(120,95,77) instead hex code.

Text Font Color

.myTextColor { color: #785F4D; }

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

This text font color is #785F4D.

Background Color

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

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

This div background color is #785F4D.

Border color

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

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

This div border color is #785F4D.

Opacity

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

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

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

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

This text has shadow with #785F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785F4D.

Preview

Color preview on black background

This text has color #785F4D on black background.


Color preview on white background

This text has color #785F4D on white background.


Black color preview on #785F4D background

This text has black color on #785F4D background.


White color preview on #785F4D background

This text has white color on #785F4D background.


Related colors

Complementary color

Complementary color for #hex is #87A0B2.


I love getcolorcode.com

Triadic colors

1 #4D785F and #5F4D78 with #785F4D are triadic colors.

2 #4D5F78 and #5F784D with #785F4D are triadic colors.