Color Hex Logo

#8b727c Color Hex

#8B727C
(139,114,124)
0 Favorites   0 Comments

Color spaces of #8b727c

RGB 139114124
HSL0.930.100.50
HSV336°18°55°
CMYK 0.000.180.11   0.45
XYZ20.302918.978821.6620
Yxy18.97880.33310.3114
Hunter Lab43.56476.95011.0140
CIE-Lab50.662411.5511-1.8200

#8b727c color RGB value is (139,114,124).

#8b727c hex color red value is 139, green value is 114 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8b727c hue: 0.93 , saturation: 0.10 and the lightness value of 8b727c is 0.50.

The process color (four color CMYK) of #8b727c color hex is 0.00, 0.18, 0.11, 0.45. Web safe color of #8b727c is #996666. Color #8b727c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110010 01111100
Octal 213 162 174
Decimal 139 114 124
Hex 8B 72 7C

RGB Percentages of Color #8b727c

%36.87
%30.24
%32.89

CMYK Percentages of Color #8b727c

%0
%18
%11
%45

Triadic Colors of #8b727c

#8b727c #7c8b72 #727c8b

Analogous Colors of #8b727c

#8b727c #8b7572 #8b7289

Monochromatic Colors of #8b727c

#8b727c

Complementary Color

#8b727c #728b81

#8b727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b727c Color CSS Codes

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

#8b727c Text Font Color

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

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


#8b727c Background Color

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

This div background color is #8b727c


#8b727c Border Color

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

This div border color is #8b727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b727c


Comments

No comments written yet.

Please login to write comment.