COLOR #785A78

HEX: #785A78 RGB: (120,90,120)

Color info

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

RGB color model

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

RGB: (120,90,120) (47%, 35%, 47%)

RGB channels and saturation

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

120
90
120

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

Portions of RGB colors in percentages

R + G + B = 120 + 90 + 120 = 330 (100%)
R 120 of 330 ~ 36.36%
G 90 of 330 ~ 27.27%
B 120 of 330 ~ 36.36'%

%36.36
%27.27
%36.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (0,25,0,53)
C0M25Y0K53 (0%, 25%, 0%, 53%)
(0.00 / 0.25 / 0.00 / 0.53)

CMYK percentages

%0
%25
%0
%52.94

Codes

Color #785A78 in popluar color models

78 5A 78
RGB 120 90 120
HSL 300° 14.29% 41.18%
HSB/HSV 300° 25.00% 47.06%
CMYK 0.00% 25.00% 0.00%
52.94%

Color #785A78 in popluar number systems.

HEX 78 5A 78
Decimal 120 90 120
Binary 1111000 1011010 1111000
Octal 170 132 170

Shades and tints

Shades of #785A78

#785A78
(120,90,120)
#6E526E
(110,82,110)
#644A64
(100,74,100)
#5A425A
(90,66,90)
#503A50
(80,58,80)
#463246
(70,50,70)
#3C2A3C
(60,42,60)
#322232
(50,34,50)
#281A28
(40,26,40)
#1E121E
(30,18,30)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #785A78

#785A78
(120,90,120)
#846984
(132,105,132)
#907890
(144,120,144)
#9C879C
(156,135,156)
#A896A8
(168,150,168)
#B4A5B4
(180,165,180)
#C0B4C0
(192,180,192)
#CCC3CC
(204,195,204)
#D8D2D8
(216,210,216)
#E4E1E4
(228,225,228)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785A78; }

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

This text font color is #785A78.

Background Color

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

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

This div background color is #785A78.

Border color

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

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

This div border color is #785A78.

Opacity

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

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

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

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

This text has shadow with #785A78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785A78.

Preview

Color preview on black background

This text has color #785A78 on black background.


Color preview on white background

This text has color #785A78 on white background.


Black color preview on #785A78 background

This text has black color on #785A78 background.


White color preview on #785A78 background

This text has white color on #785A78 background.


Related colors

Complementary color

Complementary color for #hex is #87A587.


I love getcolorcode.com

Triadic colors

1 #78785A and #5A7878 with #785A78 are triadic colors.

2 #785A78 and #5A7878 with #785A78 are triadic colors.