Color Hex Logo

#784142 Color Hex

#784142
(120,65,66)
0 Favorites   0 Comments

Color spaces of #784142

RGB 1206566
HSL1.000.300.36
HSV359°46°47°
CMYK 0.000.460.45   0.53
XYZ10.61948.16706.1709
Yxy8.16700.42550.3272
Hunter Lab28.578016.31817.2020
CIE-Lab34.328323.88669.9496

#784142 color RGB value is (120,65,66).

#784142 hex color red value is 120, green value is 65 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #784142 hue: 1.00 , saturation: 0.30 and the lightness value of 784142 is 0.36.

The process color (four color CMYK) of #784142 color hex is 0.00, 0.46, 0.45, 0.53. Web safe color of #784142 is #663333. Color #784142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000001 01000010
Octal 170 101 102
Decimal 120 65 66
Hex 78 41 42

RGB Percentages of Color #784142

%47.81
%25.90
%26.29

CMYK Percentages of Color #784142

%0
%46
%45
%53

Triadic Colors of #784142

#784142 #427841 #414278

Analogous Colors of #784142

#784142 #785c41 #78415e

Monochromatic Colors of #784142

#784142

Complementary Color

#784142 #417877

#784142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784142 Color CSS Codes

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

#784142 Text Font Color

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

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


#784142 Background Color

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

This div background color is #784142


#784142 Border Color

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

This div border color is #784142


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,65,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #784142; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #784142;
  -webkit-box-shadow: 1px 1px 3px 2px #784142;
  box-shadow:         1px 1px 3px 2px #784142; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784142


Comments

No comments written yet.

Please login to write comment.