Color Hex Logo

#997c7f Color Hex

#997C7F
(153,124,127)
0 Favorites   0 Comments

Color spaces of #997c7f

RGB 153124127
HSL0.980.120.54
HSV354°19°60°
CMYK 0.000.190.17   0.40
XYZ24.175322.719923.1899
Yxy22.71990.34490.3242
Hunter Lab47.66547.11864.5203
CIE-Lab54.782611.69952.6009

#997c7f color RGB value is (153,124,127).

#997c7f hex color red value is 153, green value is 124 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #997c7f hue: 0.98 , saturation: 0.12 and the lightness value of 997c7f is 0.54.

The process color (four color CMYK) of #997c7f color hex is 0.00, 0.19, 0.17, 0.40. Web safe color of #997c7f is #996666. Color #997c7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111100 01111111
Octal 231 174 177
Decimal 153 124 127
Hex 99 7C 7F

RGB Percentages of Color #997c7f

%37.87
%30.69
%31.44

CMYK Percentages of Color #997c7f

%0
%19
%17
%40

Triadic Colors of #997c7f

#997c7f #7f997c #7c7f99

Analogous Colors of #997c7f

#997c7f #99887c #997c8e

Monochromatic Colors of #997c7f

#997c7f

Complementary Color

#997c7f #7c9996

#997c7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997c7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#997c7f Color CSS Codes

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

#997c7f Text Font Color

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

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


#997c7f Background Color

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

This div background color is #997c7f


#997c7f Border Color

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

This div border color is #997c7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,124,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997c7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997c7f;
  -webkit-box-shadow: 1px 1px 3px 2px #997c7f;
  box-shadow:         1px 1px 3px 2px #997c7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997c7f


Comments

No comments written yet.

Please login to write comment.