Color Hex Logo

#86754d Color Hex

#86754D
(134,117,77)
0 Favorites   0 Comments

Color spaces of #86754d

RGB 13411777
HSL0.120.270.41
HSV42°43°53°
CMYK 0.000.130.43   0.47
XYZ17.532418.32679.6345
Yxy18.32670.38540.4028
Hunter Lab42.8097-1.813616.6233
CIE-Lab49.89000.615124.4811

#86754d color RGB value is (134,117,77).

#86754d hex color red value is 134, green value is 117 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #86754d hue: 0.12 , saturation: 0.27 and the lightness value of 86754d is 0.41.

The process color (four color CMYK) of #86754d color hex is 0.00, 0.13, 0.43, 0.47. Web safe color of #86754d is #996666. Color #86754d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110101 01001101
Octal 206 165 115
Decimal 134 117 77
Hex 86 75 4D

RGB Percentages of Color #86754d

%40.85
%35.67
%23.48

CMYK Percentages of Color #86754d

%0
%13
%43
%47

Triadic Colors of #86754d

#86754d #4d8675 #754d86

Analogous Colors of #86754d

#86754d #7b864d #86594d

Monochromatic Colors of #86754d

#86754d

Complementary Color

#86754d #4d5e86

#86754d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86754d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86754d Color CSS Codes

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

#86754d Text Font Color

<p style="color:#86754d">Text here</p>

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


#86754d Background Color

<div style="background-color:#86754d">
Div content here</div>

This div background color is #86754d


#86754d Border Color

<div style="border:3px solid #86754d">
Div here</div>

This div border color is #86754d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,117,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86754d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86754d;
  -webkit-box-shadow: 1px 1px 3px 2px #86754d;
  box-shadow:         1px 1px 3px 2px #86754d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86754d


Comments

No comments written yet.

Please login to write comment.