COLOR #785461

HEX: #785461
RGB: (120,84,97)

Color info

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

RGB color model

#785461 color RGB value is (120,84,97).

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

RGB channels and saturation

R 120 of 255 = 47%
G 84 of 255 = 33%
B 97 of 255 = 38%

120
84
97

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

Portions of RGB colors in percentages

R + G + B =
120 + 84 + 97 = 301 (100%)
R 120 of 301 ~ 39.87%
G 84 of 301 ~ 27.91%
B 97 of 301 ~ 32.23%

%39.87
%27.91
%32.23

CMYK color model

#785461 color CMYK value is (0,30,19,53).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,30,19,53)
C0M30Y19K53 
(0%,30%,19%,53%)
(0.00/0.30/0.19/0.53)	

CMYK percentages

%0
%30
%19.17
%52.94

Codes

Color #785461 in popluar color models

785461
RGB1208497
HSL338°17.65%40.00%
HSB/HSV338°30.00%47.06%
CMYK0.00%30.00%19.17%
52.94%

Color #785461 in popluar number systems.

HEX785461
Decimal1208497
Binary111100010101001100001
Octal170124141

Shades and tints

Shades of #785461

#785461
(120,84,97)
#6E4D59
(110,77,89)
#644651
(100,70,81)
#5A3F49
(90,63,73)
#503841
(80,56,65)
#463139
(70,49,57)
#3C2A31
(60,42,49)
#322329
(50,35,41)
#281C21
(40,28,33)
#1E1519
(30,21,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #785461

#785461
(120,84,97)
#84636F
(132,99,111)
#90727D
(144,114,125)
#9C818B
(156,129,139)
#A89099
(168,144,153)
#B49FA7
(180,159,167)
#C0AEB5
(192,174,181)
#CCBDC3
(204,189,195)
#D8CCD1
(216,204,209)
#E4DBDF
(228,219,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785461 color. Also use rgb(120,84,97) instead hex code.

Text Font Color

.myTextColor { color: #785461; }

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

This text font color is #785461.


Background Color

.myBgColor { background-color: #785461; }

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

This div background color is #785461.


Border color

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

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

This div border color is #785461.


Opacity

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

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

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

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

This text has shadow with #785461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785461 on black background.


Color preview on white background

This text has color #785461 on white background.



Black color preview on #785461 background

This text has black color on #785461 background.


White color preview on #785461 background

This text has white color on #785461 background.