Color Hex Logo

#78361a Color Hex

#78361A
(120,54,26)
0 Favorites   0 Comments

Color spaces of #78361a

RGB 1205426
HSL0.050.640.29
HSV18°78°47°
CMYK 0.000.550.78   0.53
XYZ9.25136.70601.7841
Yxy6.70600.52150.3780
Hunter Lab25.895918.451014.0424
CIE-Lab31.128026.860430.4568

#78361a color RGB value is (120,54,26).

#78361a hex color red value is 120, green value is 54 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #78361a hue: 0.05 , saturation: 0.64 and the lightness value of 78361a is 0.29.

The process color (four color CMYK) of #78361a color hex is 0.00, 0.55, 0.78, 0.53. Web safe color of #78361a is #663333. Color #78361a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110110 00011010
Octal 170 66 32
Decimal 120 54 26
Hex 78 36 1A

RGB Percentages of Color #78361a

%60.00
%27.00
%13.00

CMYK Percentages of Color #78361a

%0
%55
%78
%53

Triadic Colors of #78361a

#78361a #1a7836 #361a78

Analogous Colors of #78361a

#78361a #78651a #781a2d

Monochromatic Colors of #78361a

#78361a

Complementary Color

#78361a #1a5c78

#78361a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78361a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78361a Color CSS Codes

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

#78361a Text Font Color

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

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


#78361a Background Color

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

This div background color is #78361a


#78361a Border Color

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

This div border color is #78361a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78361a


Comments

No comments written yet.

Please login to write comment.