COLOR #783873

HEX: #783873
RGB: (120,56,115)

Color info

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

RGB color model

#783873 color RGB value is (120,56,115).

  • red value is 120;
  • green value is 56;
  • blue value is 115.
RGB:
(120,56,115)
(47%,22%,45%)

RGB channels and saturation

R 120 of 255 = 47%
G 56 of 255 = 22%
B 115 of 255 = 45%

120
56
115

R + G + B ~ 38%. #783873 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 56 + 115 = 291 (100%)
R 120 of 291 ~ 41.24%
G 56 of 291 ~ 19.24%
B 115 of 291 ~ 39.52%

%41.24
%19.24
%39.52

CMYK color model

#783873 color CMYK value is (0,53,4,53).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(0,53,4,53)
C0M53Y4K53 
(0%,53%,4%,53%)
(0.00/0.53/0.04/0.53)	

CMYK percentages

%0
%53.33
%4.17
%52.94

Codes

Color #783873 in popluar color models

783873
RGB12056115
HSL305°36.36%34.51%
HSB/HSV305°53.33%47.06%
CMYK0.00%53.33%4.17%
52.94%

Color #783873 in popluar number systems.

HEX783873
Decimal12056115
Binary11110001110001110011
Octal17070163

Shades and tints

Shades of #783873

#783873
(120,56,115)
#6E3369
(110,51,105)
#642E5F
(100,46,95)
#5A2955
(90,41,85)
#50244B
(80,36,75)
#461F41
(70,31,65)
#3C1A37
(60,26,55)
#32152D
(50,21,45)
#281023
(40,16,35)
#1E0B19
(30,11,25)
#14060F
(20,6,15)
#000000
(0,0,0)

Tints of #783873

#783873
(120,56,115)
#844A7F
(132,74,127)
#905C8B
(144,92,139)
#9C6E97
(156,110,151)
#A880A3
(168,128,163)
#B492AF
(180,146,175)
#C0A4BB
(192,164,187)
#CCB6C7
(204,182,199)
#D8C8D3
(216,200,211)
#E4DADF
(228,218,223)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783873 color. Also use rgb(120,56,115) instead hex code.

Text Font Color

.myTextColor { color: #783873; }

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

This text font color is #783873.


Background Color

.myBgColor { background-color: #783873; }

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

This div background color is #783873.


Border color

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

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

This div border color is #783873.


Opacity

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

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

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

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

This text has shadow with #783873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783873 on black background.


Color preview on white background

This text has color #783873 on white background.



Black color preview on #783873 background

This text has black color on #783873 background.


White color preview on #783873 background

This text has white color on #783873 background.