COLOR #781A6F

HEX: #781A6F RGB: (120,26,111)

Color info

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

RGB color model

#781A6F color RGB value is (120,26,111).

RGB: (120,26,111) (47%, 10%, 44%)

RGB channels and saturation

R 120 of 255 = 47%
G 26 of 255 = 10%
B 111 of 255 = 44%

120
26
111

R + G + B ~ 34%. #781A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 26 + 111 = 257 (100%)
R 120 of 257 ~ 46.69%
G 26 of 257 ~ 10.12%
B 111 of 257 ~ 43.19'%

%46.69
%43.19

CMYK color model

#781A6F color CMYK value is (0,78,8,53).

  • cyan value is 0.00%
  • magenta value is 78.33%
  • yellow value is 7.50%
  • key color value is 52.94%

CMYK: (0,78,8,53)
C0M78Y8K53 (0%, 78%, 8%, 53%)
(0.00 / 0.78 / 0.08 / 0.53)

CMYK percentages

%0
%78.33
%7.5
%52.94

Codes

Color #781A6F in popluar color models

78 1A 6F
RGB 120 26 111
HSL 306° 64.38% 28.63%
HSB/HSV 306° 78.33% 47.06%
CMYK 0.00% 78.33% 7.50%
52.94%

Color #781A6F in popluar number systems.

HEX 78 1A 6F
Decimal 120 26 111
Binary 1111000 11010 1101111
Octal 170 32 157

Shades and tints

Shades of #781A6F

#781A6F
(120,26,111)
#6E1865
(110,24,101)
#64165B
(100,22,91)
#5A1451
(90,20,81)
#501247
(80,18,71)
#46103D
(70,16,61)
#3C0E33
(60,14,51)
#320C29
(50,12,41)
#280A1F
(40,10,31)
#1E0815
(30,8,21)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #781A6F

#781A6F
(120,26,111)
#842E7C
(132,46,124)
#904289
(144,66,137)
#9C5696
(156,86,150)
#A86AA3
(168,106,163)
#B47EB0
(180,126,176)
#C092BD
(192,146,189)
#CCA6CA
(204,166,202)
#D8BAD7
(216,186,215)
#E4CEE4
(228,206,228)
#F0E2F1
(240,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #781A6F color. Also use rgb(120,26,111) instead hex code.

Text Font Color

.myTextColor { color: #781A6F; }

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

This text font color is #781A6F.

Background Color

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

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

This div background color is #781A6F.

Border color

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

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

This div border color is #781A6F.

Opacity

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

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

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

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

This text has shadow with #781A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #781A6F.

Preview

Color preview on black background

This text has color #781A6F on black background.


Color preview on white background

This text has color #781A6F on white background.


Black color preview on #781A6F background

This text has black color on #781A6F background.


White color preview on #781A6F background

This text has white color on #781A6F background.


Related colors

Complementary color

Complementary color for #hex is #87E590.


I love getcolorcode.com

Triadic colors

1 #6F781A and #1A6F78 with #781A6F are triadic colors.

2 #6F1A78 and #1A786F with #781A6F are triadic colors.