Color Hex Logo

#78800f Color Hex

#78800F
(120,128,15)
0 Favorites   0 Comments

Color spaces of #78800f

RGB 12012815
HSL0.180.790.28
HSV64°88°50°
CMYK 0.060.000.88   0.50
XYZ15.551119.46593.3896
Yxy19.46590.40490.5068
Hunter Lab44.1202-14.294226.3291
CIE-Lab51.2279-16.304652.9944

#78800f color RGB value is (120,128,15).

#78800f hex color red value is 120, green value is 128 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #78800f hue: 0.18 , saturation: 0.79 and the lightness value of 78800f is 0.28.

The process color (four color CMYK) of #78800f color hex is 0.06, 0.00, 0.88, 0.50. Web safe color of #78800f is #669900. Color #78800f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000000 00001111
Octal 170 200 17
Decimal 120 128 15
Hex 78 80 F

RGB Percentages of Color #78800f

%45.63
%48.67
%5.70

CMYK Percentages of Color #78800f

%6
%0
%88
%50

Triadic Colors of #78800f

#78800f #0f7880 #800f78

Analogous Colors of #78800f

#78800f #40800f #80500f

Monochromatic Colors of #78800f

#78800f

Complementary Color

#78800f #170f80

#78800f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78800f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78800f Color CSS Codes

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

#78800f Text Font Color

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

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


#78800f Background Color

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

This div background color is #78800f


#78800f Border Color

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

This div border color is #78800f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78800f


Comments

No comments written yet.

Please login to write comment.