Color Hex Logo

#86775e Color Hex

#86775E
(134,119,94)
0 Favorites   0 Comments

Color spaces of #86775e

RGB 13411994
HSL0.100.180.45
HSV38°30°53°
CMYK 0.000.110.30   0.47
XYZ18.448719.070113.2982
Yxy19.07010.36300.3753
Hunter Lab43.6693-1.011612.5135
CIE-Lab50.76911.700215.8896

#86775e color RGB value is (134,119,94).

#86775e hex color red value is 134, green value is 119 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #86775e hue: 0.10 , saturation: 0.18 and the lightness value of 86775e is 0.45.

The process color (four color CMYK) of #86775e color hex is 0.00, 0.11, 0.30, 0.47. Web safe color of #86775e is #996666. Color #86775e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 01011110
Octal 206 167 136
Decimal 134 119 94
Hex 86 77 5E

RGB Percentages of Color #86775e

%38.62
%34.29
%27.09

CMYK Percentages of Color #86775e

%0
%11
%30
%47

Triadic Colors of #86775e

#86775e #5e8677 #775e86

Analogous Colors of #86775e

#86775e #81865e #86635e

Monochromatic Colors of #86775e

#86775e

Complementary Color

#86775e #5e6d86

#86775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86775e Color CSS Codes

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

#86775e Text Font Color

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

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


#86775e Background Color

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

This div background color is #86775e


#86775e Border Color

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

This div border color is #86775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86775e


Comments

No comments written yet.

Please login to write comment.