COLOR #785360

HEX: #785360
RGB: (120,83,96)

Color info

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

RGB color model

#785360 color RGB value is (120,83,96).

  • red value is 120;
  • green value is 83;
  • blue value is 96.
RGB:
(120,83,96)
(47%,33%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 83 of 255 = 33%
B 96 of 255 = 38%

120
83
96

R + G + B ~ 39%. #785360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 83 + 96 = 299 (100%)
R 120 of 299 ~ 40.13%
G 83 of 299 ~ 27.76%
B 96 of 299 ~ 32.11%

%40.13
%27.76
%32.11

CMYK color model

#785360 color CMYK value is (0,31,20,53).

  • cyan value is 0.00%
  • magenta value is 30.83%
  • yellow value is 20.00%
  • key color value is 52.94%
CMYK:
(0,31,20,53)
C0M31Y20K53 
(0%,31%,20%,53%)
(0.00/0.31/0.20/0.53)	

CMYK percentages

%0
%30.83
%20
%52.94

Codes

Color #785360 in popluar color models

785360
RGB1208396
HSL339°18.23%39.80%
HSB/HSV339°30.83%47.06%
CMYK0.00%30.83%20.00%
52.94%

Color #785360 in popluar number systems.

HEX785360
Decimal1208396
Binary111100010100111100000
Octal170123140

Shades and tints

Shades of #785360

#785360
(120,83,96)
#6E4C58
(110,76,88)
#644550
(100,69,80)
#5A3E48
(90,62,72)
#503740
(80,55,64)
#463038
(70,48,56)
#3C2930
(60,41,48)
#322228
(50,34,40)
#281B20
(40,27,32)
#1E1418
(30,20,24)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #785360

#785360
(120,83,96)
#84626E
(132,98,110)
#90717C
(144,113,124)
#9C808A
(156,128,138)
#A88F98
(168,143,152)
#B49EA6
(180,158,166)
#C0ADB4
(192,173,180)
#CCBCC2
(204,188,194)
#D8CBD0
(216,203,208)
#E4DADE
(228,218,222)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785360 color. Also use rgb(120,83,96) instead hex code.

Text Font Color

.myTextColor { color: #785360; }

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

This text font color is #785360.


Background Color

.myBgColor { background-color: #785360; }

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

This div background color is #785360.


Border color

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

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

This div border color is #785360.


Opacity

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

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

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

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

This text has shadow with #785360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785360 on black background.


Color preview on white background

This text has color #785360 on white background.



Black color preview on #785360 background

This text has black color on #785360 background.


White color preview on #785360 background

This text has white color on #785360 background.