COLOR #785665

HEX: #785665
RGB: (120,86,101)

Color info

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

RGB color model

#785665 color RGB value is (120,86,101).

  • red value is 120;
  • green value is 86;
  • blue value is 101.
RGB:
(120,86,101)
(47%,34%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 86 of 255 = 34%
B 101 of 255 = 40%

120
86
101

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

Portions of RGB colors in percentages

R + G + B =
120 + 86 + 101 = 307 (100%)
R 120 of 307 ~ 39.09%
G 86 of 307 ~ 28.01%
B 101 of 307 ~ 32.9%

%39.09
%28.01
%32.9

CMYK color model

#785665 color CMYK value is (0,28,16,53).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 15.83%
  • key color value is 52.94%
CMYK:
(0,28,16,53)
C0M28Y16K53 
(0%,28%,16%,53%)
(0.00/0.28/0.16/0.53)	

CMYK percentages

%0
%28.33
%15.83
%52.94

Codes

Color #785665 in popluar color models

785665
RGB12086101
HSL334°16.50%40.39%
HSB/HSV334°28.33%47.06%
CMYK0.00%28.33%15.83%
52.94%

Color #785665 in popluar number systems.

HEX785665
Decimal12086101
Binary111100010101101100101
Octal170126145

Shades and tints

Shades of #785665

#785665
(120,86,101)
#6E4F5C
(110,79,92)
#644853
(100,72,83)
#5A414A
(90,65,74)
#503A41
(80,58,65)
#463338
(70,51,56)
#3C2C2F
(60,44,47)
#322526
(50,37,38)
#281E1D
(40,30,29)
#1E1714
(30,23,20)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #785665

#785665
(120,86,101)
#846573
(132,101,115)
#907481
(144,116,129)
#9C838F
(156,131,143)
#A8929D
(168,146,157)
#B4A1AB
(180,161,171)
#C0B0B9
(192,176,185)
#CCBFC7
(204,191,199)
#D8CED5
(216,206,213)
#E4DDE3
(228,221,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785665 color. Also use rgb(120,86,101) instead hex code.

Text Font Color

.myTextColor { color: #785665; }

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

This text font color is #785665.


Background Color

.myBgColor { background-color: #785665; }

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

This div background color is #785665.


Border color

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

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

This div border color is #785665.


Opacity

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

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

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

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

This text has shadow with #785665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785665 on black background.


Color preview on white background

This text has color #785665 on white background.



Black color preview on #785665 background

This text has black color on #785665 background.


White color preview on #785665 background

This text has white color on #785665 background.