COLOR #785A92

HEX: #785A92 RGB: (120,90,146)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

120
90
146

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

Portions of RGB colors in percentages

R + G + B = 120 + 90 + 146 = 356 (100%)
R 120 of 356 ~ 33.71%
G 90 of 356 ~ 25.28%
B 146 of 356 ~ 41.01'%

%33.71
%25.28
%41.01

CMYK color model

#785A92 color CMYK value is (18,38,0,43).

  • cyan value is 17.81%
  • magenta value is 38.36%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (18,38,0,43) C18M38Y0K43 (18%,38%,0%,43%) (0.18/0.38/0.00/0.43) 

CMYK percentages

%17.81
%38.36
%0
%42.75

Codes

Color #785A92 in popluar color models

78 5A 92
RGB 120 90 146
HSL 272° 23.73% 46.27%
HSB/HSV 272° 38.36% 57.25%
CMYK 17.81% 38.36% 0.00%
42.75%

Color #785A92 in popluar number systems.

HEX 78 5A 92
Decimal 120 90 146
Binary 1111000 1011010 10010010
Octal 170 132 222

Shades and tints

Shades of #785A92

#785A92
(120,90,146)
#6E5285
(110,82,133)
#644A78
(100,74,120)
#5A426B
(90,66,107)
#503A5E
(80,58,94)
#463251
(70,50,81)
#3C2A44
(60,42,68)
#322237
(50,34,55)
#281A2A
(40,26,42)
#1E121D
(30,18,29)
#140A10
(20,10,16)
#000000
(0,0,0)

Tints of #785A92

#785A92
(120,90,146)
#84699B
(132,105,155)
#9078A4
(144,120,164)
#9C87AD
(156,135,173)
#A896B6
(168,150,182)
#B4A5BF
(180,165,191)
#C0B4C8
(192,180,200)
#CCC3D1
(204,195,209)
#D8D2DA
(216,210,218)
#E4E1E3
(228,225,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #785A92; }

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

This text font color is #785A92.

Background Color

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

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

This div background color is #785A92.

Border color

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

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

This div border color is #785A92.

Opacity

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

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

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

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

This text has shadow with #785A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #785A92.

Preview

Color preview on black background

This text has color #785A92 on black background.


Color preview on white background

This text has color #785A92 on white background.


Black color preview on #785A92 background

This text has black color on #785A92 background.


White color preview on #785A92 background

This text has white color on #785A92 background.


Related colors

Complementary color

Complementary color for #hex is #87A56D.


I love getcolorcode.com

Triadic colors

1 #92785A and #5A9278 with #785A92 are triadic colors.

2 #925A78 and #5A7892 with #785A92 are triadic colors.