Color Hex Logo

#9b757e Color Hex

#9B757E
(155,117,126)
0 Favorites   0 Comments

Color spaces of #9b757e

RGB 155117126
HSL0.960.160.53
HSV346°25°61°
CMYK 0.000.250.19   0.39
XYZ23.644821.197522.5840
Yxy21.19750.35070.3144
Hunter Lab46.040711.09963.1455
CIE-Lab53.165016.33780.8612

#9b757e color RGB value is (155,117,126).

#9b757e hex color red value is 155, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #9b757e hue: 0.96 , saturation: 0.16 and the lightness value of 9b757e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110101 01111110
Octal 233 165 176
Decimal 155 117 126
Hex 9B 75 7E

RGB Percentages of Color #9b757e

%38.94
%29.40
%31.66

CMYK Percentages of Color #9b757e

%0
%25
%19
%39

Triadic Colors of #9b757e

#9b757e #7e9b75 #757e9b

Analogous Colors of #9b757e

#9b757e #9b7f75 #9b7591

Monochromatic Colors of #9b757e

#9b757e

Complementary Color

#9b757e #759b92

#9b757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b757e Color CSS Codes

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

#9b757e Text Font Color

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

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


#9b757e Background Color

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

This div background color is #9b757e


#9b757e Border Color

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

This div border color is #9b757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b757e


Comments

No comments written yet.

Please login to write comment.