#80676e

#80676e color hex

#80676e hex color information.
RGB value of #80676e is (128,103,110)
Change page background color to #80676e | Reset

#80676e rgb color chart

Color spaces of #80676e

RGB 128103110
HSL0.950.110.45
HSV343°20°50°
CMYK 0.000.200.14   0.50
XYZ16.566815.415516.8542
Yxy15.41550.33920.3157
Hunter Lab39.26266.60842.0325
CIE-Lab46.198111.2041-0.1475

Shades of #80676e

Tints of #80676e

RGB Percentages of Color #80676e

%37.54
%30.21
%32.26

CMYK Percentages of Color #80676e

%0
%20
%14
%50

#80676e Color Info

#80676e hex color red value is 128, green value is 103 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #80676e hue: 0.95 , saturation: 0.11 and the lightness value of 80676e is 0.45.

The process color (four color CMYK) of #80676e hex color is 0.00, 0.20, 0.14, 0.50. Web safe color of #80676e is #996666

Color #80676e contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100111 01101110
Octal 200 147 156
Decimal 128 103 110
Hexadecimal 80 67 6E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #80676e

Triadic Colors of #80676e

#80676e #6e8067 #676d80

Analogous Colors of #80676e

#80676e #806c67 #80677a

Complementary Color of #80676e

#80676e #678079

#80676e HSL Color Chart
#80676e hsl color chart
#80676e RGB Color Chart

#80676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80676e Color CSS Codes

.mybgcolor {background-color:#80676e; } 
.myforecolor {color:#80676e; }
.mybordercolor {border:3px solid #80676e; }
Sample text font color #80676e

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

html code
<p style="color:#80676e">Text here</p>
#80676e background color

This div background color is #80676e

<div style="background-color:#80676e">
Div content here</div>
#80676e border color

This div border color is #80676e

<div style="border:3px solid #80676e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #80676e Color Sample
#80676eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(128,103,110, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #80676e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #80676e;
  -webkit-box-shadow: 1px 1px 3px 2px #80676e;
  box-shadow:         1px 1px 3px 2px #80676e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,103,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80676e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #80676e

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top