Color Hex Logo

#887564 Color Hex

#887564
(136,117,100)
0 Favorites   0 Comments

Color spaces of #887564

RGB 136117100
HSL0.080.150.46
HSV28°26°53°
CMYK 0.000.140.26   0.47
XYZ18.814918.876914.7086
Yxy18.87690.35910.3602
Hunter Lab43.44761.265910.3414
CIE-Lab50.54294.578412.1087

#887564 color RGB value is (136,117,100).

#887564 hex color red value is 136, green value is 117 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #887564 hue: 0.08 , saturation: 0.15 and the lightness value of 887564 is 0.46.

The process color (four color CMYK) of #887564 color hex is 0.00, 0.14, 0.26, 0.47. Web safe color of #887564 is #996666. Color #887564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110101 01100100
Octal 210 165 144
Decimal 136 117 100
Hex 88 75 64

RGB Percentages of Color #887564

%38.53
%33.14
%28.33

CMYK Percentages of Color #887564

%0
%14
%26
%47

Triadic Colors of #887564

#887564 #648875 #756488

Analogous Colors of #887564

#887564 #888764 #886465

Monochromatic Colors of #887564

#887564

Complementary Color

#887564 #647788

#887564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887564 Color CSS Codes

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

#887564 Text Font Color

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

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


#887564 Background Color

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

This div background color is #887564


#887564 Border Color

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

This div border color is #887564


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,117,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887564; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887564;
  -webkit-box-shadow: 1px 1px 3px 2px #887564;
  box-shadow:         1px 1px 3px 2px #887564; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,117,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887564


Comments

No comments written yet.

Please login to write comment.