Color Hex Logo

#977999 Color Hex

#977999
(151,121,153)
0 Favorites   0 Comments

Color spaces of #977999

RGB 151121153
HSL0.820.140.54
HSV296°21°60°
CMYK 0.010.210.00   0.40
XYZ25.349622.554033.1543
Yxy22.55400.31270.2782
Hunter Lab47.491112.1697-8.1476
CIE-Lab54.609917.4924-12.8107

#977999 color RGB value is (151,121,153).

#977999 hex color red value is 151, green value is 121 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #977999 hue: 0.82 , saturation: 0.14 and the lightness value of 977999 is 0.54.

The process color (four color CMYK) of #977999 color hex is 0.01, 0.21, 0.00, 0.40. Web safe color of #977999 is #996699. Color #977999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 10011001
Octal 227 171 231
Decimal 151 121 153
Hex 97 79 99

RGB Percentages of Color #977999

%35.53
%28.47
%36.00

CMYK Percentages of Color #977999

%1
%21
%0
%40

Triadic Colors of #977999

#977999 #999779 #799997

Analogous Colors of #977999

#977999 #99798b #877999

Monochromatic Colors of #977999

#977999

Complementary Color

#977999 #7b9979

#977999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977999 Color CSS Codes

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

#977999 Text Font Color

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

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


#977999 Background Color

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

This div background color is #977999


#977999 Border Color

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

This div border color is #977999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977999


Comments

No comments written yet.

Please login to write comment.