COLOR #78064A

HEX: #78064A
RGB: (120,6,74)

Color info

#78064A contains mainly red and blue colors. Web safe color of #78064A is #660033 (or #603).

RGB color model

#78064A color RGB value is (120,6,74).

  • red value is 120;
  • green value is 6;
  • blue value is 74.
RGB:
(120,6,74)
(47%,2%,29%)

RGB channels and saturation

R 120 of 255 = 47%
G 6 of 255 = 2%
B 74 of 255 = 29%

120
6
74

R + G + B ~ 26%. #78064A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 6 + 74 = 200 (100%)
R 120 of 200 ~ 60%
G 6 of 200 ~ 3%
B 74 of 200 ~ 37%

%60
%37

CMYK color model

#78064A color CMYK value is (0,95,38,53).

  • cyan value is 0.00%
  • magenta value is 95.00%
  • yellow value is 38.33%
  • key color value is 52.94%
CMYK:
(0,95,38,53)
C0M95Y38K53 
(0%,95%,38%,53%)
(0.00/0.95/0.38/0.53)	

CMYK percentages

%0
%95
%38.33
%52.94

Codes

Color #78064A in popluar color models

78064A
RGB120674
HSL324°90.48%24.71%
HSB/HSV324°95.00%47.06%
CMYK0.00%95.00%38.33%
52.94%

Color #78064A in popluar number systems.

HEX78064A
Decimal120674
Binary11110001101001010
Octal1706112

Shades and tints

Shades of #78064A

#78064A
(120,6,74)
#6E0644
(110,6,68)
#64063E
(100,6,62)
#5A0638
(90,6,56)
#500632
(80,6,50)
#46062C
(70,6,44)
#3C0626
(60,6,38)
#320620
(50,6,32)
#28061A
(40,6,26)
#1E0614
(30,6,20)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #78064A

#78064A
(120,6,74)
#841C5A
(132,28,90)
#90326A
(144,50,106)
#9C487A
(156,72,122)
#A85E8A
(168,94,138)
#B4749A
(180,116,154)
#C08AAA
(192,138,170)
#CCA0BA
(204,160,186)
#D8B6CA
(216,182,202)
#E4CCDA
(228,204,218)
#F0E2EA
(240,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78064A color. Also use rgb(120,6,74) instead hex code.

Text Font Color

.myTextColor { color: #78064A; }

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

This text font color is #78064A.


Background Color

.myBgColor { background-color: #78064A; }

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

This div background color is #78064A.


Border color

.myBorderColor { border: 1px solid #78064A; }

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

This div border color is #78064A.


Opacity

.myOpacity80 { color: #78064A; opacity: 0.8; }

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

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

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

This text has shadow with #78064A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78064A on black background.


Color preview on white background

This text has color #78064A on white background.



Black color preview on #78064A background

This text has black color on #78064A background.


White color preview on #78064A background

This text has white color on #78064A background.