Color Hex Logo

#78276a Color Hex

#78276A
(120,39,106)
0 Favorites   0 Comments

Color spaces of #78276a

RGB 12039106
HSL0.860.510.31
HSV310°68°47°
CMYK 0.000.680.12   0.53
XYZ11.07286.484714.3037
Yxy6.48470.34750.2035
Hunter Lab25.465133.0520-15.4776
CIE-Lab30.603843.3201-21.3186

#78276a color RGB value is (120,39,106).

#78276a hex color red value is 120, green value is 39 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #78276a hue: 0.86 , saturation: 0.51 and the lightness value of 78276a is 0.31.

The process color (four color CMYK) of #78276a color hex is 0.00, 0.68, 0.12, 0.53. Web safe color of #78276a is #663366. Color #78276a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100111 01101010
Octal 170 47 152
Decimal 120 39 106
Hex 78 27 6A

RGB Percentages of Color #78276a

%45.28
%14.72
%40.00

CMYK Percentages of Color #78276a

%0
%68
%12
%53

Triadic Colors of #78276a

#78276a #6a7827 #276a78

Analogous Colors of #78276a

#78276a #782742 #5e2778

Monochromatic Colors of #78276a

#78276a

Complementary Color

#78276a #277835

#78276a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78276a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78276a Color CSS Codes

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

#78276a Text Font Color

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

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


#78276a Background Color

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

This div background color is #78276a


#78276a Border Color

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

This div border color is #78276a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78276a


Comments

No comments written yet.

Please login to write comment.