Color Hex Logo

#876742 Color Hex

#876742
(135,103,66)
0 Favorites   0 Comments

Color spaces of #876742

RGB 13510366
HSL0.090.340.39
HSV32°51°53°
CMYK 0.000.240.51   0.47
XYZ15.825315.24477.2627
Yxy15.24470.41280.3977
Hunter Lab39.04454.020916.3025
CIE-Lab45.96757.967225.7303

#876742 color RGB value is (135,103,66).

#876742 hex color red value is 135, green value is 103 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #876742 hue: 0.09 , saturation: 0.34 and the lightness value of 876742 is 0.39.

The process color (four color CMYK) of #876742 color hex is 0.00, 0.24, 0.51, 0.47. Web safe color of #876742 is #996633. Color #876742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100111 01000010
Octal 207 147 102
Decimal 135 103 66
Hex 87 67 42

RGB Percentages of Color #876742

%44.41
%33.88
%21.71

CMYK Percentages of Color #876742

%0
%24
%51
%47

Triadic Colors of #876742

#876742 #428767 #674287

Analogous Colors of #876742

#876742 #858742 #874542

Monochromatic Colors of #876742

#876742

Complementary Color

#876742 #426287

#876742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876742 Color CSS Codes

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

#876742 Text Font Color

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

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


#876742 Background Color

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

This div background color is #876742


#876742 Border Color

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

This div border color is #876742


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,103,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876742; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876742;
  -webkit-box-shadow: 1px 1px 3px 2px #876742;
  box-shadow:         1px 1px 3px 2px #876742; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,103,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876742


Comments

No comments written yet.

Please login to write comment.