COLOR #785D70

HEX: #785D70 RGB: (120,93,112)

Color info

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

RGB color model

#785D70 color RGB value is (120,93,112).

RGB: (120,93,112) (47%, 36%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 93 of 255 = 36%
B 112 of 255 = 44%

120
93
112

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

Portions of RGB colors in percentages

R + G + B = 120 + 93 + 112 = 325 (100%)
R 120 of 325 ~ 36.92%
G 93 of 325 ~ 28.62%
B 112 of 325 ~ 34.46'%

%36.92
%28.62
%34.46

CMYK color model

#785D70 color CMYK value is (0,23,7,53).

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

CMYK: (0,23,7,53)
C0M23Y7K53 (0%, 23%, 7%, 53%)
(0.00 / 0.23 / 0.07 / 0.53)

CMYK percentages

%0
%22.5
%6.67
%52.94

Codes

Color #785D70 in popluar color models

78 5D 70
RGB 120 93 112
HSL 318° 12.68% 41.76%
HSB/HSV 318° 22.50% 47.06%
CMYK 0.00% 22.50% 6.67%
52.94%

Color #785D70 in popluar number systems.

HEX 78 5D 70
Decimal 120 93 112
Binary 1111000 1011101 1110000
Octal 170 135 160

Shades and tints

Shades of #785D70

#785D70
(120,93,112)
#6E5566
(110,85,102)
#644D5C
(100,77,92)
#5A4552
(90,69,82)
#503D48
(80,61,72)
#46353E
(70,53,62)
#3C2D34
(60,45,52)
#32252A
(50,37,42)
#281D20
(40,29,32)
#1E1516
(30,21,22)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #785D70

#785D70
(120,93,112)
#846B7D
(132,107,125)
#90798A
(144,121,138)
#9C8797
(156,135,151)
#A895A4
(168,149,164)
#B4A3B1
(180,163,177)
#C0B1BE
(192,177,190)
#CCBFCB
(204,191,203)
#D8CDD8
(216,205,216)
#E4DBE5
(228,219,229)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785D70; }

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

This text font color is #785D70.

Background Color

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

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

This div background color is #785D70.

Border color

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

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

This div border color is #785D70.

Opacity

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

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

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

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

This text has shadow with #785D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785D70.

Preview

Color preview on black background

This text has color #785D70 on black background.


Color preview on white background

This text has color #785D70 on white background.


Black color preview on #785D70 background

This text has black color on #785D70 background.


White color preview on #785D70 background

This text has white color on #785D70 background.


Related colors

Complementary color

Complementary color for #hex is #87A28F.


I love getcolorcode.com

Triadic colors

1 #70785D and #5D7078 with #785D70 are triadic colors.

2 #705D78 and #5D7870 with #785D70 are triadic colors.