Color Hex Logo

#9b7968 Color Hex

#9B7968
(155,121,104)
0 Favorites   0 Comments

Color spaces of #9b7968

RGB 155121104
HSL0.060.200.51
HSV20°33°61°
CMYK 0.000.220.33   0.39
XYZ22.853621.642816.0697
Yxy21.64280.37730.3573
Hunter Lab46.52186.274012.0852
CIE-Lab53.645910.717314.3863

#9b7968 color RGB value is (155,121,104).

#9b7968 hex color red value is 155, green value is 121 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #9b7968 hue: 0.06 , saturation: 0.20 and the lightness value of 9b7968 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111001 01101000
Octal 233 171 150
Decimal 155 121 104
Hex 9B 79 68

RGB Percentages of Color #9b7968

%40.79
%31.84
%27.37

CMYK Percentages of Color #9b7968

%0
%22
%33
%39

Triadic Colors of #9b7968

#9b7968 #689b79 #79689b

Analogous Colors of #9b7968

#9b7968 #9b9368 #9b6871

Monochromatic Colors of #9b7968

#9b7968

Complementary Color

#9b7968 #688a9b

#9b7968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b7968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b7968 Color CSS Codes

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

#9b7968 Text Font Color

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

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


#9b7968 Background Color

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

This div background color is #9b7968


#9b7968 Border Color

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

This div border color is #9b7968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b7968


Comments

No comments written yet.

Please login to write comment.