COLOR #781372

HEX: #781372
RGB: (120,19,114)

Color info

#781372 contains mainly red and blue colors. Web safe color of #781372 is #660066 (or #606).

RGB color model

#781372 color RGB value is (120,19,114).

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

RGB channels and saturation

R 120 of 255 = 47%
G 19 of 255 = 7%
B 114 of 255 = 45%

120
19
114

R + G + B ~ 33%. #781372 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 19 + 114 = 253 (100%)
R 120 of 253 ~ 47.43%
G 19 of 253 ~ 7.51%
B 114 of 253 ~ 45.06%

%47.43
%45.06

CMYK color model

#781372 color CMYK value is (0,84,5,53).

  • cyan value is 0.00%
  • magenta value is 84.17%
  • yellow value is 5.00%
  • key color value is 52.94%
CMYK:
(0,84,5,53)
C0M84Y5K53 
(0%,84%,5%,53%)
(0.00/0.84/0.05/0.53)	

CMYK percentages

%0
%84.17
%5
%52.94

Codes

Color #781372 in popluar color models

781372
RGB12019114
HSL304°72.66%27.25%
HSB/HSV304°84.17%47.06%
CMYK0.00%84.17%5.00%
52.94%

Color #781372 in popluar number systems.

HEX781372
Decimal12019114
Binary1111000100111110010
Octal17023162

Shades and tints

Shades of #781372

#781372
(120,19,114)
#6E1268
(110,18,104)
#64115E
(100,17,94)
#5A1054
(90,16,84)
#500F4A
(80,15,74)
#460E40
(70,14,64)
#3C0D36
(60,13,54)
#320C2C
(50,12,44)
#280B22
(40,11,34)
#1E0A18
(30,10,24)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #781372

#781372
(120,19,114)
#84287E
(132,40,126)
#903D8A
(144,61,138)
#9C5296
(156,82,150)
#A867A2
(168,103,162)
#B47CAE
(180,124,174)
#C091BA
(192,145,186)
#CCA6C6
(204,166,198)
#D8BBD2
(216,187,210)
#E4D0DE
(228,208,222)
#F0E5EA
(240,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #781372; }

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

This text font color is #781372.


Background Color

.myBgColor { background-color: #781372; }

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

This div background color is #781372.


Border color

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

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

This div border color is #781372.


Opacity

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

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

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

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

This text has shadow with #781372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #781372 on black background.


Color preview on white background

This text has color #781372 on white background.



Black color preview on #781372 background

This text has black color on #781372 background.


White color preview on #781372 background

This text has white color on #781372 background.