COLOR #785A94

HEX: #785A94 RGB: (120,90,148)

Color info

#785A94 contains red, green and blue colors in about the same proportion. Web safe color of #785A94 is #666699 (or #669).

RGB color model

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

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

RGB channels and saturation

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

120
90
148

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

Portions of RGB colors in percentages

R + G + B = 120 + 90 + 148 = 358 (100%)
R 120 of 358 ~ 33.52%
G 90 of 358 ~ 25.14%
B 148 of 358 ~ 41.34'%

%33.52
%25.14
%41.34

CMYK color model

#785A94 color CMYK value is (19,39,0,42).

  • cyan value is 18.92%
  • magenta value is 39.19%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (19,39,0,42)
C19M39Y0K42 (19%, 39%, 0%, 42%)
(0.19 / 0.39 / 0.00 / 0.42)

CMYK percentages

%18.92
%39.19
%0
%41.96

Codes

Color #785A94 in popluar color models

78 5A 94
RGB 120 90 148
HSL 271° 24.37% 46.67%
HSB/HSV 271° 39.19% 58.04%
CMYK 18.92% 39.19% 0.00%
41.96%

Color #785A94 in popluar number systems.

HEX 78 5A 94
Decimal 120 90 148
Binary 1111000 1011010 10010100
Octal 170 132 224

Shades and tints

Shades of #785A94

#785A94
(120,90,148)
#6E5287
(110,82,135)
#644A7A
(100,74,122)
#5A426D
(90,66,109)
#503A60
(80,58,96)
#463253
(70,50,83)
#3C2A46
(60,42,70)
#322239
(50,34,57)
#281A2C
(40,26,44)
#1E121F
(30,18,31)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #785A94

#785A94
(120,90,148)
#84699D
(132,105,157)
#9078A6
(144,120,166)
#9C87AF
(156,135,175)
#A896B8
(168,150,184)
#B4A5C1
(180,165,193)
#C0B4CA
(192,180,202)
#CCC3D3
(204,195,211)
#D8D2DC
(216,210,220)
#E4E1E5
(228,225,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785A94; }

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

This text font color is #785A94.

Background Color

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

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

This div background color is #785A94.

Border color

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

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

This div border color is #785A94.

Opacity

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

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

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

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

This text has shadow with #785A94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785A94.

Preview

Color preview on black background

This text has color #785A94 on black background.


Color preview on white background

This text has color #785A94 on white background.


Black color preview on #785A94 background

This text has black color on #785A94 background.


White color preview on #785A94 background

This text has white color on #785A94 background.


Related colors

Complementary color

Complementary color for #hex is #87A56B.


I love getcolorcode.com

Triadic colors

1 #94785A and #5A9478 with #785A94 are triadic colors.

2 #945A78 and #5A7894 with #785A94 are triadic colors.