COLOR #782A6B

HEX: #782A6B RGB: (120,42,107)

Color info

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

RGB color model

#782A6B color RGB value is (120,42,107).

RGB: (120,42,107) (47%, 16%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 42 of 255 = 16%
B 107 of 255 = 42%

120
42
107

R + G + B ~ 35%. #782A6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 42 + 107 = 269 (100%)
R 120 of 269 ~ 44.61%
G 42 of 269 ~ 15.61%
B 107 of 269 ~ 39.78'%

%44.61
%15.61
%39.78

CMYK color model

#782A6B color CMYK value is (0,65,11,53).

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

CMYK: (0,65,11,53)
C0M65Y11K53 (0%, 65%, 11%, 53%)
(0.00 / 0.65 / 0.11 / 0.53)

CMYK percentages

%0
%65
%10.83
%52.94

Codes

Color #782A6B in popluar color models

78 2A 6B
RGB 120 42 107
HSL 310° 48.15% 31.76%
HSB/HSV 310° 65.00% 47.06%
CMYK 0.00% 65.00% 10.83%
52.94%

Color #782A6B in popluar number systems.

HEX 78 2A 6B
Decimal 120 42 107
Binary 1111000 101010 1101011
Octal 170 52 153

Shades and tints

Shades of #782A6B

#782A6B
(120,42,107)
#6E2762
(110,39,98)
#642459
(100,36,89)
#5A2150
(90,33,80)
#501E47
(80,30,71)
#461B3E
(70,27,62)
#3C1835
(60,24,53)
#32152C
(50,21,44)
#281223
(40,18,35)
#1E0F1A
(30,15,26)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #782A6B

#782A6B
(120,42,107)
#843D78
(132,61,120)
#905085
(144,80,133)
#9C6392
(156,99,146)
#A8769F
(168,118,159)
#B489AC
(180,137,172)
#C09CB9
(192,156,185)
#CCAFC6
(204,175,198)
#D8C2D3
(216,194,211)
#E4D5E0
(228,213,224)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782A6B; }

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

This text font color is #782A6B.

Background Color

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

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

This div background color is #782A6B.

Border color

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

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

This div border color is #782A6B.

Opacity

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

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

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

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

This text has shadow with #782A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #782A6B.

Preview

Color preview on black background

This text has color #782A6B on black background.


Color preview on white background

This text has color #782A6B on white background.


Black color preview on #782A6B background

This text has black color on #782A6B background.


White color preview on #782A6B background

This text has white color on #782A6B background.


Related colors

Complementary color

Complementary color for #hex is #87D594.


I love getcolorcode.com

Triadic colors

1 #6B782A and #2A6B78 with #782A6B are triadic colors.

2 #6B2A78 and #2A786B with #782A6B are triadic colors.