COLOR #782A5A

HEX: #782A5A RGB: (120,42,90)

Color info

#782A5A contains mainly red and blue colors. Web safe color of #782A5A is #663366 (or #636).

RGB color model

#782A5A color RGB value is (120,42,90).

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

RGB channels and saturation

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

120
42
90

R + G + B ~ 33%. #782A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 42 + 90 = 252 (100%)
R 120 of 252 ~ 47.62%
G 42 of 252 ~ 16.67%
B 90 of 252 ~ 35.71'%

%47.62
%16.67
%35.71

CMYK color model

#782A5A color CMYK value is (0,65,25,53).

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

CMYK: (0,65,25,53)
C0M65Y25K53 (0%, 65%, 25%, 53%)
(0.00 / 0.65 / 0.25 / 0.53)

CMYK percentages

%0
%65
%25
%52.94

Codes

Color #782A5A in popluar color models

78 2A 5A
RGB 120 42 90
HSL 323° 48.15% 31.76%
HSB/HSV 323° 65.00% 47.06%
CMYK 0.00% 65.00% 25.00%
52.94%

Color #782A5A in popluar number systems.

HEX 78 2A 5A
Decimal 120 42 90
Binary 1111000 101010 1011010
Octal 170 52 132

Shades and tints

Shades of #782A5A

#782A5A
(120,42,90)
#6E2752
(110,39,82)
#64244A
(100,36,74)
#5A2142
(90,33,66)
#501E3A
(80,30,58)
#461B32
(70,27,50)
#3C182A
(60,24,42)
#321522
(50,21,34)
#28121A
(40,18,26)
#1E0F12
(30,15,18)
#140C0A
(20,12,10)
#000000
(0,0,0)

Tints of #782A5A

#782A5A
(120,42,90)
#843D69
(132,61,105)
#905078
(144,80,120)
#9C6387
(156,99,135)
#A87696
(168,118,150)
#B489A5
(180,137,165)
#C09CB4
(192,156,180)
#CCAFC3
(204,175,195)
#D8C2D2
(216,194,210)
#E4D5E1
(228,213,225)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782A5A; }

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

This text font color is #782A5A.

Background Color

.myBgColor { background-color: #782A5A; }

<div style="background-color:#782A5A">Inner text</div>

This div background color is #782A5A.

Border color

.myBorderColor { border: 1px solid #782A5A; }

<div style="border:3px solid #782A5A">Div</div>

This div border color is #782A5A.

Opacity

.myOpacity80 { color: #782A5A; opacity: 0.8; }

<p style="color:#782A5A;opacity:0.8;">80%</p>

Text with #782A5A 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 #782A5A;}

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

This text has shadow with #782A5A color.


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

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

This text has shadow with #782A5A primary color and red secondary color.


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

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

This text has shadow with #782A5A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #782A5A.

Preview

Color preview on black background

This text has color #782A5A on black background.


Color preview on white background

This text has color #782A5A on white background.


Black color preview on #782A5A background

This text has black color on #782A5A background.


White color preview on #782A5A background

This text has white color on #782A5A background.


Related colors

Complementary color

Complementary color for #hex is #87D5A5.


I love getcolorcode.com

Triadic colors

1 #5A782A and #2A5A78 with #782A5A are triadic colors.

2 #5A2A78 and #2A785A with #782A5A are triadic colors.