COLOR #783771

HEX: #783771
RGB: (120,55,113)

Color info

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

RGB color model

#783771 color RGB value is (120,55,113).

  • red value is 120;
  • green value is 55;
  • blue value is 113.
RGB:
(120,55,113)
(47%,22%,44%)

RGB channels and saturation

R 120 of 255 = 47%
G 55 of 255 = 22%
B 113 of 255 = 44%

120
55
113

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

Portions of RGB colors in percentages

R + G + B =
120 + 55 + 113 = 288 (100%)
R 120 of 288 ~ 41.67%
G 55 of 288 ~ 19.1%
B 113 of 288 ~ 39.24%

%41.67
%19.1
%39.24

CMYK color model

#783771 color CMYK value is (0,54,6,53).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 5.83%
  • key color value is 52.94%
CMYK:
(0,54,6,53)
C0M54Y6K53 
(0%,54%,6%,53%)
(0.00/0.54/0.06/0.53)	

CMYK percentages

%0
%54.17
%5.83
%52.94

Codes

Color #783771 in popluar color models

783771
RGB12055113
HSL306°37.14%34.31%
HSB/HSV306°54.17%47.06%
CMYK0.00%54.17%5.83%
52.94%

Color #783771 in popluar number systems.

HEX783771
Decimal12055113
Binary11110001101111110001
Octal17067161

Shades and tints

Shades of #783771

#783771
(120,55,113)
#6E3267
(110,50,103)
#642D5D
(100,45,93)
#5A2853
(90,40,83)
#502349
(80,35,73)
#461E3F
(70,30,63)
#3C1935
(60,25,53)
#32142B
(50,20,43)
#280F21
(40,15,33)
#1E0A17
(30,10,23)
#14050D
(20,5,13)
#000000
(0,0,0)

Tints of #783771

#783771
(120,55,113)
#84497D
(132,73,125)
#905B89
(144,91,137)
#9C6D95
(156,109,149)
#A87FA1
(168,127,161)
#B491AD
(180,145,173)
#C0A3B9
(192,163,185)
#CCB5C5
(204,181,197)
#D8C7D1
(216,199,209)
#E4D9DD
(228,217,221)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783771 color. Also use rgb(120,55,113) instead hex code.

Text Font Color

.myTextColor { color: #783771; }

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

This text font color is #783771.


Background Color

.myBgColor { background-color: #783771; }

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

This div background color is #783771.


Border color

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

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

This div border color is #783771.


Opacity

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

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

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

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

This text has shadow with #783771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783771 on black background.


Color preview on white background

This text has color #783771 on white background.



Black color preview on #783771 background

This text has black color on #783771 background.


White color preview on #783771 background

This text has white color on #783771 background.