Color Hex Logo

#97767f Color Hex

#97767F
(151,118,127)
0 Favorites   0 Comments

Color spaces of #97767f

RGB 151118127
HSL0.950.140.53
HSV344°22°59°
CMYK 0.000.220.16   0.41
XYZ23.071721.068522.9293
Yxy21.06850.34400.3141
Hunter Lab45.90049.39672.5123
CIE-Lab53.024414.38230.0185

#97767f color RGB value is (151,118,127).

#97767f hex color red value is 151, green value is 118 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #97767f hue: 0.95 , saturation: 0.14 and the lightness value of 97767f is 0.53.

The process color (four color CMYK) of #97767f color hex is 0.00, 0.22, 0.16, 0.41. Web safe color of #97767f is #996666. Color #97767f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110110 01111111
Octal 227 166 177
Decimal 151 118 127
Hex 97 76 7F

RGB Percentages of Color #97767f

%38.13
%29.80
%32.07

CMYK Percentages of Color #97767f

%0
%22
%16
%41

Triadic Colors of #97767f

#97767f #7f9776 #767f97

Analogous Colors of #97767f

#97767f #977e76 #977690

Monochromatic Colors of #97767f

#97767f

Complementary Color

#97767f #76978e

#97767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#97767f Color CSS Codes

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

#97767f Text Font Color

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

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


#97767f Background Color

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

This div background color is #97767f


#97767f Border Color

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

This div border color is #97767f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,118,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 #97767f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97767f


Comments

No comments written yet.

Please login to write comment.