Color Hex Logo

#81717e Color Hex

#81717E
(129,113,126)
0 Favorites   0 Comments

Color spaces of #81717e

RGB 129113126
HSL0.860.070.47
HSV311°12°51°
CMYK 0.000.120.02   0.49
XYZ18.724317.983722.2230
Yxy17.98370.31770.3052
Hunter Lab42.40724.6016-1.3852
CIE-Lab49.47638.7070-4.8643

#81717e color RGB value is (129,113,126).

#81717e hex color red value is 129, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81717e hue: 0.86 , saturation: 0.07 and the lightness value of 81717e is 0.47.

The process color (four color CMYK) of #81717e color hex is 0.00, 0.12, 0.02, 0.49. Web safe color of #81717e is #996666. Color #81717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110001 01111110
Octal 201 161 176
Decimal 129 113 126
Hex 81 71 7E

RGB Percentages of Color #81717e

%35.05
%30.71
%34.24

CMYK Percentages of Color #81717e

%0
%12
%2
%49

Triadic Colors of #81717e

#81717e #7e8171 #717e81

Analogous Colors of #81717e

#81717e #817176 #7c7181

Monochromatic Colors of #81717e

#81717e

Complementary Color

#81717e #718174

#81717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81717e Color CSS Codes

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

#81717e Text Font Color

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

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


#81717e Background Color

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

This div background color is #81717e


#81717e Border Color

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

This div border color is #81717e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81717e


Comments

No comments written yet.

Please login to write comment.