Color Hex Logo

#9c757a Color Hex

#9C757A
(156,117,122)
0 Favorites   0 Comments

Color spaces of #9c757a

RGB 156117122
HSL0.980.160.54
HSV352°25°61°
CMYK 0.000.250.22   0.39
XYZ23.584421.195621.2605
Yxy21.19560.35710.3209
Hunter Lab46.038710.87314.8472
CIE-Lab53.162916.07873.2171

#9c757a color RGB value is (156,117,122).

#9c757a hex color red value is 156, green value is 117 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9c757a hue: 0.98 , saturation: 0.16 and the lightness value of 9c757a is 0.54.

The process color (four color CMYK) of #9c757a color hex is 0.00, 0.25, 0.22, 0.39. Web safe color of #9c757a is #996666. Color #9c757a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110101 01111010
Octal 234 165 172
Decimal 156 117 122
Hex 9C 75 7A

RGB Percentages of Color #9c757a

%39.49
%29.62
%30.89

CMYK Percentages of Color #9c757a

%0
%25
%22
%39

Triadic Colors of #9c757a

#9c757a #7a9c75 #757a9c

Analogous Colors of #9c757a

#9c757a #9c8475 #9c758e

Monochromatic Colors of #9c757a

#9c757a

Complementary Color

#9c757a #759c97

#9c757a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c757a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c757a Color CSS Codes

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

#9c757a Text Font Color

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

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


#9c757a Background Color

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

This div background color is #9c757a


#9c757a Border Color

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

This div border color is #9c757a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,117,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c757a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c757a;
  -webkit-box-shadow: 1px 1px 3px 2px #9c757a;
  box-shadow:         1px 1px 3px 2px #9c757a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,117,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c757a


Comments

No comments written yet.

Please login to write comment.