Color Hex Logo

#9b797d Color Hex

#9B797D
(155,121,125)
0 Favorites   0 Comments

Color spaces of #9b797d

RGB 155121125
HSL0.980.150.54
HSV353°22°61°
CMYK 0.000.220.19   0.39
XYZ24.056622.124022.4045
Yxy22.12400.35080.3226
Hunter Lab47.03628.98044.6840
CIE-Lab54.158313.87122.8884

#9b797d color RGB value is (155,121,125).

#9b797d hex color red value is 155, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9b797d hue: 0.98 , saturation: 0.15 and the lightness value of 9b797d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111001 01111101
Octal 233 171 175
Decimal 155 121 125
Hex 9B 79 7D

RGB Percentages of Color #9b797d

%38.65
%30.17
%31.17

CMYK Percentages of Color #9b797d

%0
%22
%19
%39

Triadic Colors of #9b797d

#9b797d #7d9b79 #797d9b

Analogous Colors of #9b797d

#9b797d #9b8679 #9b798e

Monochromatic Colors of #9b797d

#9b797d

Complementary Color

#9b797d #799b97

#9b797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b797d Color CSS Codes

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

#9b797d Text Font Color

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

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


#9b797d Background Color

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

This div background color is #9b797d


#9b797d Border Color

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

This div border color is #9b797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b797d


Comments

No comments written yet.

Please login to write comment.