Color Hex Logo

#9b786f Color Hex

#9B786F
(155,120,111)
1 Favorites   0 Comments

Color spaces of #9b786f

RGB 155120111
HSL0.030.180.52
HSV12°28°61°
CMYK 0.000.230.28   0.39
XYZ23.103321.549217.9807
Yxy21.54920.36890.3441
Hunter Lab46.42117.60069.5295
CIE-Lab53.545412.278910.1792

#9b786f color RGB value is (155,120,111).

#9b786f hex color red value is 155, green value is 120 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #9b786f hue: 0.03 , saturation: 0.18 and the lightness value of 9b786f is 0.52.

The process color (four color CMYK) of #9b786f color hex is 0.00, 0.23, 0.28, 0.39. Web safe color of #9b786f is #996666. Color #9b786f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01111000 01101111
Octal 233 170 157
Decimal 155 120 111
Hex 9B 78 6F

RGB Percentages of Color #9b786f

%40.16
%31.09
%28.76

CMYK Percentages of Color #9b786f

%0
%23
%28
%39

Triadic Colors of #9b786f

#9b786f #6f9b78 #786f9b

Analogous Colors of #9b786f

#9b786f #9b8e6f #9b6f7c

Monochromatic Colors of #9b786f

#9b786f

Complementary Color

#9b786f #6f929b

#9b786f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b786f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b786f Color CSS Codes

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

#9b786f Text Font Color

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

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


#9b786f Background Color

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

This div background color is #9b786f


#9b786f Border Color

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

This div border color is #9b786f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b786f


Comments

No comments written yet.

Please login to write comment.