Color Hex Logo

#8b7f75 Color Hex

#8B7F75
(139,127,117)
0 Favorites   0 Comments

Color spaces of #8b7f75

RGB 139127117
HSL0.080.090.50
HSV27°16°55°
CMYK 0.000.090.16   0.45
XYZ21.447721.952119.9364
Yxy21.95210.33860.3466
Hunter Lab46.8531-0.28187.5687
CIE-Lab53.97612.78307.0798

#8b7f75 color RGB value is (139,127,117).

#8b7f75 hex color red value is 139, green value is 127 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #8b7f75 hue: 0.08 , saturation: 0.09 and the lightness value of 8b7f75 is 0.50.

The process color (four color CMYK) of #8b7f75 color hex is 0.00, 0.09, 0.16, 0.45. Web safe color of #8b7f75 is #996666. Color #8b7f75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01111111 01110101
Octal 213 177 165
Decimal 139 127 117
Hex 8B 7F 75

RGB Percentages of Color #8b7f75

%36.29
%33.16
%30.55

CMYK Percentages of Color #8b7f75

%0
%9
%16
%45

Triadic Colors of #8b7f75

#8b7f75 #758b7f #7f758b

Analogous Colors of #8b7f75

#8b7f75 #8b8a75 #8b7576

Monochromatic Colors of #8b7f75

#8b7f75

Complementary Color

#8b7f75 #75818b

#8b7f75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7f75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7f75 Color CSS Codes

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

#8b7f75 Text Font Color

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

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


#8b7f75 Background Color

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

This div background color is #8b7f75


#8b7f75 Border Color

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

This div border color is #8b7f75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,127,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b7f75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b7f75;
  -webkit-box-shadow: 1px 1px 3px 2px #8b7f75;
  box-shadow:         1px 1px 3px 2px #8b7f75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7f75


Comments

No comments written yet.

Please login to write comment.