COLOR #782372

HEX: #782372
RGB: (120,35,114)

Color info

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

RGB color model

#782372 color RGB value is (120,35,114).

  • red value is 120;
  • green value is 35;
  • blue value is 114.
RGB:
(120,35,114)
(47%,14%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 35 of 255 = 14%
B 114 of 255 = 45%

120
35
114

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

Portions of RGB colors in percentages

R + G + B =
120 + 35 + 114 = 269 (100%)
R 120 of 269 ~ 44.61%
G 35 of 269 ~ 13.01%
B 114 of 269 ~ 42.38%

%44.61
%13.01
%42.38

CMYK color model

#782372 color CMYK value is (0,71,5,53).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,71,5,53)
C0M71Y5K53 
(0%,71%,5%,53%)
(0.00/0.71/0.05/0.53)	

CMYK percentages

%0
%70.83
%5
%52.94

Codes

Color #782372 in popluar color models

782372
RGB12035114
HSL304°54.84%30.39%
HSB/HSV304°70.83%47.06%
CMYK0.00%70.83%5.00%
52.94%

Color #782372 in popluar number systems.

HEX782372
Decimal12035114
Binary11110001000111110010
Octal17043162

Shades and tints

Shades of #782372

#782372
(120,35,114)
#6E2068
(110,32,104)
#641D5E
(100,29,94)
#5A1A54
(90,26,84)
#50174A
(80,23,74)
#461440
(70,20,64)
#3C1136
(60,17,54)
#320E2C
(50,14,44)
#280B22
(40,11,34)
#1E0818
(30,8,24)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #782372

#782372
(120,35,114)
#84377E
(132,55,126)
#904B8A
(144,75,138)
#9C5F96
(156,95,150)
#A873A2
(168,115,162)
#B487AE
(180,135,174)
#C09BBA
(192,155,186)
#CCAFC6
(204,175,198)
#D8C3D2
(216,195,210)
#E4D7DE
(228,215,222)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782372 color. Also use rgb(120,35,114) instead hex code.

Text Font Color

.myTextColor { color: #782372; }

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

This text font color is #782372.


Background Color

.myBgColor { background-color: #782372; }

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

This div background color is #782372.


Border color

.myBorderColor { border: 1px solid #782372; }

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

This div border color is #782372.


Opacity

.myOpacity80 { color: #782372; opacity: 0.8; }

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

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

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

This text has shadow with #782372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782372 on black background.


Color preview on white background

This text has color #782372 on white background.



Black color preview on #782372 background

This text has black color on #782372 background.


White color preview on #782372 background

This text has white color on #782372 background.