Color Hex Logo

#818176 Color Hex

#818176
(129,129,118)
0 Favorites   0 Comments

Color spaces of #818176

RGB 129129118
HSL0.170.040.48
HSV60°51°
CMYK 0.000.000.09   0.49
XYZ20.173521.675620.2601
Yxy21.67560.32480.3490
Hunter Lab46.5571-4.12966.7889
CIE-Lab53.6811-2.09705.9597

#818176 color RGB value is (129,129,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000001 01110110
Octal 201 201 166
Decimal 129 129 118
Hex 81 81 76

RGB Percentages of Color #818176

%34.31
%34.31
%31.38

CMYK Percentages of Color #818176

%0
%0
%9
%49

Triadic Colors of #818176

#818176 #768181 #817681

Analogous Colors of #818176

#818176 #7c8176 #817c76

Monochromatic Colors of #818176

#818176

Complementary Color

#818176 #767681

#818176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#818176 Color CSS Codes

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

#818176 Text Font Color

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

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


#818176 Background Color

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

This div background color is #818176


#818176 Border Color

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

This div border color is #818176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818176


Comments

No comments written yet.

Please login to write comment.