Color Hex Logo

#807579 Color Hex

#807579
(128,117,121)
0 Favorites   0 Comments

Color spaces of #807579

RGB 128117121
HSL0.940.040.48
HSV338°50°
CMYK 0.000.090.05   0.50
XYZ18.714618.692220.7108
Yxy18.69220.32200.3216
Hunter Lab43.23451.60571.8622
CIE-Lab50.32514.9982-0.6669

#807579 color RGB value is (128,117,121).

#807579 hex color red value is 128, green value is 117 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #807579 hue: 0.94 , saturation: 0.04 and the lightness value of 807579 is 0.48.

The process color (four color CMYK) of #807579 color hex is 0.00, 0.09, 0.05, 0.50. Web safe color of #807579 is #996666. Color #807579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 01111001
Octal 200 165 171
Decimal 128 117 121
Hex 80 75 79

RGB Percentages of Color #807579

%34.97
%31.97
%33.06

CMYK Percentages of Color #807579

%0
%9
%5
%50

Triadic Colors of #807579

#807579 #798075 #757980

Analogous Colors of #807579

#807579 #807775 #80757f

Monochromatic Colors of #807579

#807579

Complementary Color

#807579 #75807c

#807579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807579 Color CSS Codes

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

#807579 Text Font Color

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

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


#807579 Background Color

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

This div background color is #807579


#807579 Border Color

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

This div border color is #807579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807579


Comments

No comments written yet.

Please login to write comment.