Color Hex Logo

#877069 Color Hex

#877069
(135,112,105)
0 Favorites   0 Comments

Color spaces of #877069

RGB 135112105
HSL0.040.130.47
HSV14°22°53°
CMYK 0.000.170.22   0.47
XYZ18.335617.759215.8261
Yxy17.75920.35310.3420
Hunter Lab42.14173.91647.2331
CIE-Lab49.20277.85917.2624

#877069 color RGB value is (135,112,105).

#877069 hex color red value is 135, green value is 112 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #877069 hue: 0.04 , saturation: 0.13 and the lightness value of 877069 is 0.47.

The process color (four color CMYK) of #877069 color hex is 0.00, 0.17, 0.22, 0.47. Web safe color of #877069 is #996666. Color #877069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110000 01101001
Octal 207 160 151
Decimal 135 112 105
Hex 87 70 69

RGB Percentages of Color #877069

%38.35
%31.82
%29.83

CMYK Percentages of Color #877069

%0
%17
%22
%47

Triadic Colors of #877069

#877069 #698770 #706987

Analogous Colors of #877069

#877069 #877f69 #876971

Monochromatic Colors of #877069

#877069

Complementary Color

#877069 #698087

#877069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877069 Color CSS Codes

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

#877069 Text Font Color

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

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


#877069 Background Color

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

This div background color is #877069


#877069 Border Color

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

This div border color is #877069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877069


Comments

No comments written yet.

Please login to write comment.