COLOR #785968

HEX: #785968
RGB: (120,89,104)

Color info

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

RGB color model

#785968 color RGB value is (120,89,104).

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

RGB channels and saturation

R 120 of 255 = 47%
G 89 of 255 = 35%
B 104 of 255 = 41%

120
89
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 89 + 104 = 313 (100%)
R 120 of 313 ~ 38.34%
G 89 of 313 ~ 28.43%
B 104 of 313 ~ 33.23%

%38.34
%28.43
%33.23

CMYK color model

#785968 color CMYK value is (0,26,13,53).

  • cyan value is 0.00%
  • magenta value is 25.83%
  • yellow value is 13.33%
  • key color value is 52.94%
CMYK:
(0,26,13,53)
C0M26Y13K53 
(0%,26%,13%,53%)
(0.00/0.26/0.13/0.53)	

CMYK percentages

%0
%25.83
%13.33
%52.94

Codes

Color #785968 in popluar color models

785968
RGB12089104
HSL331°14.83%40.98%
HSB/HSV331°25.83%47.06%
CMYK0.00%25.83%13.33%
52.94%

Color #785968 in popluar number systems.

HEX785968
Decimal12089104
Binary111100010110011101000
Octal170131150

Shades and tints

Shades of #785968

#785968
(120,89,104)
#6E515F
(110,81,95)
#644956
(100,73,86)
#5A414D
(90,65,77)
#503944
(80,57,68)
#46313B
(70,49,59)
#3C2932
(60,41,50)
#322129
(50,33,41)
#281920
(40,25,32)
#1E1117
(30,17,23)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #785968

#785968
(120,89,104)
#846875
(132,104,117)
#907782
(144,119,130)
#9C868F
(156,134,143)
#A8959C
(168,149,156)
#B4A4A9
(180,164,169)
#C0B3B6
(192,179,182)
#CCC2C3
(204,194,195)
#D8D1D0
(216,209,208)
#E4E0DD
(228,224,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785968; }

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

This text font color is #785968.


Background Color

.myBgColor { background-color: #785968; }

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

This div background color is #785968.


Border color

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

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

This div border color is #785968.


Opacity

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

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

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

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

This text has shadow with #785968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785968 on black background.


Color preview on white background

This text has color #785968 on white background.



Black color preview on #785968 background

This text has black color on #785968 background.


White color preview on #785968 background

This text has white color on #785968 background.