COLOR #780376

HEX: #780376
RGB: (120,3,118)

Color info

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

RGB color model

#780376 color RGB value is (120,3,118).

  • red value is 120;
  • green value is 3;
  • blue value is 118.
RGB:
(120,3,118)
(47%,1%,46%)

RGB channels and saturation

R 120 of 255 = 47%
G 3 of 255 = 1%
B 118 of 255 = 46%

120
3
118

R + G + B ~ 31%. #780376 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 3 + 118 = 241 (100%)
R 120 of 241 ~ 49.79%
G 3 of 241 ~ 1.24%
B 118 of 241 ~ 48.96%

%49.79
%48.96

CMYK color model

#780376 color CMYK value is (0,98,2,53).

  • cyan value is 0.00%
  • magenta value is 97.50%
  • yellow value is 1.67%
  • key color value is 52.94%
CMYK:
(0,98,2,53)
C0M98Y2K53 
(0%,98%,2%,53%)
(0.00/0.98/0.02/0.53)	

CMYK percentages

%0
%97.5
%1.67
%52.94

Codes

Color #780376 in popluar color models

780376
RGB1203118
HSL301°95.12%24.12%
HSB/HSV301°97.50%47.06%
CMYK0.00%97.50%1.67%
52.94%

Color #780376 in popluar number systems.

HEX780376
Decimal1203118
Binary1111000111110110
Octal1703166

Shades and tints

Shades of #780376

#780376
(120,3,118)
#6E036C
(110,3,108)
#640362
(100,3,98)
#5A0358
(90,3,88)
#50034E
(80,3,78)
#460344
(70,3,68)
#3C033A
(60,3,58)
#320330
(50,3,48)
#280326
(40,3,38)
#1E031C
(30,3,28)
#140312
(20,3,18)
#000000
(0,0,0)

Tints of #780376

#780376
(120,3,118)
#841982
(132,25,130)
#902F8E
(144,47,142)
#9C459A
(156,69,154)
#A85BA6
(168,91,166)
#B471B2
(180,113,178)
#C087BE
(192,135,190)
#CC9DCA
(204,157,202)
#D8B3D6
(216,179,214)
#E4C9E2
(228,201,226)
#F0DFEE
(240,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780376 color. Also use rgb(120,3,118) instead hex code.

Text Font Color

.myTextColor { color: #780376; }

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

This text font color is #780376.


Background Color

.myBgColor { background-color: #780376; }

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

This div background color is #780376.


Border color

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

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

This div border color is #780376.


Opacity

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

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

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

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

This text has shadow with #780376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780376 on black background.


Color preview on white background

This text has color #780376 on white background.



Black color preview on #780376 background

This text has black color on #780376 background.


White color preview on #780376 background

This text has white color on #780376 background.