COLOR #782E5A

HEX: #782E5A RGB: (120,46,90)

Color info

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

RGB color model

#782E5A color RGB value is (120,46,90).

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

RGB channels and saturation

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

120
46
90

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

Portions of RGB colors in percentages

R + G + B = 120 + 46 + 90 = 256 (100%)
R 120 of 256 ~ 46.88%
G 46 of 256 ~ 17.97%
B 90 of 256 ~ 35.16'%

%46.88
%17.97
%35.16

CMYK color model

#782E5A color CMYK value is (0,62,25,53).

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

CMYK: (0,62,25,53)
C0M62Y25K53 (0%, 62%, 25%, 53%)
(0.00 / 0.62 / 0.25 / 0.53)

CMYK percentages

%0
%61.67
%25
%52.94

Codes

Color #782E5A in popluar color models

78 2E 5A
RGB 120 46 90
HSL 324° 44.58% 32.55%
HSB/HSV 324° 61.67% 47.06%
CMYK 0.00% 61.67% 25.00%
52.94%

Color #782E5A in popluar number systems.

HEX 78 2E 5A
Decimal 120 46 90
Binary 1111000 101110 1011010
Octal 170 56 132

Shades and tints

Shades of #782E5A

#782E5A
(120,46,90)
#6E2A52
(110,42,82)
#64264A
(100,38,74)
#5A2242
(90,34,66)
#501E3A
(80,30,58)
#461A32
(70,26,50)
#3C162A
(60,22,42)
#321222
(50,18,34)
#280E1A
(40,14,26)
#1E0A12
(30,10,18)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #782E5A

#782E5A
(120,46,90)
#844169
(132,65,105)
#905478
(144,84,120)
#9C6787
(156,103,135)
#A87A96
(168,122,150)
#B48DA5
(180,141,165)
#C0A0B4
(192,160,180)
#CCB3C3
(204,179,195)
#D8C6D2
(216,198,210)
#E4D9E1
(228,217,225)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782E5A; }

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

This text font color is #782E5A.

Background Color

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

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

This div background color is #782E5A.

Border color

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

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

This div border color is #782E5A.

Opacity

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

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

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

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

This text has shadow with #782E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #782E5A.

Preview

Color preview on black background

This text has color #782E5A on black background.


Color preview on white background

This text has color #782E5A on white background.


Black color preview on #782E5A background

This text has black color on #782E5A background.


White color preview on #782E5A background

This text has white color on #782E5A background.


Related colors

Complementary color

Complementary color for #hex is #87D1A5.


I love getcolorcode.com

Triadic colors

1 #5A782E and #2E5A78 with #782E5A are triadic colors.

2 #5A2E78 and #2E785A with #782E5A are triadic colors.