COLOR #785A76

HEX: #785A76
RGB: (120,90,118)

Color info

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

RGB color model

#785A76 color RGB value is (120,90,118).

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

RGB channels and saturation

R 120 of 255 = 47%
G 90 of 255 = 35%
B 118 of 255 = 46%

120
90
118

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

Portions of RGB colors in percentages

R + G + B =
120 + 90 + 118 = 328 (100%)
R 120 of 328 ~ 36.59%
G 90 of 328 ~ 27.44%
B 118 of 328 ~ 35.98%

%36.59
%27.44
%35.98

CMYK color model

#785A76 color CMYK value is (0,25,2,53).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(0,25,2,53)
C0M25Y2K53 
(0%,25%,2%,53%)
(0.00/0.25/0.02/0.53)	

CMYK percentages

%0
%25
%1.67
%52.94

Codes

Color #785A76 in popluar color models

785A76
RGB12090118
HSL304°14.29%41.18%
HSB/HSV304°25.00%47.06%
CMYK0.00%25.00%1.67%
52.94%

Color #785A76 in popluar number systems.

HEX785A76
Decimal12090118
Binary111100010110101110110
Octal170132166

Shades and tints

Shades of #785A76

#785A76
(120,90,118)
#6E526C
(110,82,108)
#644A62
(100,74,98)
#5A4258
(90,66,88)
#503A4E
(80,58,78)
#463244
(70,50,68)
#3C2A3A
(60,42,58)
#322230
(50,34,48)
#281A26
(40,26,38)
#1E121C
(30,18,28)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #785A76

#785A76
(120,90,118)
#846982
(132,105,130)
#90788E
(144,120,142)
#9C879A
(156,135,154)
#A896A6
(168,150,166)
#B4A5B2
(180,165,178)
#C0B4BE
(192,180,190)
#CCC3CA
(204,195,202)
#D8D2D6
(216,210,214)
#E4E1E2
(228,225,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785A76; }

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

This text font color is #785A76.


Background Color

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

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

This div background color is #785A76.


Border color

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

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

This div border color is #785A76.


Opacity

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

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

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

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

This text has shadow with #785A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #785A76 on black background.


Color preview on white background

This text has color #785A76 on white background.



Black color preview on #785A76 background

This text has black color on #785A76 background.


White color preview on #785A76 background

This text has white color on #785A76 background.