COLOR #785E5F

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

Color info

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

RGB color model

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

RGB: (120,94,95) (47%, 37%, 37%)

RGB channels and saturation

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

120
94
95

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

Portions of RGB colors in percentages

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

%38.83
%30.42
%30.74

CMYK color model

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

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

CMYK percentages

%0
%21.67
%20.83
%52.94

Codes

Color #785E5F in popluar color models

78 5E 5F
RGB 120 94 95
HSL 358° 12.15% 41.96%
HSB/HSV 358° 21.67% 47.06%
CMYK 0.00% 21.67% 20.83%
52.94%

Color #785E5F in popluar number systems.

HEX 78 5E 5F
Decimal 120 94 95
Binary 1111000 1011110 1011111
Octal 170 136 137

Shades and tints

Shades of #785E5F

#785E5F
(120,94,95)
#6E5657
(110,86,87)
#644E4F
(100,78,79)
#5A4647
(90,70,71)
#503E3F
(80,62,63)
#463637
(70,54,55)
#3C2E2F
(60,46,47)
#322627
(50,38,39)
#281E1F
(40,30,31)
#1E1617
(30,22,23)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #785E5F

#785E5F
(120,94,95)
#846C6D
(132,108,109)
#907A7B
(144,122,123)
#9C8889
(156,136,137)
#A89697
(168,150,151)
#B4A4A5
(180,164,165)
#C0B2B3
(192,178,179)
#CCC0C1
(204,192,193)
#D8CECF
(216,206,207)
#E4DCDD
(228,220,221)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785E5F; }

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

This text font color is #785E5F.

Background Color

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

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

This div background color is #785E5F.

Border color

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

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

This div border color is #785E5F.

Opacity

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

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

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

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

This text has shadow with #785E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785E5F.

Preview

Color preview on black background

This text has color #785E5F on black background.


Color preview on white background

This text has color #785E5F on white background.


Black color preview on #785E5F background

This text has black color on #785E5F background.


White color preview on #785E5F background

This text has white color on #785E5F background.


Related colors

Complementary color

Complementary color for #hex is #87A1A0.


I love getcolorcode.com

Triadic colors

1 #5F785E and #5E5F78 with #785E5F are triadic colors.

2 #5F5E78 and #5E785F with #785E5F are triadic colors.