Color Hex Logo

#9c8c78 Color Hex

#9C8C78
(156,140,120)
0 Favorites   0 Comments

Color spaces of #9c8c78

RGB 156140120
HSL0.090.150.54
HSV33°23°61°
CMYK 0.000.100.23   0.39
XYZ26.478527.180221.6200
Yxy27.18020.35170.3611
Hunter Lab52.1346-0.577811.9069
CIE-Lab59.14082.671412.8733

#9c8c78 color RGB value is (156,140,120).

#9c8c78 hex color red value is 156, green value is 140 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #9c8c78 hue: 0.09 , saturation: 0.15 and the lightness value of 9c8c78 is 0.54.

The process color (four color CMYK) of #9c8c78 color hex is 0.00, 0.10, 0.23, 0.39. Web safe color of #9c8c78 is #999966. Color #9c8c78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001100 01111000
Octal 234 214 170
Decimal 156 140 120
Hex 9C 8C 78

RGB Percentages of Color #9c8c78

%37.50
%33.65
%28.85

CMYK Percentages of Color #9c8c78

%0
%10
%23
%39

Triadic Colors of #9c8c78

#9c8c78 #789c8c #8c789c

Analogous Colors of #9c8c78

#9c8c78 #9a9c78 #9c7a78

Monochromatic Colors of #9c8c78

#9c8c78

Complementary Color

#9c8c78 #78889c

#9c8c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c8c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c8c78 Color CSS Codes

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

#9c8c78 Text Font Color

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

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


#9c8c78 Background Color

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

This div background color is #9c8c78


#9c8c78 Border Color

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

This div border color is #9c8c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c8c78


Comments

No comments written yet.

Please login to write comment.