COLOR #780B60

HEX: #780B60 RGB: (120,11,96)

Color info

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

RGB color model

#780B60 color RGB value is (120,11,96).

RGB: (120,11,96) (47%, 4%, 38%)

RGB channels and saturation

R 120 of 255 = 47%
G 11 of 255 = 4%
B 96 of 255 = 38%

120
11
96

R + G + B ~ 30%. #780B60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 11 + 96 = 227 (100%)
R 120 of 227 ~ 52.86%
G 11 of 227 ~ 4.85%
B 96 of 227 ~ 42.29'%

%52.86
%42.29

CMYK color model

#780B60 color CMYK value is (0,91,20,53).

  • cyan value is 0.00%
  • magenta value is 90.83%
  • yellow value is 20.00%
  • key color value is 52.94%

CMYK: (0,91,20,53)
C0M91Y20K53 (0%, 91%, 20%, 53%)
(0.00 / 0.91 / 0.20 / 0.53)

CMYK percentages

%0
%90.83
%20
%52.94

Codes

Color #780B60 in popluar color models

78 0B 60
RGB 120 11 96
HSL 313° 83.21% 25.69%
HSB/HSV 313° 90.83% 47.06%
CMYK 0.00% 90.83% 20.00%
52.94%

Color #780B60 in popluar number systems.

HEX 78 0B 60
Decimal 120 11 96
Binary 1111000 1011 1100000
Octal 170 13 140

Shades and tints

Shades of #780B60

#780B60
(120,11,96)
#6E0A58
(110,10,88)
#640950
(100,9,80)
#5A0848
(90,8,72)
#500740
(80,7,64)
#460638
(70,6,56)
#3C0530
(60,5,48)
#320428
(50,4,40)
#280320
(40,3,32)
#1E0218
(30,2,24)
#140110
(20,1,16)
#000000
(0,0,0)

Tints of #780B60

#780B60
(120,11,96)
#84216E
(132,33,110)
#90377C
(144,55,124)
#9C4D8A
(156,77,138)
#A86398
(168,99,152)
#B479A6
(180,121,166)
#C08FB4
(192,143,180)
#CCA5C2
(204,165,194)
#D8BBD0
(216,187,208)
#E4D1DE
(228,209,222)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780B60 color. Also use rgb(120,11,96) instead hex code.

Text Font Color

.myTextColor { color: #780B60; }

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

This text font color is #780B60.

Background Color

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

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

This div background color is #780B60.

Border color

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

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

This div border color is #780B60.

Opacity

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

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

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

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

This text has shadow with #780B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #780B60.

Preview

Color preview on black background

This text has color #780B60 on black background.


Color preview on white background

This text has color #780B60 on white background.


Black color preview on #780B60 background

This text has black color on #780B60 background.


White color preview on #780B60 background

This text has white color on #780B60 background.


Related colors

Complementary color

Complementary color for #hex is #87F49F.


I love getcolorcode.com

Triadic colors

1 #60780B and #0B6078 with #780B60 are triadic colors.

2 #600B78 and #0B7860 with #780B60 are triadic colors.