COLOR #785F5D

HEX: #785F5D RGB: (120,95,93)

Color info

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

RGB color model

#785F5D color RGB value is (120,95,93).

RGB: (120,95,93) (47%, 37%, 36%)

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 93 of 255 = 36%

120
95
93

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

Portions of RGB colors in percentages

R + G + B = 120 + 95 + 93 = 308 (100%)
R 120 of 308 ~ 38.96%
G 95 of 308 ~ 30.84%
B 93 of 308 ~ 30.19'%

%38.96
%30.84
%30.19

CMYK color model

#785F5D color CMYK value is (0,21,23,53).

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

CMYK: (0,21,23,53)
C0M21Y23K53 (0%, 21%, 23%, 53%)
(0.00 / 0.21 / 0.23 / 0.53)

CMYK percentages

%0
%20.83
%22.5
%52.94

Codes

Color #785F5D in popluar color models

78 5F 5D
RGB 120 95 93
HSL 12.68% 41.76%
HSB/HSV 22.50% 47.06%
CMYK 0.00% 20.83% 22.50%
52.94%

Color #785F5D in popluar number systems.

HEX 78 5F 5D
Decimal 120 95 93
Binary 1111000 1011111 1011101
Octal 170 137 135

Shades and tints

Shades of #785F5D

#785F5D
(120,95,93)
#6E5755
(110,87,85)
#644F4D
(100,79,77)
#5A4745
(90,71,69)
#503F3D
(80,63,61)
#463735
(70,55,53)
#3C2F2D
(60,47,45)
#322725
(50,39,37)
#281F1D
(40,31,29)
#1E1715
(30,23,21)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #785F5D

#785F5D
(120,95,93)
#846D6B
(132,109,107)
#907B79
(144,123,121)
#9C8987
(156,137,135)
#A89795
(168,151,149)
#B4A5A3
(180,165,163)
#C0B3B1
(192,179,177)
#CCC1BF
(204,193,191)
#D8CFCD
(216,207,205)
#E4DDDB
(228,221,219)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F5D; }

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

This text font color is #785F5D.

Background Color

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

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

This div background color is #785F5D.

Border color

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

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

This div border color is #785F5D.

Opacity

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

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

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

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

This text has shadow with #785F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785F5D.

Preview

Color preview on black background

This text has color #785F5D on black background.


Color preview on white background

This text has color #785F5D on white background.


Black color preview on #785F5D background

This text has black color on #785F5D background.


White color preview on #785F5D background

This text has white color on #785F5D background.


Related colors

Complementary color

Complementary color for #hex is #87A0A2.


I love getcolorcode.com

Triadic colors

1 #5D785F and #5F5D78 with #785F5D are triadic colors.

2 #5D5F78 and #5F785D with #785F5D are triadic colors.