COLOR #780C92

HEX: #780C92 RGB: (120,12,146)

Color info

#780C92 contains mainly red and blue colors. Web safe color of #780C92 is #660099 (or #609).

RGB color model

#780C92 color RGB value is (120,12,146).

RGB: (120,12,146) (47%, 5%, 57%)

RGB channels and saturation

R 120 of 255 = 47%
G 12 of 255 = 5%
B 146 of 255 = 57%

120
12
146

R + G + B ~ 36%. #780C92 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 12 + 146 = 278 (100%)
R 120 of 278 ~ 43.17%
G 12 of 278 ~ 4.32%
B 146 of 278 ~ 52.52'%

%43.17
%52.52

CMYK color model

#780C92 color CMYK value is (18,92,0,43).

  • cyan value is 17.81%
  • magenta value is 91.78%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (18,92,0,43)
C18M92Y0K43 (18%, 92%, 0%, 43%)
(0.18 / 0.92 / 0.00 / 0.43)

CMYK percentages

%17.81
%91.78
%0
%42.75

Codes

Color #780C92 in popluar color models

78 0C 92
RGB 120 12 146
HSL 288° 84.81% 30.98%
HSB/HSV 288° 91.78% 57.25%
CMYK 17.81% 91.78% 0.00%
42.75%

Color #780C92 in popluar number systems.

HEX 78 0C 92
Decimal 120 12 146
Binary 1111000 1100 10010010
Octal 170 14 222

Shades and tints

Shades of #780C92

#780C92
(120,12,146)
#6E0B85
(110,11,133)
#640A78
(100,10,120)
#5A096B
(90,9,107)
#50085E
(80,8,94)
#460751
(70,7,81)
#3C0644
(60,6,68)
#320537
(50,5,55)
#28042A
(40,4,42)
#1E031D
(30,3,29)
#140210
(20,2,16)
#000000
(0,0,0)

Tints of #780C92

#780C92
(120,12,146)
#84229B
(132,34,155)
#9038A4
(144,56,164)
#9C4EAD
(156,78,173)
#A864B6
(168,100,182)
#B47ABF
(180,122,191)
#C090C8
(192,144,200)
#CCA6D1
(204,166,209)
#D8BCDA
(216,188,218)
#E4D2E3
(228,210,227)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780C92; }

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

This text font color is #780C92.

Background Color

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

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

This div background color is #780C92.

Border color

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

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

This div border color is #780C92.

Opacity

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

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

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

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

This text has shadow with #780C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #780C92.

Preview

Color preview on black background

This text has color #780C92 on black background.


Color preview on white background

This text has color #780C92 on white background.


Black color preview on #780C92 background

This text has black color on #780C92 background.


White color preview on #780C92 background

This text has white color on #780C92 background.


Related colors

Complementary color

Complementary color for #hex is #87F36D.


I love getcolorcode.com

Triadic colors

1 #92780C and #0C9278 with #780C92 are triadic colors.

2 #920C78 and #0C7892 with #780C92 are triadic colors.