Color Hex Logo

#80676a Color Hex

#80676A
(128,103,106)
0 Favorites   0 Comments

Color spaces of #80676a

RGB 128103106
HSL0.980.110.45
HSV353°20°50°
CMYK 0.000.200.17   0.50
XYZ16.353915.330315.7328
Yxy15.33030.34490.3233
Hunter Lab39.15396.03693.5839
CIE-Lab46.083310.49742.0911

#80676a color RGB value is (128,103,106).

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

The process color (four color CMYK) of #80676a color hex is 0.00, 0.20, 0.17, 0.50. Web safe color of #80676a is #996666. Color #80676a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100111 01101010
Octal 200 147 152
Decimal 128 103 106
Hex 80 67 6A

RGB Percentages of Color #80676a

%37.98
%30.56
%31.45

CMYK Percentages of Color #80676a

%0
%20
%17
%50

Triadic Colors of #80676a

#80676a #6a8067 #676a80

Analogous Colors of #80676a

#80676a #807167 #806777

Monochromatic Colors of #80676a

#80676a

Complementary Color

#80676a #67807d

#80676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80676a Color CSS Codes

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

#80676a Text Font Color

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

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


#80676a Background Color

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

This div background color is #80676a


#80676a Border Color

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

This div border color is #80676a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,103,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80676a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80676a;
  -webkit-box-shadow: 1px 1px 3px 2px #80676a;
  box-shadow:         1px 1px 3px 2px #80676a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80676a


Comments

No comments written yet.

Please login to write comment.