Color Hex Logo

#877797 Color Hex

#877797
(135,119,151)
0 Favorites   0 Comments

Color spaces of #877797

RGB 135119151
HSL0.750.130.53
HSV270°21°59°
CMYK 0.110.210.00   0.41
XYZ22.174420.578932.0816
Yxy20.57890.29630.2750
Hunter Lab45.36407.8658-10.1754
CIE-Lab52.485512.6080-15.0064

#877797 color RGB value is (135,119,151).

#877797 hex color red value is 135, green value is 119 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #877797 hue: 0.75 , saturation: 0.13 and the lightness value of 877797 is 0.53.

The process color (four color CMYK) of #877797 color hex is 0.11, 0.21, 0.00, 0.41. Web safe color of #877797 is #996699. Color #877797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110111 10010111
Octal 207 167 227
Decimal 135 119 151
Hex 87 77 97

RGB Percentages of Color #877797

%33.33
%29.38
%37.28

CMYK Percentages of Color #877797

%11
%21
%0
%41

Triadic Colors of #877797

#877797 #978777 #779787

Analogous Colors of #877797

#877797 #977797 #777797

Monochromatic Colors of #877797

#877797

Complementary Color

#877797 #879777

#877797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877797 Color CSS Codes

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

#877797 Text Font Color

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

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


#877797 Background Color

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

This div background color is #877797


#877797 Border Color

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

This div border color is #877797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877797


Comments

No comments written yet.

Please login to write comment.