COLOR #780E4C

HEX: #780E4C RGB: (120,14,76)

Color info

#780E4C contains mainly red and blue colors. Web safe color of #780E4C is #660033 (or #603).

RGB color model

#780E4C color RGB value is (120,14,76).

RGB: (120,14,76) (47%, 5%, 30%)

RGB channels and saturation

R 120 of 255 = 47%
G 14 of 255 = 5%
B 76 of 255 = 30%

120
14
76

R + G + B ~ 27%. #780E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 14 + 76 = 210 (100%)
R 120 of 210 ~ 57.14%
G 14 of 210 ~ 6.67%
B 76 of 210 ~ 36.19'%

%57.14
%36.19

CMYK color model

#780E4C color CMYK value is (0,88,37,53).

  • cyan value is 0.00%
  • magenta value is 88.33%
  • yellow value is 36.67%
  • key color value is 52.94%

CMYK: (0,88,37,53)
C0M88Y37K53 (0%, 88%, 37%, 53%)
(0.00 / 0.88 / 0.37 / 0.53)

CMYK percentages

%0
%88.33
%36.67
%52.94

Codes

Color #780E4C in popluar color models

78 0E 4C
RGB 120 14 76
HSL 325° 79.10% 26.27%
HSB/HSV 325° 88.33% 47.06%
CMYK 0.00% 88.33% 36.67%
52.94%

Color #780E4C in popluar number systems.

HEX 78 0E 4C
Decimal 120 14 76
Binary 1111000 1110 1001100
Octal 170 16 114

Shades and tints

Shades of #780E4C

#780E4C
(120,14,76)
#6E0D46
(110,13,70)
#640C40
(100,12,64)
#5A0B3A
(90,11,58)
#500A34
(80,10,52)
#46092E
(70,9,46)
#3C0828
(60,8,40)
#320722
(50,7,34)
#28061C
(40,6,28)
#1E0516
(30,5,22)
#140410
(20,4,16)
#000000
(0,0,0)

Tints of #780E4C

#780E4C
(120,14,76)
#84235C
(132,35,92)
#90386C
(144,56,108)
#9C4D7C
(156,77,124)
#A8628C
(168,98,140)
#B4779C
(180,119,156)
#C08CAC
(192,140,172)
#CCA1BC
(204,161,188)
#D8B6CC
(216,182,204)
#E4CBDC
(228,203,220)
#F0E0EC
(240,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780E4C color. Also use rgb(120,14,76) instead hex code.

Text Font Color

.myTextColor { color: #780E4C; }

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

This text font color is #780E4C.

Background Color

.myBgColor { background-color: #780E4C; }

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

This div background color is #780E4C.

Border color

.myBorderColor { border: 1px solid #780E4C; }

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

This div border color is #780E4C.

Opacity

.myOpacity80 { color: #780E4C; opacity: 0.8; }

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

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

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

This text has shadow with #780E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #780E4C.

Preview

Color preview on black background

This text has color #780E4C on black background.


Color preview on white background

This text has color #780E4C on white background.


Black color preview on #780E4C background

This text has black color on #780E4C background.


White color preview on #780E4C background

This text has white color on #780E4C background.


Related colors

Complementary color

Complementary color for #hex is #87F1B3.


I love getcolorcode.com

Triadic colors

1 #4C780E and #0E4C78 with #780E4C are triadic colors.

2 #4C0E78 and #0E784C with #780E4C are triadic colors.