Color Hex Logo

#887b5a Color Hex

#887B5A
(136,123,90)
0 Favorites   0 Comments

Color spaces of #887b5a

RGB 13612390
HSL0.120.200.44
HSV43°34°53°
CMYK 0.000.100.34   0.47
XYZ19.081820.138312.5542
Yxy20.13830.36860.3890
Hunter Lab44.8757-2.631714.8263
CIE-Lab51.9932-0.301719.8863

#887b5a color RGB value is (136,123,90).

#887b5a hex color red value is 136, green value is 123 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #887b5a hue: 0.12 , saturation: 0.20 and the lightness value of 887b5a is 0.44.

The process color (four color CMYK) of #887b5a color hex is 0.00, 0.10, 0.34, 0.47. Web safe color of #887b5a is #996666. Color #887b5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111011 01011010
Octal 210 173 132
Decimal 136 123 90
Hex 88 7B 5A

RGB Percentages of Color #887b5a

%38.97
%35.24
%25.79

CMYK Percentages of Color #887b5a

%0
%10
%34
%47

Triadic Colors of #887b5a

#887b5a #5a887b #7b5a88

Analogous Colors of #887b5a

#887b5a #7e885a #88645a

Monochromatic Colors of #887b5a

#887b5a

Complementary Color

#887b5a #5a6788

#887b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#887b5a Color CSS Codes

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

#887b5a Text Font Color

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

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


#887b5a Background Color

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

This div background color is #887b5a


#887b5a Border Color

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

This div border color is #887b5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,123,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #887b5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #887b5a;
  -webkit-box-shadow: 1px 1px 3px 2px #887b5a;
  box-shadow:         1px 1px 3px 2px #887b5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887b5a


Comments

No comments written yet.

Please login to write comment.