Color Hex Logo

#817976 Color Hex

#817976
(129,121,118)
0 Favorites   0 Comments

Color spaces of #817976

RGB 129121118
HSL0.050.040.48
HSV16°51°
CMYK 0.000.060.09   0.49
XYZ19.160619.649919.9225
Yxy19.64990.32620.3346
Hunter Lab44.3282-0.41884.3829
CIE-Lab51.43902.48942.7319

#817976 color RGB value is (129,121,118).

#817976 hex color red value is 129, green value is 121 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #817976 hue: 0.05 , saturation: 0.04 and the lightness value of 817976 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111001 01110110
Octal 201 171 166
Decimal 129 121 118
Hex 81 79 76

RGB Percentages of Color #817976

%35.05
%32.88
%32.07

CMYK Percentages of Color #817976

%0
%6
%9
%49

Triadic Colors of #817976

#817976 #768179 #797681

Analogous Colors of #817976

#817976 #817f76 #817679

Monochromatic Colors of #817976

#817976

Complementary Color

#817976 #767e81

#817976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817976 Color CSS Codes

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

#817976 Text Font Color

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

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


#817976 Background Color

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

This div background color is #817976


#817976 Border Color

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

This div border color is #817976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817976

#817976 Color Palettes


Comments

No comments written yet.

Please login to write comment.