Color Hex Logo

#877479 Color Hex

#877479
(135,116,121)
0 Favorites   0 Comments

Color spaces of #877479

RGB 135116121
HSL0.960.080.49
HSV344°14°53°
CMYK 0.000.140.10   0.47
XYZ19.688319.022220.7231
Yxy19.02220.33130.3201
Hunter Lab43.61444.25262.3589
CIE-Lab50.71328.2853-0.0207

#877479 color RGB value is (135,116,121).

#877479 hex color red value is 135, green value is 116 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #877479 hue: 0.96 , saturation: 0.08 and the lightness value of 877479 is 0.49.

The process color (four color CMYK) of #877479 color hex is 0.00, 0.14, 0.10, 0.47. Web safe color of #877479 is #996666. Color #877479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110100 01111001
Octal 207 164 171
Decimal 135 116 121
Hex 87 74 79

RGB Percentages of Color #877479

%36.29
%31.18
%32.53

CMYK Percentages of Color #877479

%0
%14
%10
%47

Triadic Colors of #877479

#877479 #798774 #747987

Analogous Colors of #877479

#877479 #877974 #877483

Monochromatic Colors of #877479

#877479

Complementary Color

#877479 #748782

#877479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877479 Color CSS Codes

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

#877479 Text Font Color

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

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


#877479 Background Color

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

This div background color is #877479


#877479 Border Color

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

This div border color is #877479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877479


Comments

No comments written yet.

Please login to write comment.