Color Hex Logo

#78442a Color Hex

#78442A
(120,68,42)
0 Favorites   0 Comments

Color spaces of #78442a

RGB 1206842
HSL0.060.480.32
HSV20°65°47°
CMYK 0.000.430.65   0.53
XYZ10.23088.29453.2523
Yxy8.29450.46980.3809
Hunter Lab28.800213.009013.4647
CIE-Lab34.588819.789525.1676

#78442a color RGB value is (120,68,42).

#78442a hex color red value is 120, green value is 68 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #78442a hue: 0.06 , saturation: 0.48 and the lightness value of 78442a is 0.32.

The process color (four color CMYK) of #78442a color hex is 0.00, 0.43, 0.65, 0.53. Web safe color of #78442a is #663333. Color #78442a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000100 00101010
Octal 170 104 52
Decimal 120 68 42
Hex 78 44 2A

RGB Percentages of Color #78442a

%52.17
%29.57
%18.26

CMYK Percentages of Color #78442a

%0
%43
%65
%53

Triadic Colors of #78442a

#78442a #2a7844 #442a78

Analogous Colors of #78442a

#78442a #786b2a #782a37

Monochromatic Colors of #78442a

#78442a

Complementary Color

#78442a #2a5e78

#78442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78442a Color CSS Codes

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

#78442a Text Font Color

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

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


#78442a Background Color

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

This div background color is #78442a


#78442a Border Color

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

This div border color is #78442a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78442a


Comments

No comments written yet.

Please login to write comment.