Color Hex Logo

#87664d Color Hex

#87664D
(135,102,77)
0 Favorites   0 Comments

Color spaces of #87664d

RGB 13510277
HSL0.070.270.42
HSV26°43°53°
CMYK 0.000.240.43   0.47
XYZ16.082615.18959.1054
Yxy15.18950.39830.3762
Hunter Lab38.97375.454513.4297
CIE-Lab45.89279.772819.2514

#87664d color RGB value is (135,102,77).

#87664d hex color red value is 135, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #87664d hue: 0.07 , saturation: 0.27 and the lightness value of 87664d is 0.42.

The process color (four color CMYK) of #87664d color hex is 0.00, 0.24, 0.43, 0.47. Web safe color of #87664d is #996666. Color #87664d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100110 01001101
Octal 207 146 115
Decimal 135 102 77
Hex 87 66 4D

RGB Percentages of Color #87664d

%42.99
%32.48
%24.52

CMYK Percentages of Color #87664d

%0
%24
%43
%47

Triadic Colors of #87664d

#87664d #4d8766 #664d87

Analogous Colors of #87664d

#87664d #87834d #874d51

Monochromatic Colors of #87664d

#87664d

Complementary Color

#87664d #4d6e87

#87664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87664d Color CSS Codes

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

#87664d Text Font Color

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

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


#87664d Background Color

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

This div background color is #87664d


#87664d Border Color

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

This div border color is #87664d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,102,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87664d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87664d;
  -webkit-box-shadow: 1px 1px 3px 2px #87664d;
  box-shadow:         1px 1px 3px 2px #87664d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87664d


Comments

No comments written yet.

Please login to write comment.