Color Hex Logo

#78173c Color Hex

#78173C
(120,23,60)
0 Favorites   0 Comments

Color spaces of #78173c

RGB 1202360
HSL0.940.680.28
HSV337°81°47°
CMYK 0.000.810.50   0.53
XYZ8.86774.93214.7596
Yxy4.93210.47780.2657
Hunter Lab22.208332.40982.8390
CIE-Lab26.540443.41052.8925

#78173c color RGB value is (120,23,60).

#78173c hex color red value is 120, green value is 23 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #78173c hue: 0.94 , saturation: 0.68 and the lightness value of 78173c is 0.28.

The process color (four color CMYK) of #78173c color hex is 0.00, 0.81, 0.50, 0.53. Web safe color of #78173c is #660033. Color #78173c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010111 00111100
Octal 170 27 74
Decimal 120 23 60
Hex 78 17 3C

RGB Percentages of Color #78173c

%59.11
%11.33
%29.56

CMYK Percentages of Color #78173c

%0
%81
%50
%53

Triadic Colors of #78173c

#78173c #3c7817 #173c78

Analogous Colors of #78173c

#78173c #782317 #78176d

Monochromatic Colors of #78173c

#78173c

Complementary Color

#78173c #177853

#78173c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78173c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78173c Color CSS Codes

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

#78173c Text Font Color

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

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


#78173c Background Color

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

This div background color is #78173c


#78173c Border Color

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

This div border color is #78173c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78173c


Comments

No comments written yet.

Please login to write comment.