COLOR #785B6A

HEX: #785B6A
RGB: (120,91,106)

Color info

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

RGB color model

#785B6A color RGB value is (120,91,106).

  • red value is 120;
  • green value is 91;
  • blue value is 106.
RGB:
(120,91,106)
(47%,36%,42%)

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 106 of 255 = 42%

120
91
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 106 = 317 (100%)
R 120 of 317 ~ 37.85%
G 91 of 317 ~ 28.71%
B 106 of 317 ~ 33.44%

%37.85
%28.71
%33.44

CMYK color model

#785B6A color CMYK value is (0,24,12,53).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,24,12,53)
C0M24Y12K53 
(0%,24%,12%,53%)
(0.00/0.24/0.12/0.53)	

CMYK percentages

%0
%24.17
%11.67
%52.94

Codes

Color #785B6A in popluar color models

785B6A
RGB12091106
HSL329°13.74%41.37%
HSB/HSV329°24.17%47.06%
CMYK0.00%24.17%11.67%
52.94%

Color #785B6A in popluar number systems.

HEX785B6A
Decimal12091106
Binary111100010110111101010
Octal170133152

Shades and tints

Shades of #785B6A

#785B6A
(120,91,106)
#6E5361
(110,83,97)
#644B58
(100,75,88)
#5A434F
(90,67,79)
#503B46
(80,59,70)
#46333D
(70,51,61)
#3C2B34
(60,43,52)
#32232B
(50,35,43)
#281B22
(40,27,34)
#1E1319
(30,19,25)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #785B6A

#785B6A
(120,91,106)
#846977
(132,105,119)
#907784
(144,119,132)
#9C8591
(156,133,145)
#A8939E
(168,147,158)
#B4A1AB
(180,161,171)
#C0AFB8
(192,175,184)
#CCBDC5
(204,189,197)
#D8CBD2
(216,203,210)
#E4D9DF
(228,217,223)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785B6A color. Also use rgb(120,91,106) instead hex code.

Text Font Color

.myTextColor { color: #785B6A; }

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

This text font color is #785B6A.


Background Color

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

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

This div background color is #785B6A.


Border color

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

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

This div border color is #785B6A.


Opacity

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

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

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

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

This text has shadow with #785B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785B6A on black background.


Color preview on white background

This text has color #785B6A on white background.



Black color preview on #785B6A background

This text has black color on #785B6A background.


White color preview on #785B6A background

This text has white color on #785B6A background.