Color Hex Logo

#78803f Color Hex

#78803F
(120,128,63)
0 Favorites   0 Comments

Color spaces of #78803f

RGB 12012863
HSL0.190.340.37
HSV67°51°50°
CMYK 0.060.000.51   0.50
XYZ16.362119.79037.6602
Yxy19.79030.37350.4517
Hunter Lab44.4863-12.198520.9311
CIE-Lab51.5993-13.231933.9866

#78803f color RGB value is (120,128,63).

#78803f hex color red value is 120, green value is 128 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #78803f hue: 0.19 , saturation: 0.34 and the lightness value of 78803f is 0.37.

The process color (four color CMYK) of #78803f color hex is 0.06, 0.00, 0.51, 0.50. Web safe color of #78803f is #669933. Color #78803f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 00111111
Octal 170 200 77
Decimal 120 128 63
Hex 78 80 3F

RGB Percentages of Color #78803f

%38.59
%41.16
%20.26

CMYK Percentages of Color #78803f

%6
%0
%51
%50

Triadic Colors of #78803f

#78803f #3f7880 #803f78

Analogous Colors of #78803f

#78803f #58803f #80683f

Monochromatic Colors of #78803f

#78803f

Complementary Color

#78803f #473f80

#78803f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78803f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78803f Color CSS Codes

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

#78803f Text Font Color

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

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


#78803f Background Color

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

This div background color is #78803f


#78803f Border Color

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

This div border color is #78803f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78803f


Comments

No comments written yet.

Please login to write comment.