Color Hex Logo

#807f62 Color Hex

#807F62
(128,127,98)
0 Favorites   0 Comments

Color spaces of #807f62

RGB 12812798
HSL0.160.130.44
HSV58°23°50°
CMYK 0.000.010.23   0.50
XYZ18.696120.649814.5557
Yxy20.64980.34690.3831
Hunter Lab45.4421-6.083812.8181
CIE-Lab52.5641-4.748315.9503

#807f62 color RGB value is (128,127,98).

#807f62 hex color red value is 128, green value is 127 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #807f62 hue: 0.16 , saturation: 0.13 and the lightness value of 807f62 is 0.44.

The process color (four color CMYK) of #807f62 color hex is 0.00, 0.01, 0.23, 0.50. Web safe color of #807f62 is #996666. Color #807f62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111111 01100010
Octal 200 177 142
Decimal 128 127 98
Hex 80 7F 62

RGB Percentages of Color #807f62

%36.26
%35.98
%27.76

CMYK Percentages of Color #807f62

%0
%1
%23
%50

Triadic Colors of #807f62

#807f62 #62807f #7f6280

Analogous Colors of #807f62

#807f62 #728062 #807062

Monochromatic Colors of #807f62

#807f62

Complementary Color

#807f62 #626380

#807f62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807f62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807f62 Color CSS Codes

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

#807f62 Text Font Color

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

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


#807f62 Background Color

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

This div background color is #807f62


#807f62 Border Color

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

This div border color is #807f62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807f62


Comments

No comments written yet.

Please login to write comment.