Color Hex Logo

#807759 Color Hex

#807759
(128,119,89)
0 Favorites   0 Comments

Color spaces of #807759

RGB 12811989
HSL0.130.180.43
HSV46°30°50°
CMYK 0.000.070.30   0.50
XYZ17.302118.504112.1109
Yxy18.50410.36110.3862
Hunter Lab43.0164-3.482213.4189
CIE-Lab50.1019-1.550117.7850

#807759 color RGB value is (128,119,89).

#807759 hex color red value is 128, green value is 119 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #807759 hue: 0.13 , saturation: 0.18 and the lightness value of 807759 is 0.43.

The process color (four color CMYK) of #807759 color hex is 0.00, 0.07, 0.30, 0.50. Web safe color of #807759 is #996666. Color #807759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110111 01011001
Octal 200 167 131
Decimal 128 119 89
Hex 80 77 59

RGB Percentages of Color #807759

%38.10
%35.42
%26.49

CMYK Percentages of Color #807759

%0
%7
%30
%50

Triadic Colors of #807759

#807759 #598077 #775980

Analogous Colors of #807759

#807759 #768059 #806459

Monochromatic Colors of #807759

#807759

Complementary Color

#807759 #596280

#807759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807759 Color CSS Codes

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

#807759 Text Font Color

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

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


#807759 Background Color

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

This div background color is #807759


#807759 Border Color

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

This div border color is #807759


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,119,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #807759; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #807759;
  -webkit-box-shadow: 1px 1px 3px 2px #807759;
  box-shadow:         1px 1px 3px 2px #807759; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807759


Comments

No comments written yet.

Please login to write comment.