COLOR #782D4E

HEX: #782D4E RGB: (120,45,78)

Color info

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

RGB color model

#782D4E color RGB value is (120,45,78).

RGB: (120,45,78) (47%, 18%, 31%)

RGB channels and saturation

R 120 of 255 = 47%
G 45 of 255 = 18%
B 78 of 255 = 31%

120
45
78

R + G + B ~ 32%. #782D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 45 + 78 = 243 (100%)
R 120 of 243 ~ 49.38%
G 45 of 243 ~ 18.52%
B 78 of 243 ~ 32.1'%

%49.38
%18.52
%32.1

CMYK color model

#782D4E color CMYK value is (0,63,35,53).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 35.00%
  • key color value is 52.94%

CMYK: (0,63,35,53)
C0M63Y35K53 (0%, 63%, 35%, 53%)
(0.00 / 0.63 / 0.35 / 0.53)

CMYK percentages

%0
%62.5
%35
%52.94

Codes

Color #782D4E in popluar color models

78 2D 4E
RGB 120 45 78
HSL 334° 45.45% 32.35%
HSB/HSV 334° 62.50% 47.06%
CMYK 0.00% 62.50% 35.00%
52.94%

Color #782D4E in popluar number systems.

HEX 78 2D 4E
Decimal 120 45 78
Binary 1111000 101101 1001110
Octal 170 55 116

Shades and tints

Shades of #782D4E

#782D4E
(120,45,78)
#6E2947
(110,41,71)
#642540
(100,37,64)
#5A2139
(90,33,57)
#501D32
(80,29,50)
#46192B
(70,25,43)
#3C1524
(60,21,36)
#32111D
(50,17,29)
#280D16
(40,13,22)
#1E090F
(30,9,15)
#140508
(20,5,8)
#000000
(0,0,0)

Tints of #782D4E

#782D4E
(120,45,78)
#84405E
(132,64,94)
#90536E
(144,83,110)
#9C667E
(156,102,126)
#A8798E
(168,121,142)
#B48C9E
(180,140,158)
#C09FAE
(192,159,174)
#CCB2BE
(204,178,190)
#D8C5CE
(216,197,206)
#E4D8DE
(228,216,222)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782D4E color. Also use rgb(120,45,78) instead hex code.

Text Font Color

.myTextColor { color: #782D4E; }

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

This text font color is #782D4E.

Background Color

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

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

This div background color is #782D4E.

Border color

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

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

This div border color is #782D4E.

Opacity

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

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

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

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

This text has shadow with #782D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #782D4E.

Preview

Color preview on black background

This text has color #782D4E on black background.


Color preview on white background

This text has color #782D4E on white background.


Black color preview on #782D4E background

This text has black color on #782D4E background.


White color preview on #782D4E background

This text has white color on #782D4E background.


Related colors

Complementary color

Complementary color for #hex is #87D2B1.


I love getcolorcode.com

Triadic colors

1 #4E782D and #2D4E78 with #782D4E are triadic colors.

2 #4E2D78 and #2D784E with #782D4E are triadic colors.