Color Hex Logo

#86747a Color Hex

#86747A
(134,116,122)
0 Favorites   0 Comments

Color spaces of #86747a

RGB 134116122
HSL0.940.070.49
HSV340°13°53°
CMYK 0.000.130.09   0.47
XYZ19.589818.964321.0403
Yxy18.96430.32870.3182
Hunter Lab43.54804.08811.8375
CIE-Lab50.64548.0832-0.7215

#86747a color RGB value is (134,116,122).

#86747a hex color red value is 134, green value is 116 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #86747a hue: 0.94 , saturation: 0.07 and the lightness value of 86747a is 0.49.

The process color (four color CMYK) of #86747a color hex is 0.00, 0.13, 0.09, 0.47. Web safe color of #86747a is #996666. Color #86747a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110100 01111010
Octal 206 164 172
Decimal 134 116 122
Hex 86 74 7A

RGB Percentages of Color #86747a

%36.02
%31.18
%32.80

CMYK Percentages of Color #86747a

%0
%13
%9
%47

Triadic Colors of #86747a

#86747a #7a8674 #747a86

Analogous Colors of #86747a

#86747a #867774 #867483

Monochromatic Colors of #86747a

#86747a

Complementary Color

#86747a #748680

#86747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86747a Color CSS Codes

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

#86747a Text Font Color

<p style="color:#86747a">Text here</p>

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


#86747a Background Color

<div style="background-color:#86747a">
Div content here</div>

This div background color is #86747a


#86747a Border Color

<div style="border:3px solid #86747a">
Div here</div>

This div border color is #86747a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,116,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86747a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86747a;
  -webkit-box-shadow: 1px 1px 3px 2px #86747a;
  box-shadow:         1px 1px 3px 2px #86747a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86747a


Comments

No comments written yet.

Please login to write comment.