COLOR #782C77

HEX: #782C77
RGB: (120,44,119)

Color info

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

RGB color model

#782C77 color RGB value is (120,44,119).

  • red value is 120;
  • green value is 44;
  • blue value is 119.
RGB:
(120,44,119)
(47%,17%,47%)

RGB channels and saturation

R 120 of 255 = 47%
G 44 of 255 = 17%
B 119 of 255 = 47%

120
44
119

R + G + B ~ 37%. #782C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 44 + 119 = 283 (100%)
R 120 of 283 ~ 42.4%
G 44 of 283 ~ 15.55%
B 119 of 283 ~ 42.05%

%42.4
%15.55
%42.05

CMYK color model

#782C77 color CMYK value is (0,63,1,53).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(0,63,1,53)
C0M63Y1K53 
(0%,63%,1%,53%)
(0.00/0.63/0.01/0.53)	

CMYK percentages

%0
%63.33
%0.83
%52.94

Codes

Color #782C77 in popluar color models

782C77
RGB12044119
HSL301°46.34%32.16%
HSB/HSV301°63.33%47.06%
CMYK0.00%63.33%0.83%
52.94%

Color #782C77 in popluar number systems.

HEX782C77
Decimal12044119
Binary11110001011001110111
Octal17054167

Shades and tints

Shades of #782C77

#782C77
(120,44,119)
#6E286D
(110,40,109)
#642463
(100,36,99)
#5A2059
(90,32,89)
#501C4F
(80,28,79)
#461845
(70,24,69)
#3C143B
(60,20,59)
#321031
(50,16,49)
#280C27
(40,12,39)
#1E081D
(30,8,29)
#140413
(20,4,19)
#000000
(0,0,0)

Tints of #782C77

#782C77
(120,44,119)
#843F83
(132,63,131)
#90528F
(144,82,143)
#9C659B
(156,101,155)
#A878A7
(168,120,167)
#B48BB3
(180,139,179)
#C09EBF
(192,158,191)
#CCB1CB
(204,177,203)
#D8C4D7
(216,196,215)
#E4D7E3
(228,215,227)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782C77 color. Also use rgb(120,44,119) instead hex code.

Text Font Color

.myTextColor { color: #782C77; }

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

This text font color is #782C77.


Background Color

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

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

This div background color is #782C77.


Border color

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

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

This div border color is #782C77.


Opacity

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

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

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

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

This text has shadow with #782C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782C77 on black background.


Color preview on white background

This text has color #782C77 on white background.



Black color preview on #782C77 background

This text has black color on #782C77 background.


White color preview on #782C77 background

This text has white color on #782C77 background.