Color Hex Logo

#78472a Color Hex

#78472A
(120,71,42)
0 Favorites   0 Comments

Color spaces of #78472a

RGB 1207142
HSL0.060.480.32
HSV22°65°47°
CMYK 0.000.410.65   0.53
XYZ10.41698.66673.3143
Yxy8.66670.46510.3869
Hunter Lab29.439311.642413.9326
CIE-Lab35.334518.009026.0614

#78472a color RGB value is (120,71,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 00101010
Octal 170 107 52
Decimal 120 71 42
Hex 78 47 2A

RGB Percentages of Color #78472a

%51.50
%30.47
%18.03

CMYK Percentages of Color #78472a

%0
%41
%65
%53

Triadic Colors of #78472a

#78472a #2a7847 #472a78

Analogous Colors of #78472a

#78472a #786e2a #782a34

Monochromatic Colors of #78472a

#78472a

Complementary Color

#78472a #2a5b78

#78472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78472a Color CSS Codes

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

#78472a Text Font Color

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

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


#78472a Background Color

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

This div background color is #78472a


#78472a Border Color

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

This div border color is #78472a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,71,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 #78472a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78472a


Comments

No comments written yet.

Please login to write comment.