COLOR #785D60

HEX: #785D60 RGB: (120,93,96)

Color info

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

RGB color model

#785D60 color RGB value is (120,93,96).

RGB: (120,93,96) (47%, 36%, 38%)

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 96 of 255 = 38%

120
93
96

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

Portions of RGB colors in percentages

R + G + B = 120 + 93 + 96 = 309 (100%)
R 120 of 309 ~ 38.83%
G 93 of 309 ~ 30.1%
B 96 of 309 ~ 31.07'%

%38.83
%30.1
%31.07

CMYK color model

#785D60 color CMYK value is (0,23,20,53).

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

CMYK: (0,23,20,53)
C0M23Y20K53 (0%, 23%, 20%, 53%)
(0.00 / 0.23 / 0.20 / 0.53)

CMYK percentages

%0
%22.5
%20
%52.94

Codes

Color #785D60 in popluar color models

78 5D 60
RGB 120 93 96
HSL 353° 12.68% 41.76%
HSB/HSV 353° 22.50% 47.06%
CMYK 0.00% 22.50% 20.00%
52.94%

Color #785D60 in popluar number systems.

HEX 78 5D 60
Decimal 120 93 96
Binary 1111000 1011101 1100000
Octal 170 135 140

Shades and tints

Shades of #785D60

#785D60
(120,93,96)
#6E5558
(110,85,88)
#644D50
(100,77,80)
#5A4548
(90,69,72)
#503D40
(80,61,64)
#463538
(70,53,56)
#3C2D30
(60,45,48)
#322528
(50,37,40)
#281D20
(40,29,32)
#1E1518
(30,21,24)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #785D60

#785D60
(120,93,96)
#846B6E
(132,107,110)
#90797C
(144,121,124)
#9C878A
(156,135,138)
#A89598
(168,149,152)
#B4A3A6
(180,163,166)
#C0B1B4
(192,177,180)
#CCBFC2
(204,191,194)
#D8CDD0
(216,205,208)
#E4DBDE
(228,219,222)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D60; }

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

This text font color is #785D60.

Background Color

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

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

This div background color is #785D60.

Border color

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

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

This div border color is #785D60.

Opacity

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

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

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

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

This text has shadow with #785D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785D60.

Preview

Color preview on black background

This text has color #785D60 on black background.


Color preview on white background

This text has color #785D60 on white background.


Black color preview on #785D60 background

This text has black color on #785D60 background.


White color preview on #785D60 background

This text has white color on #785D60 background.


Related colors

Complementary color

Complementary color for #hex is #87A29F.


I love getcolorcode.com

Triadic colors

1 #60785D and #5D6078 with #785D60 are triadic colors.

2 #605D78 and #5D7860 with #785D60 are triadic colors.