Color Hex Logo

#78703f Color Hex

#78703F
(120,112,63)
0 Favorites   0 Comments

Color spaces of #78703f

RGB 12011263
HSL0.140.310.36
HSV52°48°47°
CMYK 0.000.070.48   0.53
XYZ14.437115.94037.0185
Yxy15.94030.38610.4263
Hunter Lab39.9253-5.323217.5251
CIE-Lab46.8961-4.325428.2507

#78703f color RGB value is (120,112,63).

#78703f hex color red value is 120, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #78703f hue: 0.14 , saturation: 0.31 and the lightness value of 78703f is 0.36.

The process color (four color CMYK) of #78703f color hex is 0.00, 0.07, 0.48, 0.53. Web safe color of #78703f is #666633. Color #78703f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 00111111
Octal 170 160 77
Decimal 120 112 63
Hex 78 70 3F

RGB Percentages of Color #78703f

%40.68
%37.97
%21.36

CMYK Percentages of Color #78703f

%0
%7
%48
%53

Triadic Colors of #78703f

#78703f #3f7870 #703f78

Analogous Colors of #78703f

#78703f #64783f #78543f

Monochromatic Colors of #78703f

#78703f

Complementary Color

#78703f #3f4778

#78703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78703f Color CSS Codes

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

#78703f Text Font Color

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

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


#78703f Background Color

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

This div background color is #78703f


#78703f Border Color

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

This div border color is #78703f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,112,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78703f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78703f;
  -webkit-box-shadow: 1px 1px 3px 2px #78703f;
  box-shadow:         1px 1px 3px 2px #78703f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78703f


Comments

No comments written yet.

Please login to write comment.