Color Hex Logo

#86727e Color Hex

#86727E
(134,114,126)
0 Favorites   0 Comments

Color spaces of #86727e

RGB 134114126
HSL0.900.080.49
HSV324°15°53°
CMYK 0.000.150.06   0.47
XYZ19.614718.609322.2968
Yxy18.60930.32410.3075
Hunter Lab43.13855.6700-0.4480
CIE-Lab50.226910.0120-3.7003

#86727e color RGB value is (134,114,126).

#86727e hex color red value is 134, green value is 114 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #86727e hue: 0.90 , saturation: 0.08 and the lightness value of 86727e is 0.49.

The process color (four color CMYK) of #86727e color hex is 0.00, 0.15, 0.06, 0.47. Web safe color of #86727e is #996666. Color #86727e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110010 01111110
Octal 206 162 176
Decimal 134 114 126
Hex 86 72 7E

RGB Percentages of Color #86727e

%35.83
%30.48
%33.69

CMYK Percentages of Color #86727e

%0
%15
%6
%47

Triadic Colors of #86727e

#86727e #7e8672 #727e86

Analogous Colors of #86727e

#86727e #867274 #847286

Monochromatic Colors of #86727e

#86727e

Complementary Color

#86727e #72867a

#86727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86727e Color CSS Codes

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

#86727e Text Font Color

<p style="color:#86727e">Text here</p>

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


#86727e Background Color

<div style="background-color:#86727e">
Div content here</div>

This div background color is #86727e


#86727e Border Color

<div style="border:3px solid #86727e">
Div here</div>

This div border color is #86727e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,114,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86727e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86727e;
  -webkit-box-shadow: 1px 1px 3px 2px #86727e;
  box-shadow:         1px 1px 3px 2px #86727e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86727e


Comments

No comments written yet.

Please login to write comment.