Color Hex Logo

#807769 Color Hex

#807769
(128,119,105)
0 Favorites   0 Comments

Color spaces of #807769

RGB 128119105
HSL0.100.100.46
HSV37°18°50°
CMYK 0.000.070.18   0.50
XYZ18.048718.802816.0426
Yxy18.80280.34120.3555
Hunter Lab43.3622-1.58668.4182
CIE-Lab50.45570.94368.9453

#807769 color RGB value is (128,119,105).

#807769 hex color red value is 128, green value is 119 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #807769 hue: 0.10 , saturation: 0.10 and the lightness value of 807769 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110111 01101001
Octal 200 167 151
Decimal 128 119 105
Hex 80 77 69

RGB Percentages of Color #807769

%36.36
%33.81
%29.83

CMYK Percentages of Color #807769

%0
%7
%18
%50

Triadic Colors of #807769

#807769 #698077 #776980

Analogous Colors of #807769

#807769 #7e8069 #806c69

Monochromatic Colors of #807769

#807769

Complementary Color

#807769 #697280

#807769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807769 Color CSS Codes

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

#807769 Text Font Color

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

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


#807769 Background Color

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

This div background color is #807769


#807769 Border Color

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

This div border color is #807769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807769


Comments

No comments written yet.

Please login to write comment.