COLOR #785F5E

HEX: #785F5E
RGB: (120,95,94)

Color info

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

RGB color model

#785F5E color RGB value is (120,95,94).

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

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 94 of 255 = 37%

120
95
94

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

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 94 = 309 (100%)
R 120 of 309 ~ 38.83%
G 95 of 309 ~ 30.74%
B 94 of 309 ~ 30.42%

%38.83
%30.74
%30.42

CMYK color model

#785F5E color CMYK value is (0,21,22,53).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 21.67%
  • key color value is 52.94%
CMYK:
(0,21,22,53)
C0M21Y22K53 
(0%,21%,22%,53%)
(0.00/0.21/0.22/0.53)	

CMYK percentages

%0
%20.83
%21.67
%52.94

Codes

Color #785F5E in popluar color models

785F5E
RGB1209594
HSL12.15%41.96%
HSB/HSV21.67%47.06%
CMYK0.00%20.83%21.67%
52.94%

Color #785F5E in popluar number systems.

HEX785F5E
Decimal1209594
Binary111100010111111011110
Octal170137136

Shades and tints

Shades of #785F5E

#785F5E
(120,95,94)
#6E5756
(110,87,86)
#644F4E
(100,79,78)
#5A4746
(90,71,70)
#503F3E
(80,63,62)
#463736
(70,55,54)
#3C2F2E
(60,47,46)
#322726
(50,39,38)
#281F1E
(40,31,30)
#1E1716
(30,23,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #785F5E

#785F5E
(120,95,94)
#846D6C
(132,109,108)
#907B7A
(144,123,122)
#9C8988
(156,137,136)
#A89796
(168,151,150)
#B4A5A4
(180,165,164)
#C0B3B2
(192,179,178)
#CCC1C0
(204,193,192)
#D8CFCE
(216,207,206)
#E4DDDC
(228,221,220)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F5E; }

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

This text font color is #785F5E.


Background Color

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

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

This div background color is #785F5E.


Border color

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

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

This div border color is #785F5E.


Opacity

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

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

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

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

This text has shadow with #785F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785F5E on black background.


Color preview on white background

This text has color #785F5E on white background.



Black color preview on #785F5E background

This text has black color on #785F5E background.


White color preview on #785F5E background

This text has white color on #785F5E background.