COLOR #782A61

HEX: #782A61
RGB: (120,42,97)

Color info

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

RGB color model

#782A61 color RGB value is (120,42,97).

  • red value is 120;
  • green value is 42;
  • blue value is 97.
RGB:
(120,42,97)
(47%,16%,38%)

RGB channels and saturation

R 120 of 255 = 47%
G 42 of 255 = 16%
B 97 of 255 = 38%

120
42
97

R + G + B ~ 34%. #782A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 42 + 97 = 259 (100%)
R 120 of 259 ~ 46.33%
G 42 of 259 ~ 16.22%
B 97 of 259 ~ 37.45%

%46.33
%16.22
%37.45

CMYK color model

#782A61 color CMYK value is (0,65,19,53).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(0,65,19,53)
C0M65Y19K53 
(0%,65%,19%,53%)
(0.00/0.65/0.19/0.53)	

CMYK percentages

%0
%65
%19.17
%52.94

Codes

Color #782A61 in popluar color models

782A61
RGB1204297
HSL318°48.15%31.76%
HSB/HSV318°65.00%47.06%
CMYK0.00%65.00%19.17%
52.94%

Color #782A61 in popluar number systems.

HEX782A61
Decimal1204297
Binary11110001010101100001
Octal17052141

Shades and tints

Shades of #782A61

#782A61
(120,42,97)
#6E2759
(110,39,89)
#642451
(100,36,81)
#5A2149
(90,33,73)
#501E41
(80,30,65)
#461B39
(70,27,57)
#3C1831
(60,24,49)
#321529
(50,21,41)
#281221
(40,18,33)
#1E0F19
(30,15,25)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #782A61

#782A61
(120,42,97)
#843D6F
(132,61,111)
#90507D
(144,80,125)
#9C638B
(156,99,139)
#A87699
(168,118,153)
#B489A7
(180,137,167)
#C09CB5
(192,156,181)
#CCAFC3
(204,175,195)
#D8C2D1
(216,194,209)
#E4D5DF
(228,213,223)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #782A61; }

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

This text font color is #782A61.


Background Color

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

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

This div background color is #782A61.


Border color

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

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

This div border color is #782A61.


Opacity

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

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

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

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

This text has shadow with #782A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782A61 on black background.


Color preview on white background

This text has color #782A61 on white background.



Black color preview on #782A61 background

This text has black color on #782A61 background.


White color preview on #782A61 background

This text has white color on #782A61 background.