Color Hex Logo

#877260 Color Hex

#877260
(135,114,96)
0 Favorites   0 Comments

Color spaces of #877260

RGB 13511496
HSL0.080.170.45
HSV28°29°53°
CMYK 0.000.160.29   0.47
XYZ18.120318.030113.5914
Yxy18.03010.36430.3625
Hunter Lab42.46191.865310.7455
CIE-Lab49.53265.302013.0337

#877260 color RGB value is (135,114,96).

#877260 hex color red value is 135, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #877260 hue: 0.08 , saturation: 0.17 and the lightness value of 877260 is 0.45.

The process color (four color CMYK) of #877260 color hex is 0.00, 0.16, 0.29, 0.47. Web safe color of #877260 is #996666. Color #877260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110010 01100000
Octal 207 162 140
Decimal 135 114 96
Hex 87 72 60

RGB Percentages of Color #877260

%39.13
%33.04
%27.83

CMYK Percentages of Color #877260

%0
%16
%29
%47

Triadic Colors of #877260

#877260 #608772 #726087

Analogous Colors of #877260

#877260 #878660 #876062

Monochromatic Colors of #877260

#877260

Complementary Color

#877260 #607587

#877260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877260 Color CSS Codes

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

#877260 Text Font Color

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

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


#877260 Background Color

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

This div background color is #877260


#877260 Border Color

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

This div border color is #877260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877260


Comments

No comments written yet.

Please login to write comment.