Color Hex Logo

#9c786f Color Hex

#9C786F
(156,120,111)
0 Favorites   0 Comments

Color spaces of #9c786f

RGB 156120111
HSL0.030.190.52
HSV12°29°61°
CMYK 0.000.230.29   0.39
XYZ23.296021.648617.9897
Yxy21.64860.37020.3440
Hunter Lab46.52817.94869.6456
CIE-Lab53.652212.683910.3450

#9c786f color RGB value is (156,120,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111000 01101111
Octal 234 170 157
Decimal 156 120 111
Hex 9C 78 6F

RGB Percentages of Color #9c786f

%40.31
%31.01
%28.68

CMYK Percentages of Color #9c786f

%0
%23
%29
%39

Triadic Colors of #9c786f

#9c786f #6f9c78 #786f9c

Analogous Colors of #9c786f

#9c786f #9c8f6f #9c6f7d

Monochromatic Colors of #9c786f

#9c786f

Complementary Color

#9c786f #6f939c

#9c786f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c786f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c786f Color CSS Codes

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

#9c786f Text Font Color

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

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


#9c786f Background Color

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

This div background color is #9c786f


#9c786f Border Color

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

This div border color is #9c786f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c786f


Comments

No comments written yet.

Please login to write comment.