Color Hex Logo

#78064a Color Hex

#78064A
(120,6,74)
0 Favorites   0 Comments

Color spaces of #78064a

RGB 120674
HSL0.900.900.25
HSV324°95°47°
CMYK 0.000.950.38   0.53
XYZ9.04694.61776.8931
Yxy4.61770.44010.2246
Hunter Lab21.488837.5439-3.9766
CIE-Lab25.616648.9100-7.9576

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

#78064a hex color red value is 120, green value is 6 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #78064a hue: 0.90 , saturation: 0.90 and the lightness value of 78064a is 0.25.

The process color (four color CMYK) of #78064a color hex is 0.00, 0.95, 0.38, 0.53. Web safe color of #78064a is #660033. Color #78064a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 01001010
Octal 170 6 112
Decimal 120 6 74
Hex 78 6 4A

RGB Percentages of Color #78064a

%60.00
%3.00
%37.00

CMYK Percentages of Color #78064a

%0
%95
%38
%53

Triadic Colors of #78064a

#78064a #4a7806 #064a78

Analogous Colors of #78064a

#78064a #780611 #6d0678

Monochromatic Colors of #78064a

#78064a

Complementary Color

#78064a #067834

#78064a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78064a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78064a Color CSS Codes

.mybgcolor {background-color:#78064a; } 
.myforecolor {color:#78064a; }
.mybordercolor {border:3px solid #78064a; }

#78064a Text Font Color

<p style="color:#78064a">Text here</p>

This sample text font color is #78064a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#78064a Background Color

<div style="background-color:#78064a">
Div content here</div>

This div background color is #78064a


#78064a Border Color

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

This div border color is #78064a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,6,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78064a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78064a;
  -webkit-box-shadow: 1px 1px 3px 2px #78064a;
  box-shadow:         1px 1px 3px 2px #78064a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,6,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78064a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.