Color Hex Logo

#9b747f Color Hex

#9B747F
(155,116,127)
0 Favorites   0 Comments

Color spaces of #9b747f

RGB 155116127
HSL0.950.160.53
HSV343°25°61°
CMYK 0.000.250.18   0.39
XYZ23.593720.991722.8869
Yxy20.99170.34970.3111
Hunter Lab45.816711.74092.4544
CIE-Lab52.940417.0790-0.0529

#9b747f color RGB value is (155,116,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110100 01111111
Octal 233 164 177
Decimal 155 116 127
Hex 9B 74 7F

RGB Percentages of Color #9b747f

%38.94
%29.15
%31.91

CMYK Percentages of Color #9b747f

%0
%25
%18
%39

Triadic Colors of #9b747f

#9b747f #7f9b74 #747f9b

Analogous Colors of #9b747f

#9b747f #9b7d74 #9b7493

Monochromatic Colors of #9b747f

#9b747f

Complementary Color

#9b747f #749b90

#9b747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b747f Color CSS Codes

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

#9b747f Text Font Color

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

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


#9b747f Background Color

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

This div background color is #9b747f


#9b747f Border Color

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

This div border color is #9b747f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,116,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 #9b747f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b747f


Comments

No comments written yet.

Please login to write comment.