COLOR #785973

HEX: #785973
RGB: (120,89,115)

Color info

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

RGB color model

#785973 color RGB value is (120,89,115).

  • red value is 120;
  • green value is 89;
  • blue value is 115.
RGB:
(120,89,115)
(47%,35%,45%)

RGB channels and saturation

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

120
89
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 115 = 324 (100%)
R 120 of 324 ~ 37.04%
G 89 of 324 ~ 27.47%
B 115 of 324 ~ 35.49%

%37.04
%27.47
%35.49

CMYK color model

#785973 color CMYK value is (0,26,4,53).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,26,4,53)
C0M26Y4K53 
(0%,26%,4%,53%)
(0.00/0.26/0.04/0.53)	

CMYK percentages

%0
%25.83
%4.17
%52.94

Codes

Color #785973 in popluar color models

785973
RGB12089115
HSL310°14.83%40.98%
HSB/HSV310°25.83%47.06%
CMYK0.00%25.83%4.17%
52.94%

Color #785973 in popluar number systems.

HEX785973
Decimal12089115
Binary111100010110011110011
Octal170131163

Shades and tints

Shades of #785973

#785973
(120,89,115)
#6E5169
(110,81,105)
#64495F
(100,73,95)
#5A4155
(90,65,85)
#50394B
(80,57,75)
#463141
(70,49,65)
#3C2937
(60,41,55)
#32212D
(50,33,45)
#281923
(40,25,35)
#1E1119
(30,17,25)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #785973

#785973
(120,89,115)
#84687F
(132,104,127)
#90778B
(144,119,139)
#9C8697
(156,134,151)
#A895A3
(168,149,163)
#B4A4AF
(180,164,175)
#C0B3BB
(192,179,187)
#CCC2C7
(204,194,199)
#D8D1D3
(216,209,211)
#E4E0DF
(228,224,223)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785973; }

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

This text font color is #785973.


Background Color

.myBgColor { background-color: #785973; }

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

This div background color is #785973.


Border color

.myBorderColor { border: 1px solid #785973; }

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

This div border color is #785973.


Opacity

.myOpacity80 { color: #785973; opacity: 0.8; }

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

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

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

This text has shadow with #785973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785973 on black background.


Color preview on white background

This text has color #785973 on white background.



Black color preview on #785973 background

This text has black color on #785973 background.


White color preview on #785973 background

This text has white color on #785973 background.