Color Hex Logo

#887372 Color Hex

#887372
(136,115,114)
0 Favorites   0 Comments

Color spaces of #887372

RGB 136115114
HSL0.010.090.49
HSV16°53°
CMYK 0.000.150.16   0.47
XYZ19.321318.710618.5128
Yxy18.71060.34170.3309
Hunter Lab43.25584.03414.9038
CIE-Lab50.34698.01433.5927

#887372 color RGB value is (136,115,114).

#887372 hex color red value is 136, green value is 115 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #887372 hue: 0.01 , saturation: 0.09 and the lightness value of 887372 is 0.49.

The process color (four color CMYK) of #887372 color hex is 0.00, 0.15, 0.16, 0.47. Web safe color of #887372 is #996666. Color #887372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110011 01110010
Octal 210 163 162
Decimal 136 115 114
Hex 88 73 72

RGB Percentages of Color #887372

%37.26
%31.51
%31.23

CMYK Percentages of Color #887372

%0
%15
%16
%47

Triadic Colors of #887372

#887372 #728873 #737288

Analogous Colors of #887372

#887372 #887e72 #88727c

Monochromatic Colors of #887372

#887372

Complementary Color

#887372 #728788

#887372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887372 Color CSS Codes

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

#887372 Text Font Color

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

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


#887372 Background Color

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

This div background color is #887372


#887372 Border Color

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

This div border color is #887372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887372


Comments

No comments written yet.

Please login to write comment.