COLOR #780756

HEX: #780756
RGB: (120,7,86)

Color info

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

RGB color model

#780756 color RGB value is (120,7,86).

  • red value is 120;
  • green value is 7;
  • blue value is 86.
RGB:
(120,7,86)
(47%,3%,34%)

RGB channels and saturation

R 120 of 255 = 47%
G 7 of 255 = 3%
B 86 of 255 = 34%

120
7
86

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

Portions of RGB colors in percentages

R + G + B =
120 + 7 + 86 = 213 (100%)
R 120 of 213 ~ 56.34%
G 7 of 213 ~ 3.29%
B 86 of 213 ~ 40.38%

%56.34
%40.38

CMYK color model

#780756 color CMYK value is (0,94,28,53).

  • cyan value is 0.00%
  • magenta value is 94.17%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(0,94,28,53)
C0M94Y28K53 
(0%,94%,28%,53%)
(0.00/0.94/0.28/0.53)	

CMYK percentages

%0
%94.17
%28.33
%52.94

Codes

Color #780756 in popluar color models

780756
RGB120786
HSL318°88.98%24.90%
HSB/HSV318°94.17%47.06%
CMYK0.00%94.17%28.33%
52.94%

Color #780756 in popluar number systems.

HEX780756
Decimal120786
Binary11110001111010110
Octal1707126

Shades and tints

Shades of #780756

#780756
(120,7,86)
#6E074F
(110,7,79)
#640748
(100,7,72)
#5A0741
(90,7,65)
#50073A
(80,7,58)
#460733
(70,7,51)
#3C072C
(60,7,44)
#320725
(50,7,37)
#28071E
(40,7,30)
#1E0717
(30,7,23)
#140710
(20,7,16)
#000000
(0,0,0)

Tints of #780756

#780756
(120,7,86)
#841D65
(132,29,101)
#903374
(144,51,116)
#9C4983
(156,73,131)
#A85F92
(168,95,146)
#B475A1
(180,117,161)
#C08BB0
(192,139,176)
#CCA1BF
(204,161,191)
#D8B7CE
(216,183,206)
#E4CDDD
(228,205,221)
#F0E3EC
(240,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780756 color. Also use rgb(120,7,86) instead hex code.

Text Font Color

.myTextColor { color: #780756; }

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

This text font color is #780756.


Background Color

.myBgColor { background-color: #780756; }

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

This div background color is #780756.


Border color

.myBorderColor { border: 1px solid #780756; }

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

This div border color is #780756.


Opacity

.myOpacity80 { color: #780756; opacity: 0.8; }

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

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

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

This text has shadow with #780756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780756 on black background.


Color preview on white background

This text has color #780756 on white background.



Black color preview on #780756 background

This text has black color on #780756 background.


White color preview on #780756 background

This text has white color on #780756 background.