Color Hex Logo

#977a87 Color Hex

#977A87
(151,122,135)
0 Favorites   0 Comments

Color spaces of #977a87

RGB 151122135
HSL0.930.120.54
HSV333°19°59°
CMYK 0.000.190.11   0.41
XYZ24.095222.247625.9459
Yxy22.24760.33330.3078
Hunter Lab47.16748.64290.4028
CIE-Lab54.288713.4781-2.8062

#977a87 color RGB value is (151,122,135).

#977a87 hex color red value is 151, green value is 122 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #977a87 hue: 0.93 , saturation: 0.12 and the lightness value of 977a87 is 0.54.

The process color (four color CMYK) of #977a87 color hex is 0.00, 0.19, 0.11, 0.41. Web safe color of #977a87 is #996699. Color #977a87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111010 10000111
Octal 227 172 207
Decimal 151 122 135
Hex 97 7A 87

RGB Percentages of Color #977a87

%37.01
%29.90
%33.09

CMYK Percentages of Color #977a87

%0
%19
%11
%41

Triadic Colors of #977a87

#977a87 #87977a #7a8797

Analogous Colors of #977a87

#977a87 #977c7a #977a96

Monochromatic Colors of #977a87

#977a87

Complementary Color

#977a87 #7a978a

#977a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977a87 Color CSS Codes

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

#977a87 Text Font Color

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

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


#977a87 Background Color

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

This div background color is #977a87


#977a87 Border Color

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

This div border color is #977a87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977a87


Comments

No comments written yet.

Please login to write comment.