Color Hex Logo

#82797e Color Hex

#82797E
(130,121,126)
0 Favorites   0 Comments

Color spaces of #82797e

RGB 130121126
HSL0.910.040.49
HSV327°51°
CMYK 0.000.070.03   0.49
XYZ19.809219.926922.5409
Yxy19.92690.31810.3200
Hunter Lab44.63961.09171.3090
CIE-Lab51.75454.4013-1.4953

#82797e color RGB value is (130,121,126).

#82797e hex color red value is 130, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #82797e hue: 0.91 , saturation: 0.04 and the lightness value of 82797e is 0.49.

The process color (four color CMYK) of #82797e color hex is 0.00, 0.07, 0.03, 0.49. Web safe color of #82797e is #996666. Color #82797e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111001 01111110
Octal 202 171 176
Decimal 130 121 126
Hex 82 79 7E

RGB Percentages of Color #82797e

%34.48
%32.10
%33.42

CMYK Percentages of Color #82797e

%0
%7
%3
%49

Triadic Colors of #82797e

#82797e #7e8279 #797e82

Analogous Colors of #82797e

#82797e #82797a #827982

Monochromatic Colors of #82797e

#82797e

Complementary Color

#82797e #79827d

#82797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82797e Color CSS Codes

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

#82797e Text Font Color

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

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


#82797e Background Color

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

This div background color is #82797e


#82797e Border Color

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

This div border color is #82797e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,121,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 #82797e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82797e


Comments

No comments written yet.

Please login to write comment.