Color Hex Logo

#87747b Color Hex

#87747B
(135,116,123)
0 Favorites   0 Comments

Color spaces of #87747b

RGB 135116123
HSL0.940.080.49
HSV338°14°53°
CMYK 0.000.140.09   0.47
XYZ19.812219.071721.3759
Yxy19.07170.32880.3165
Hunter Lab43.67124.55521.5489
CIE-Lab50.77108.6554-1.1165

#87747b color RGB value is (135,116,123).

#87747b hex color red value is 135, green value is 116 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #87747b hue: 0.94 , saturation: 0.08 and the lightness value of 87747b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110100 01111011
Octal 207 164 173
Decimal 135 116 123
Hex 87 74 7B

RGB Percentages of Color #87747b

%36.10
%31.02
%32.89

CMYK Percentages of Color #87747b

%0
%14
%9
%47

Triadic Colors of #87747b

#87747b #7b8774 #747b87

Analogous Colors of #87747b

#87747b #877774 #877485

Monochromatic Colors of #87747b

#87747b

Complementary Color

#87747b #748780

#87747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87747b Color CSS Codes

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

#87747b Text Font Color

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

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


#87747b Background Color

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

This div background color is #87747b


#87747b Border Color

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

This div border color is #87747b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,116,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87747b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87747b;
  -webkit-box-shadow: 1px 1px 3px 2px #87747b;
  box-shadow:         1px 1px 3px 2px #87747b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87747b


Comments

No comments written yet.

Please login to write comment.