COLOR #785F73

HEX: #785F73
RGB: (120,95,115)

Color info

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

RGB color model

#785F73 color RGB value is (120,95,115).

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

RGB channels and saturation

R 120 of 255 = 47%
G 95 of 255 = 37%
B 115 of 255 = 45%

120
95
115

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

Portions of RGB colors in percentages

R + G + B =
120 + 95 + 115 = 330 (100%)
R 120 of 330 ~ 36.36%
G 95 of 330 ~ 28.79%
B 115 of 330 ~ 34.85%

%36.36
%28.79
%34.85

CMYK color model

#785F73 color CMYK value is (0,21,4,53).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK: (0,21,4,53) C0M21Y4K53 (0%,21%,4%,53%) (0.00/0.21/0.04/0.53)

CMYK percentages

%0
%20.83
%4.17
%52.94

Codes

Color #785F73 in popluar color models

785F73
RGB12095115
HSL312°11.63%42.16%
HSB/HSV312°20.83%47.06%
CMYK0.00%20.83%4.17%
52.94%

Color #785F73 in popluar number systems.

HEX785F73
Decimal12095115
Binary111100010111111110011
Octal170137163

Shades and tints

Shades of #785F73

#785F73
(120,95,115)
#6E5769
(110,87,105)
#644F5F
(100,79,95)
#5A4755
(90,71,85)
#503F4B
(80,63,75)
#463741
(70,55,65)
#3C2F37
(60,47,55)
#32272D
(50,39,45)
#281F23
(40,31,35)
#1E1719
(30,23,25)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #785F73

#785F73
(120,95,115)
#846D7F
(132,109,127)
#907B8B
(144,123,139)
#9C8997
(156,137,151)
#A897A3
(168,151,163)
#B4A5AF
(180,165,175)
#C0B3BB
(192,179,187)
#CCC1C7
(204,193,199)
#D8CFD3
(216,207,211)
#E4DDDF
(228,221,223)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785F73; }

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

This text font color is #785F73.


Background Color

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

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

This div background color is #785F73.


Border color

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

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

This div border color is #785F73.


Opacity

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

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

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

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

This text has shadow with #785F73 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #785F73 on black background.


Color preview on white background

This text has color #785F73 on white background.



Black color preview on #785F73 background

This text has black color on #785F73 background.


White color preview on #785F73 background

This text has white color on #785F73 background.