Color Hex Logo

#81877e Color Hex

#81877E
(129,135,126)
0 Favorites   0 Comments

Color spaces of #81877e

RGB 129135126
HSL0.280.040.51
HSV100°53°
CMYK 0.040.000.07   0.47
XYZ21.483123.501423.1426
Yxy23.50140.31530.3450
Hunter Lab48.4782-5.73485.6308
CIE-Lab55.5851-3.98474.0657

#81877e color RGB value is (129,135,126).

#81877e hex color red value is 129, green value is 135 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81877e hue: 0.28 , saturation: 0.04 and the lightness value of 81877e is 0.51.

The process color (four color CMYK) of #81877e color hex is 0.04, 0.00, 0.07, 0.47. Web safe color of #81877e is #999966. Color #81877e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000111 01111110
Octal 201 207 176
Decimal 129 135 126
Hex 81 87 7E

RGB Percentages of Color #81877e

%33.08
%34.62
%32.31

CMYK Percentages of Color #81877e

%4
%0
%7
%47

Triadic Colors of #81877e

#81877e #7e8187 #877e81

Analogous Colors of #81877e

#81877e #7e8780 #86877e

Monochromatic Colors of #81877e

#81877e

Complementary Color

#81877e #847e87

#81877e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81877e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81877e Color CSS Codes

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

#81877e Text Font Color

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

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


#81877e Background Color

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

This div background color is #81877e


#81877e Border Color

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

This div border color is #81877e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81877e


Comments

No comments written yet.

Please login to write comment.