Color Hex Logo

#78064c Color Hex

#78064C
(120,6,76)
0 Favorites   0 Comments

Color spaces of #78064c

RGB 120676
HSL0.900.900.25
HSV323°95°47°
CMYK 0.000.950.37   0.53
XYZ9.11544.64517.2536
Yxy4.64510.43380.2210
Hunter Lab21.552537.7778-4.8676
CIE-Lab25.698749.1306-9.1820

#78064c color RGB value is (120,6,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 01001100
Octal 170 6 114
Decimal 120 6 76
Hex 78 6 4C

RGB Percentages of Color #78064c

%59.41
%2.97
%37.62

CMYK Percentages of Color #78064c

%0
%95
%37
%53

Triadic Colors of #78064c

#78064c #4c7806 #064c78

Analogous Colors of #78064c

#78064c #780613 #6b0678

Monochromatic Colors of #78064c

#78064c

Complementary Color

#78064c #067832

#78064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78064c Color CSS Codes

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

#78064c Text Font Color

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

This sample text font color is #78064c
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.


#78064c Background Color

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

This div background color is #78064c


#78064c Border Color

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

This div border color is #78064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #78064c;
  -webkit-box-shadow: 1px 1px 3px 2px #78064c;
  box-shadow:         1px 1px 3px 2px #78064c;">
Div content here</div>

This div box has shadow with color #78064c


Comments

No comments written yet.

Please login to write comment.