Color Hex Logo

#87687a Color Hex

#87687A
(135,104,122)
0 Favorites   0 Comments

Color spaces of #87687a

RGB 135104122
HSL0.900.130.47
HSV325°23°53°
CMYK 0.000.230.10   0.47
XYZ18.454816.456720.6161
Yxy16.45670.33240.2964
Hunter Lab40.566910.2118-1.7344
CIE-Lab47.568115.5298-5.2449

#87687a color RGB value is (135,104,122).

#87687a hex color red value is 135, green value is 104 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #87687a hue: 0.90 , saturation: 0.13 and the lightness value of 87687a is 0.47.

The process color (four color CMYK) of #87687a color hex is 0.00, 0.23, 0.10, 0.47. Web safe color of #87687a is #996666. Color #87687a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 01111010
Octal 207 150 172
Decimal 135 104 122
Hex 87 68 7A

RGB Percentages of Color #87687a

%37.40
%28.81
%33.80

CMYK Percentages of Color #87687a

%0
%23
%10
%47

Triadic Colors of #87687a

#87687a #7a8768 #687a87

Analogous Colors of #87687a

#87687a #87686b #856887

Monochromatic Colors of #87687a

#87687a

Complementary Color

#87687a #688775

#87687a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87687a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87687a Color CSS Codes

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

#87687a Text Font Color

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

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


#87687a Background Color

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

This div background color is #87687a


#87687a Border Color

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

This div border color is #87687a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,104,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87687a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87687a;
  -webkit-box-shadow: 1px 1px 3px 2px #87687a;
  box-shadow:         1px 1px 3px 2px #87687a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,104,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87687a


Comments

No comments written yet.

Please login to write comment.