Color Hex Logo

#80761f Color Hex

#80761F
(128,118,31)
0 Favorites   0 Comments

Color spaces of #80761f

RGB 12811831
HSL0.150.610.31
HSV54°76°50°
CMYK 0.000.080.76   0.50
XYZ15.627817.64503.8785
Yxy17.64500.42070.4749
Hunter Lab42.0060-7.101723.9298
CIE-Lab49.0627-6.522946.3712

#80761f color RGB value is (128,118,31).

#80761f hex color red value is 128, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #80761f hue: 0.15 , saturation: 0.61 and the lightness value of 80761f is 0.31.

The process color (four color CMYK) of #80761f color hex is 0.00, 0.08, 0.76, 0.50. Web safe color of #80761f is #996633. Color #80761f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 00011111
Octal 200 166 37
Decimal 128 118 31
Hex 80 76 1F

RGB Percentages of Color #80761f

%46.21
%42.60
%11.19

CMYK Percentages of Color #80761f

%0
%8
%76
%50

Triadic Colors of #80761f

#80761f #1f8076 #761f80

Analogous Colors of #80761f

#80761f #5a801f #80461f

Monochromatic Colors of #80761f

#80761f

Complementary Color

#80761f #1f2980

#80761f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80761f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80761f Color CSS Codes

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

#80761f Text Font Color

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

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


#80761f Background Color

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

This div background color is #80761f


#80761f Border Color

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

This div border color is #80761f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80761f


Comments

No comments written yet.

Please login to write comment.