Color Hex Logo

#87762e Color Hex

#87762E
(135,118,46)
0 Favorites   0 Comments

Color spaces of #87762e

RGB 13511846
HSL0.130.490.35
HSV49°66°53°
CMYK 0.000.130.66   0.47
XYZ16.963218.30505.2239
Yxy18.30500.41890.4521
Hunter Lab42.7843-4.100722.7098
CIE-Lab49.8640-2.386940.8853

#87762e color RGB value is (135,118,46).

#87762e hex color red value is 135, green value is 118 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #87762e hue: 0.13 , saturation: 0.49 and the lightness value of 87762e is 0.35.

The process color (four color CMYK) of #87762e color hex is 0.00, 0.13, 0.66, 0.47. Web safe color of #87762e is #996633. Color #87762e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110110 00101110
Octal 207 166 56
Decimal 135 118 46
Hex 87 76 2E

RGB Percentages of Color #87762e

%45.15
%39.46
%15.38

CMYK Percentages of Color #87762e

%0
%13
%66
%47

Triadic Colors of #87762e

#87762e #2e8776 #762e87

Analogous Colors of #87762e

#87762e #6c872e #874a2e

Monochromatic Colors of #87762e

#87762e

Complementary Color

#87762e #2e3f87

#87762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#87762e Color CSS Codes

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

#87762e Text Font Color

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

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


#87762e Background Color

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

This div background color is #87762e


#87762e Border Color

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

This div border color is #87762e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,118,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87762e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87762e;
  -webkit-box-shadow: 1px 1px 3px 2px #87762e;
  box-shadow:         1px 1px 3px 2px #87762e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87762e


Comments

No comments written yet.

Please login to write comment.