Color Hex Logo

#80780c Color Hex

#80780C
(128,120,12)
0 Favorites   0 Comments

Color spaces of #80780c

RGB 12812012
HSL0.160.830.27
HSV56°91°50°
CMYK 0.000.060.91   0.50
XYZ15.684918.04873.0049
Yxy18.04870.42690.4913
Hunter Lab42.4838-8.444825.5450
CIE-Lab49.5551-8.312452.5867

#80780c color RGB value is (128,120,12).

#80780c hex color red value is 128, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #80780c hue: 0.16 , saturation: 0.83 and the lightness value of 80780c is 0.27.

The process color (four color CMYK) of #80780c color hex is 0.00, 0.06, 0.91, 0.50. Web safe color of #80780c is #996600. Color #80780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 00001100
Octal 200 170 14
Decimal 128 120 12
Hex 80 78 C

RGB Percentages of Color #80780c

%49.23
%46.15
%4.62

CMYK Percentages of Color #80780c

%0
%6
%91
%50

Triadic Colors of #80780c

#80780c #0c8078 #780c80

Analogous Colors of #80780c

#80780c #4e800c #803e0c

Monochromatic Colors of #80780c

#80780c

Complementary Color

#80780c #0c1480

#80780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80780c Color CSS Codes

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

#80780c Text Font Color

<p style="color:#80780c">Text here</p>

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


#80780c Background Color

<div style="background-color:#80780c">
Div content here</div>

This div background color is #80780c


#80780c Border Color

<div style="border:3px solid #80780c">
Div here</div>

This div border color is #80780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80780c


Comments

No comments written yet.

Please login to write comment.