Color Hex Logo

#977d8f Color Hex

#977D8F
(151,125,143)
0 Favorites   0 Comments

Color spaces of #977d8f

RGB 151125143
HSL0.880.110.54
HSV318°17°59°
CMYK 0.000.170.05   0.41
XYZ25.054023.229729.1499
Yxy23.22970.32360.3000
Hunter Lab48.19728.4433-2.1208
CIE-Lab55.308213.2270-5.9557

#977d8f color RGB value is (151,125,143).

#977d8f hex color red value is 151, green value is 125 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #977d8f hue: 0.88 , saturation: 0.11 and the lightness value of 977d8f is 0.54.

The process color (four color CMYK) of #977d8f color hex is 0.00, 0.17, 0.05, 0.41. Web safe color of #977d8f is #996699. Color #977d8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111101 10001111
Octal 227 175 217
Decimal 151 125 143
Hex 97 7D 8F

RGB Percentages of Color #977d8f

%36.04
%29.83
%34.13

CMYK Percentages of Color #977d8f

%0
%17
%5
%41

Triadic Colors of #977d8f

#977d8f #8f977d #7d8f97

Analogous Colors of #977d8f

#977d8f #977d82 #927d97

Monochromatic Colors of #977d8f

#977d8f

Complementary Color

#977d8f #7d9785

#977d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#977d8f Color CSS Codes

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

#977d8f Text Font Color

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

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


#977d8f Background Color

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

This div background color is #977d8f


#977d8f Border Color

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

This div border color is #977d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977d8f


Comments

No comments written yet.

Please login to write comment.