Color Hex Logo

#807c6e Color Hex

#807C6E
(128,124,110)
0 Favorites   0 Comments

Color spaces of #807c6e

RGB 128124110
HSL0.130.080.47
HSV47°14°50°
CMYK 0.000.030.14   0.50
XYZ18.924220.130317.6400
Yxy20.13030.33380.3551
Hunter Lab44.8668-3.22818.0961
CIE-Lab51.9842-1.07118.1850

#807c6e color RGB value is (128,124,110).

#807c6e hex color red value is 128, green value is 124 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #807c6e hue: 0.13 , saturation: 0.08 and the lightness value of 807c6e is 0.47.

The process color (four color CMYK) of #807c6e color hex is 0.00, 0.03, 0.14, 0.50. Web safe color of #807c6e is #996666. Color #807c6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 01101110
Octal 200 174 156
Decimal 128 124 110
Hex 80 7C 6E

RGB Percentages of Color #807c6e

%35.36
%34.25
%30.39

CMYK Percentages of Color #807c6e

%0
%3
%14
%50

Triadic Colors of #807c6e

#807c6e #6e807c #7c6e80

Analogous Colors of #807c6e

#807c6e #7b806e #80736e

Monochromatic Colors of #807c6e

#807c6e

Complementary Color

#807c6e #6e7280

#807c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#807c6e Color CSS Codes

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

#807c6e Text Font Color

<p style="color:#807c6e">Text here</p>

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


#807c6e Background Color

<div style="background-color:#807c6e">
Div content here</div>

This div background color is #807c6e


#807c6e Border Color

<div style="border:3px solid #807c6e">
Div here</div>

This div border color is #807c6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,124,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807c6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807c6e;
  -webkit-box-shadow: 1px 1px 3px 2px #807c6e;
  box-shadow:         1px 1px 3px 2px #807c6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807c6e


Comments

No comments written yet.

Please login to write comment.