COLOR #782E4E

HEX: #782E4E RGB: (120,46,78)

Color info

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

RGB color model

#782E4E color RGB value is (120,46,78).

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

RGB channels and saturation

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

120
46
78

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

Portions of RGB colors in percentages

R + G + B = 120 + 46 + 78 = 244 (100%)
R 120 of 244 ~ 49.18%
G 46 of 244 ~ 18.85%
B 78 of 244 ~ 31.97'%

%49.18
%18.85
%31.97

CMYK color model

#782E4E color CMYK value is (0,62,35,53).

  • cyan value is 0.00%
  • magenta value is 61.67%
  • yellow value is 35.00%
  • key color value is 52.94%
CMYK: (0,62,35,53) C0M62Y35K53 (0%,62%,35%,53%) (0.00/0.62/0.35/0.53) 

CMYK percentages

%0
%61.67
%35
%52.94

Codes

Color #782E4E in popluar color models

78 2E 4E
RGB 120 46 78
HSL 334° 44.58% 32.55%
HSB/HSV 334° 61.67% 47.06%
CMYK 0.00% 61.67% 35.00%
52.94%

Color #782E4E in popluar number systems.

HEX 78 2E 4E
Decimal 120 46 78
Binary 1111000 101110 1001110
Octal 170 56 116

Shades and tints

Shades of #782E4E

#782E4E
(120,46,78)
#6E2A47
(110,42,71)
#642640
(100,38,64)
#5A2239
(90,34,57)
#501E32
(80,30,50)
#461A2B
(70,26,43)
#3C1624
(60,22,36)
#32121D
(50,18,29)
#280E16
(40,14,22)
#1E0A0F
(30,10,15)
#140608
(20,6,8)
#000000
(0,0,0)

Tints of #782E4E

#782E4E
(120,46,78)
#84415E
(132,65,94)
#90546E
(144,84,110)
#9C677E
(156,103,126)
#A87A8E
(168,122,142)
#B48D9E
(180,141,158)
#C0A0AE
(192,160,174)
#CCB3BE
(204,179,190)
#D8C6CE
(216,198,206)
#E4D9DE
(228,217,222)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782E4E; }

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

This text font color is #782E4E.

Background Color

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

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

This div background color is #782E4E.

Border color

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

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

This div border color is #782E4E.

Opacity

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

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

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

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

This text has shadow with #782E4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #782E4E.

Preview

Color preview on black background

This text has color #782E4E on black background.


Color preview on white background

This text has color #782E4E on white background.


Black color preview on #782E4E background

This text has black color on #782E4E background.


White color preview on #782E4E background

This text has white color on #782E4E background.


Related colors

Complementary color

Complementary color for #hex is #87D1B1.


I love getcolorcode.com

Triadic colors

1 #4E782E and #2E4E78 with #782E4E are triadic colors.

2 #4E2E78 and #2E784E with #782E4E are triadic colors.