COLOR #785B76

HEX: #785B76
RGB: (120,91,118)

Color info

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

RGB color model

#785B76 color RGB value is (120,91,118).

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

RGB channels and saturation

R 120 of 255 = 47%
G 91 of 255 = 36%
B 118 of 255 = 46%

120
91
118

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

Portions of RGB colors in percentages

R + G + B =
120 + 91 + 118 = 329 (100%)
R 120 of 329 ~ 36.47%
G 91 of 329 ~ 27.66%
B 118 of 329 ~ 35.87%

%36.47
%27.66
%35.87

CMYK color model

#785B76 color CMYK value is (0,24,2,53).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK: (0,24,2,53) C0M24Y2K53 (0%,24%,2%,53%) (0.00/0.24/0.02/0.53)

CMYK percentages

%0
%24.17
%1.67
%52.94

Codes

Color #785B76 in popluar color models

785B76
RGB12091118
HSL304°13.74%41.37%
HSB/HSV304°24.17%47.06%
CMYK0.00%24.17%1.67%
52.94%

Color #785B76 in popluar number systems.

HEX785B76
Decimal12091118
Binary111100010110111110110
Octal170133166

Shades and tints

Shades of #785B76

#785B76
(120,91,118)
#6E536C
(110,83,108)
#644B62
(100,75,98)
#5A4358
(90,67,88)
#503B4E
(80,59,78)
#463344
(70,51,68)
#3C2B3A
(60,43,58)
#322330
(50,35,48)
#281B26
(40,27,38)
#1E131C
(30,19,28)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #785B76

#785B76
(120,91,118)
#846982
(132,105,130)
#90778E
(144,119,142)
#9C859A
(156,133,154)
#A893A6
(168,147,166)
#B4A1B2
(180,161,178)
#C0AFBE
(192,175,190)
#CCBDCA
(204,189,202)
#D8CBD6
(216,203,214)
#E4D9E2
(228,217,226)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785B76; }

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

This text font color is #785B76.


Background Color

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

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

This div background color is #785B76.


Border color

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

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

This div border color is #785B76.


Opacity

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

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

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

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

This text has shadow with #785B76 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #785B76 on black background.


Color preview on white background

This text has color #785B76 on white background.



Black color preview on #785B76 background

This text has black color on #785B76 background.


White color preview on #785B76 background

This text has white color on #785B76 background.