Color Hex Logo

#82787c Color Hex

#82787C
(130,120,124)
0 Favorites   0 Comments

Color spaces of #82787c

RGB 130120124
HSL0.930.040.49
HSV336°51°
CMYK 0.000.080.05   0.49
XYZ19.560519.634021.8276
Yxy19.63400.32050.3218
Hunter Lab44.31031.25481.8105
CIE-Lab51.42094.5934-0.8091

#82787c color RGB value is (130,120,124).

#82787c hex color red value is 130, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #82787c hue: 0.93 , saturation: 0.04 and the lightness value of 82787c is 0.49.

The process color (four color CMYK) of #82787c color hex is 0.00, 0.08, 0.05, 0.49. Web safe color of #82787c is #996666. Color #82787c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01111000 01111100
Octal 202 170 174
Decimal 130 120 124
Hex 82 78 7C

RGB Percentages of Color #82787c

%34.76
%32.09
%33.16

CMYK Percentages of Color #82787c

%0
%8
%5
%49

Triadic Colors of #82787c

#82787c #7c8278 #787c82

Analogous Colors of #82787c

#82787c #827978 #827881

Monochromatic Colors of #82787c

#82787c

Complementary Color

#82787c #78827e

#82787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82787c Color CSS Codes

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

#82787c Text Font Color

<p style="color:#82787c">Text here</p>

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


#82787c Background Color

<div style="background-color:#82787c">
Div content here</div>

This div background color is #82787c


#82787c Border Color

<div style="border:3px solid #82787c">
Div here</div>

This div border color is #82787c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,120,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82787c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82787c;
  -webkit-box-shadow: 1px 1px 3px 2px #82787c;
  box-shadow:         1px 1px 3px 2px #82787c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82787c


Comments

No comments written yet.

Please login to write comment.