Color Hex Logo

#977f89 Color Hex

#977F89
(151,127,137)
0 Favorites   0 Comments

Color spaces of #977f89

RGB 151127137
HSL0.930.100.55
HSV335°16°59°
CMYK 0.000.160.09   0.41
XYZ24.867223.564226.9046
Yxy23.56420.33010.3128
Hunter Lab48.54306.49031.1190
CIE-Lab55.648810.9599-1.9700

#977f89 color RGB value is (151,127,137).

#977f89 hex color red value is 151, green value is 127 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #977f89 hue: 0.93 , saturation: 0.10 and the lightness value of 977f89 is 0.55.

The process color (four color CMYK) of #977f89 color hex is 0.00, 0.16, 0.09, 0.41. Web safe color of #977f89 is #996699. Color #977f89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111111 10001001
Octal 227 177 211
Decimal 151 127 137
Hex 97 7F 89

RGB Percentages of Color #977f89

%36.39
%30.60
%33.01

CMYK Percentages of Color #977f89

%0
%16
%9
%41

Triadic Colors of #977f89

#977f89 #89977f #7f8997

Analogous Colors of #977f89

#977f89 #97817f #977f95

Monochromatic Colors of #977f89

#977f89

Complementary Color

#977f89 #7f978d

#977f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977f89 Color CSS Codes

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

#977f89 Text Font Color

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

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


#977f89 Background Color

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

This div background color is #977f89


#977f89 Border Color

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

This div border color is #977f89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977f89


Comments

No comments written yet.

Please login to write comment.