Color Hex Logo

#817979 Color Hex

#817979
(129,121,121)
0 Favorites   0 Comments

Color spaces of #817979

RGB 129121121
HSL0.000.030.49
HSV51°
CMYK 0.000.060.06   0.49
XYZ19.341819.722320.8765
Yxy19.72230.32270.3290
Hunter Lab44.40980.02503.2154
CIE-Lab51.52183.05411.0903

#817979 color RGB value is (129,121,121).

#817979 hex color red value is 129, green value is 121 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #817979 hue: 0.00 , saturation: 0.03 and the lightness value of 817979 is 0.49.

The process color (four color CMYK) of #817979 color hex is 0.00, 0.06, 0.06, 0.49. Web safe color of #817979 is #996666. Color #817979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111001 01111001
Octal 201 171 171
Decimal 129 121 121
Hex 81 79 79

RGB Percentages of Color #817979

%34.77
%32.61
%32.61

CMYK Percentages of Color #817979

%0
%6
%6
%49

Triadic Colors of #817979

#817979 #798179 #797981

Analogous Colors of #817979

#817979 #817d79 #81797d

Monochromatic Colors of #817979

#817979

Complementary Color

#817979 #798181

#817979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817979 Color CSS Codes

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

#817979 Text Font Color

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

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


#817979 Background Color

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

This div background color is #817979


#817979 Border Color

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

This div border color is #817979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817979


Comments

No comments written yet.

Please login to write comment.