Color Hex Logo

#78613e Color Hex

#78613E
(120,97,62)
0 Favorites   0 Comments

Color spaces of #78613e

RGB 1209762
HSL0.100.320.36
HSV36°48°47°
CMYK 0.000.190.48   0.53
XYZ12.889912.89036.3661
Yxy12.89030.40100.4010
Hunter Lab35.90311.254614.6192
CIE-Lab42.59754.310623.4052

#78613e color RGB value is (120,97,62).

#78613e hex color red value is 120, green value is 97 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #78613e hue: 0.10 , saturation: 0.32 and the lightness value of 78613e is 0.36.

The process color (four color CMYK) of #78613e color hex is 0.00, 0.19, 0.48, 0.53. Web safe color of #78613e is #666633. Color #78613e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100001 00111110
Octal 170 141 76
Decimal 120 97 62
Hex 78 61 3E

RGB Percentages of Color #78613e

%43.01
%34.77
%22.22

CMYK Percentages of Color #78613e

%0
%19
%48
%53

Triadic Colors of #78613e

#78613e #3e7861 #613e78

Analogous Colors of #78613e

#78613e #72783e #78443e

Monochromatic Colors of #78613e

#78613e

Complementary Color

#78613e #3e5578

#78613e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78613e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78613e Color CSS Codes

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

#78613e Text Font Color

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

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


#78613e Background Color

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

This div background color is #78613e


#78613e Border Color

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

This div border color is #78613e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,97,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78613e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78613e;
  -webkit-box-shadow: 1px 1px 3px 2px #78613e;
  box-shadow:         1px 1px 3px 2px #78613e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78613e


Comments

No comments written yet.

Please login to write comment.