Color Hex Logo

#80787e Color Hex

#80787E
(128,120,126)
0 Favorites   0 Comments

Color spaces of #80787e

RGB 128120126
HSL0.880.030.49
HSV315°50°
CMYK 0.000.060.02   0.50
XYZ19.384519.528522.4864
Yxy19.52850.31570.3181
Hunter Lab44.19110.96500.7643
CIE-Lab51.29994.2268-2.1836

#80787e color RGB value is (128,120,126).

#80787e hex color red value is 128, green value is 120 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #80787e hue: 0.88 , saturation: 0.03 and the lightness value of 80787e is 0.49.

The process color (four color CMYK) of #80787e color hex is 0.00, 0.06, 0.02, 0.50. Web safe color of #80787e is #996666. Color #80787e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 01111110
Octal 200 170 176
Decimal 128 120 126
Hex 80 78 7E

RGB Percentages of Color #80787e

%34.22
%32.09
%33.69

CMYK Percentages of Color #80787e

%0
%6
%2
%50

Triadic Colors of #80787e

#80787e #7e8078 #787e80

Analogous Colors of #80787e

#80787e #80787a #7e7880

Monochromatic Colors of #80787e

#80787e

Complementary Color

#80787e #78807a

#80787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80787e Color CSS Codes

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

#80787e Text Font Color

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

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


#80787e Background Color

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

This div background color is #80787e


#80787e Border Color

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

This div border color is #80787e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,120,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80787e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80787e;
  -webkit-box-shadow: 1px 1px 3px 2px #80787e;
  box-shadow:         1px 1px 3px 2px #80787e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80787e


Comments

No comments written yet.

Please login to write comment.