COLOR #780C54

HEX: #780C54
RGB: (120,12,84)

Color info

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

RGB color model

#780C54 color RGB value is (120,12,84).

  • red value is 120;
  • green value is 12;
  • blue value is 84.
RGB:
(120,12,84)
(47%,5%,33%)

RGB channels and saturation

R 120 of 255 = 47%
G 12 of 255 = 5%
B 84 of 255 = 33%

120
12
84

R + G + B ~ 28%. #780C54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 12 + 84 = 216 (100%)
R 120 of 216 ~ 55.56%
G 12 of 216 ~ 5.56%
B 84 of 216 ~ 38.89%

%55.56
%38.89

CMYK color model

#780C54 color CMYK value is (0,90,30,53).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 30.00%
  • key color value is 52.94%
CMYK:
(0,90,30,53)
C0M90Y30K53 
(0%,90%,30%,53%)
(0.00/0.90/0.30/0.53)	

CMYK percentages

%0
%90
%30
%52.94

Codes

Color #780C54 in popluar color models

780C54
RGB1201284
HSL320°81.82%25.88%
HSB/HSV320°90.00%47.06%
CMYK0.00%90.00%30.00%
52.94%

Color #780C54 in popluar number systems.

HEX780C54
Decimal1201284
Binary111100011001010100
Octal17014124

Shades and tints

Shades of #780C54

#780C54
(120,12,84)
#6E0B4D
(110,11,77)
#640A46
(100,10,70)
#5A093F
(90,9,63)
#500838
(80,8,56)
#460731
(70,7,49)
#3C062A
(60,6,42)
#320523
(50,5,35)
#28041C
(40,4,28)
#1E0315
(30,3,21)
#14020E
(20,2,14)
#000000
(0,0,0)

Tints of #780C54

#780C54
(120,12,84)
#842263
(132,34,99)
#903872
(144,56,114)
#9C4E81
(156,78,129)
#A86490
(168,100,144)
#B47A9F
(180,122,159)
#C090AE
(192,144,174)
#CCA6BD
(204,166,189)
#D8BCCC
(216,188,204)
#E4D2DB
(228,210,219)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780C54 color. Also use rgb(120,12,84) instead hex code.

Text Font Color

.myTextColor { color: #780C54; }

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

This text font color is #780C54.


Background Color

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

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

This div background color is #780C54.


Border color

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

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

This div border color is #780C54.


Opacity

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

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

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

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

This text has shadow with #780C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780C54 on black background.


Color preview on white background

This text has color #780C54 on white background.



Black color preview on #780C54 background

This text has black color on #780C54 background.


White color preview on #780C54 background

This text has white color on #780C54 background.