COLOR #785A73

HEX: #785A73 RGB: (120,90,115)

Color info

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

RGB color model

#785A73 color RGB value is (120,90,115).

RGB: (120,90,115) (47%, 35%, 45%)

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 115 of 255 = 45%

120
90
115

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

Portions of RGB colors in percentages

R + G + B = 120 + 90 + 115 = 325 (100%)
R 120 of 325 ~ 36.92%
G 90 of 325 ~ 27.69%
B 115 of 325 ~ 35.38'%

%36.92
%27.69
%35.38

CMYK color model

#785A73 color CMYK value is (0,25,4,53).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 4.17%
  • key color value is 52.94%

CMYK: (0,25,4,53)
C0M25Y4K53 (0%, 25%, 4%, 53%)
(0.00 / 0.25 / 0.04 / 0.53)

CMYK percentages

%0
%25
%4.17
%52.94

Codes

Color #785A73 in popluar color models

78 5A 73
RGB 120 90 115
HSL 310° 14.29% 41.18%
HSB/HSV 310° 25.00% 47.06%
CMYK 0.00% 25.00% 4.17%
52.94%

Color #785A73 in popluar number systems.

HEX 78 5A 73
Decimal 120 90 115
Binary 1111000 1011010 1110011
Octal 170 132 163

Shades and tints

Shades of #785A73

#785A73
(120,90,115)
#6E5269
(110,82,105)
#644A5F
(100,74,95)
#5A4255
(90,66,85)
#503A4B
(80,58,75)
#463241
(70,50,65)
#3C2A37
(60,42,55)
#32222D
(50,34,45)
#281A23
(40,26,35)
#1E1219
(30,18,25)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #785A73

#785A73
(120,90,115)
#84697F
(132,105,127)
#90788B
(144,120,139)
#9C8797
(156,135,151)
#A896A3
(168,150,163)
#B4A5AF
(180,165,175)
#C0B4BB
(192,180,187)
#CCC3C7
(204,195,199)
#D8D2D3
(216,210,211)
#E4E1DF
(228,225,223)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785A73 color. Also use rgb(120,90,115) instead hex code.

Text Font Color

.myTextColor { color: #785A73; }

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

This text font color is #785A73.

Background Color

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

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

This div background color is #785A73.

Border color

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

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

This div border color is #785A73.

Opacity

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

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

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

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

This text has shadow with #785A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785A73.

Preview

Color preview on black background

This text has color #785A73 on black background.


Color preview on white background

This text has color #785A73 on white background.


Black color preview on #785A73 background

This text has black color on #785A73 background.


White color preview on #785A73 background

This text has white color on #785A73 background.


Related colors

Complementary color

Complementary color for #hex is #87A58C.


I love getcolorcode.com

Triadic colors

1 #73785A and #5A7378 with #785A73 are triadic colors.

2 #735A78 and #5A7873 with #785A73 are triadic colors.