Color Hex Logo

#887a7d Color Hex

#887A7D
(136,122,125)
0 Favorites   0 Comments

Color spaces of #887a7d

RGB 136122125
HSL0.960.060.51
HSV347°10°53°
CMYK 0.000.100.08   0.47
XYZ20.814520.634022.2877
Yxy20.63400.32660.3237
Hunter Lab45.42472.29922.7065
CIE-Lab52.54665.91930.3151

#887a7d color RGB value is (136,122,125).

#887a7d hex color red value is 136, green value is 122 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #887a7d hue: 0.96 , saturation: 0.06 and the lightness value of 887a7d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111010 01111101
Octal 210 172 175
Decimal 136 122 125
Hex 88 7A 7D

RGB Percentages of Color #887a7d

%35.51
%31.85
%32.64

CMYK Percentages of Color #887a7d

%0
%10
%8
%47

Triadic Colors of #887a7d

#887a7d #7d887a #7a7d88

Analogous Colors of #887a7d

#887a7d #887e7a #887a84

Monochromatic Colors of #887a7d

#887a7d

Complementary Color

#887a7d #7a8885

#887a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#887a7d Color CSS Codes

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

#887a7d Text Font Color

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

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


#887a7d Background Color

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

This div background color is #887a7d


#887a7d Border Color

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

This div border color is #887a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887a7d

#887a7d Color Palettes


Comments

No comments written yet.

Please login to write comment.