Color Hex Logo

#78172d Color Hex

#78172D
(120,23,45)
0 Favorites   0 Comments

Color spaces of #78172d

RGB 1202345
HSL0.960.680.28
HSV346°81°47°
CMYK 0.000.810.63   0.53
XYZ8.52584.79532.9589
Yxy4.79530.52370.2946
Hunter Lab21.898231.17517.3174
CIE-Lab26.143442.169012.5317

#78172d color RGB value is (120,23,45).

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

The process color (four color CMYK) of #78172d color hex is 0.00, 0.81, 0.63, 0.53. Web safe color of #78172d is #660033. Color #78172d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010111 00101101
Octal 170 27 55
Decimal 120 23 45
Hex 78 17 2D

RGB Percentages of Color #78172d

%63.83
%12.23
%23.94

CMYK Percentages of Color #78172d

%0
%81
%63
%53

Triadic Colors of #78172d

#78172d #2d7817 #172d78

Analogous Colors of #78172d

#78172d #783217 #78175e

Monochromatic Colors of #78172d

#78172d

Complementary Color

#78172d #177862

#78172d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78172d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78172d Color CSS Codes

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

#78172d Text Font Color

<p style="color:#78172d">Text here</p>

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


#78172d Background Color

<div style="background-color:#78172d">
Div content here</div>

This div background color is #78172d


#78172d Border Color

<div style="border:3px solid #78172d">
Div here</div>

This div border color is #78172d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78172d


Comments

No comments written yet.

Please login to write comment.