Color Hex Logo

#80796f Color Hex

#80796F
(128,121,111)
0 Favorites   0 Comments

Color spaces of #80796f

RGB 128121111
HSL0.100.070.47
HSV35°13°50°
CMYK 0.000.050.13   0.50
XYZ18.608719.411617.8050
Yxy19.41160.33330.3477
Hunter Lab44.0586-1.71086.8807
CIE-Lab51.16530.82706.4342

#80796f color RGB value is (128,121,111).

#80796f hex color red value is 128, green value is 121 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #80796f hue: 0.10 , saturation: 0.07 and the lightness value of 80796f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111001 01101111
Octal 200 171 157
Decimal 128 121 111
Hex 80 79 6F

RGB Percentages of Color #80796f

%35.56
%33.61
%30.83

CMYK Percentages of Color #80796f

%0
%5
%13
%50

Triadic Colors of #80796f

#80796f #6f8079 #796f80

Analogous Colors of #80796f

#80796f #7f806f #80716f

Monochromatic Colors of #80796f

#80796f

Complementary Color

#80796f #6f7680

#80796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80796f Color CSS Codes

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

#80796f Text Font Color

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

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


#80796f Background Color

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

This div background color is #80796f


#80796f Border Color

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

This div border color is #80796f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80796f


Comments

No comments written yet.

Please login to write comment.