Color Hex Logo

#87797d Color Hex

#87797D
(135,121,125)
0 Favorites   0 Comments

Color spaces of #87797d

RGB 135121125
HSL0.950.060.50
HSV343°10°53°
CMYK 0.000.100.07   0.47
XYZ20.530720.306322.2395
Yxy20.30630.32550.3219
Hunter Lab45.06252.46612.2826
CIE-Lab52.18186.1157-0.2289

#87797d color RGB value is (135,121,125).

#87797d hex color red value is 135, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #87797d hue: 0.95 , saturation: 0.06 and the lightness value of 87797d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 01111101
Octal 207 171 175
Decimal 135 121 125
Hex 87 79 7D

RGB Percentages of Color #87797d

%35.43
%31.76
%32.81

CMYK Percentages of Color #87797d

%0
%10
%7
%47

Triadic Colors of #87797d

#87797d #7d8779 #797d87

Analogous Colors of #87797d

#87797d #877c79 #877984

Monochromatic Colors of #87797d

#87797d

Complementary Color

#87797d #798783

#87797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#87797d Color CSS Codes

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

#87797d Text Font Color

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

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


#87797d Background Color

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

This div background color is #87797d


#87797d Border Color

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

This div border color is #87797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87797d


Comments

No comments written yet.

Please login to write comment.