COLOR #781D55

HEX: #781D55 RGB: (120,29,85)

Color info

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

RGB color model

#781D55 color RGB value is (120,29,85).

RGB: (120,29,85) (47%, 11%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 29 of 255 = 11%
B 85 of 255 = 33%

120
29
85

R + G + B ~ 30%. #781D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 29 + 85 = 234 (100%)
R 120 of 234 ~ 51.28%
G 29 of 234 ~ 12.39%
B 85 of 234 ~ 36.32'%

%51.28
%12.39
%36.32

CMYK color model

#781D55 color CMYK value is (0,76,29,53).

  • cyan value is 0.00%
  • magenta value is 75.83%
  • yellow value is 29.17%
  • key color value is 52.94%

CMYK: (0,76,29,53)
C0M76Y29K53 (0%, 76%, 29%, 53%)
(0.00 / 0.76 / 0.29 / 0.53)

CMYK percentages

%0
%75.83
%29.17
%52.94

Codes

Color #781D55 in popluar color models

78 1D 55
RGB 120 29 85
HSL 323° 61.07% 29.22%
HSB/HSV 323° 75.83% 47.06%
CMYK 0.00% 75.83% 29.17%
52.94%

Color #781D55 in popluar number systems.

HEX 78 1D 55
Decimal 120 29 85
Binary 1111000 11101 1010101
Octal 170 35 125

Shades and tints

Shades of #781D55

#781D55
(120,29,85)
#6E1B4E
(110,27,78)
#641947
(100,25,71)
#5A1740
(90,23,64)
#501539
(80,21,57)
#461332
(70,19,50)
#3C112B
(60,17,43)
#320F24
(50,15,36)
#280D1D
(40,13,29)
#1E0B16
(30,11,22)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #781D55

#781D55
(120,29,85)
#843164
(132,49,100)
#904573
(144,69,115)
#9C5982
(156,89,130)
#A86D91
(168,109,145)
#B481A0
(180,129,160)
#C095AF
(192,149,175)
#CCA9BE
(204,169,190)
#D8BDCD
(216,189,205)
#E4D1DC
(228,209,220)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781D55 color. Also use rgb(120,29,85) instead hex code.

Text Font Color

.myTextColor { color: #781D55; }

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

This text font color is #781D55.

Background Color

.myBgColor { background-color: #781D55; }

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

This div background color is #781D55.

Border color

.myBorderColor { border: 1px solid #781D55; }

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

This div border color is #781D55.

Opacity

.myOpacity80 { color: #781D55; opacity: 0.8; }

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

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

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

This text has shadow with #781D55 color.


.textShadow {text-shadow: 3px 3px 1px #781D55', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #781D55; -webkit-box-shadow: 1px 1px 3px 2px #781D55; box-shadow:1px 1px 3px 2px #781D55;">
Div content here
</div>

This div box has shadow with color #781D55.

Preview

Color preview on black background

This text has color #781D55 on black background.


Color preview on white background

This text has color #781D55 on white background.


Black color preview on #781D55 background

This text has black color on #781D55 background.


White color preview on #781D55 background

This text has white color on #781D55 background.


Related colors

Complementary color

Complementary color for #hex is #87E2AA.


I love getcolorcode.com

Triadic colors

1 #55781D and #1D5578 with #781D55 are triadic colors.

2 #551D78 and #1D7855 with #781D55 are triadic colors.