Color Hex Logo

#816b76 Color Hex

#816B76
(129,107,118)
0 Favorites   0 Comments

Color spaces of #816b76

RGB 129107118
HSL0.920.090.46
HSV330°17°51°
CMYK 0.000.170.09   0.49
XYZ17.581016.490519.3959
Yxy16.49050.32880.3084
Hunter Lab40.60856.21470.1072
CIE-Lab47.611510.6987-2.8579

#816b76 color RGB value is (129,107,118).

#816b76 hex color red value is 129, green value is 107 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #816b76 hue: 0.92 , saturation: 0.09 and the lightness value of 816b76 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101011 01110110
Octal 201 153 166
Decimal 129 107 118
Hex 81 6B 76

RGB Percentages of Color #816b76

%36.44
%30.23
%33.33

CMYK Percentages of Color #816b76

%0
%17
%9
%49

Triadic Colors of #816b76

#816b76 #76816b #6b7681

Analogous Colors of #816b76

#816b76 #816b6b #816b81

Monochromatic Colors of #816b76

#816b76

Complementary Color

#816b76 #6b8176

#816b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816b76 Color CSS Codes

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

#816b76 Text Font Color

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

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


#816b76 Background Color

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

This div background color is #816b76


#816b76 Border Color

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

This div border color is #816b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816b76


Comments

No comments written yet.

Please login to write comment.