Color Hex Logo

#9c768f Color Hex

#9C768F
(156,118,143)
0 Favorites   0 Comments

Color spaces of #9c768f

RGB 156118143
HSL0.890.160.54
HSV321°24°61°
CMYK 0.000.240.08   0.39
XYZ25.146722.008028.9092
Yxy22.00800.33060.2893
Hunter Lab46.912713.5845-3.6976
CIE-Lab54.035519.1075-7.7942

#9c768f color RGB value is (156,118,143).

#9c768f hex color red value is 156, green value is 118 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #9c768f hue: 0.89 , saturation: 0.16 and the lightness value of 9c768f is 0.54.

The process color (four color CMYK) of #9c768f color hex is 0.00, 0.24, 0.08, 0.39. Web safe color of #9c768f is #996699. Color #9c768f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01110110 10001111
Octal 234 166 217
Decimal 156 118 143
Hex 9C 76 8F

RGB Percentages of Color #9c768f

%37.41
%28.30
%34.29

CMYK Percentages of Color #9c768f

%0
%24
%8
%39

Triadic Colors of #9c768f

#9c768f #8f9c76 #768f9c

Analogous Colors of #9c768f

#9c768f #9c767c #96769c

Monochromatic Colors of #9c768f

#9c768f

Complementary Color

#9c768f #769c83

#9c768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c768f Color CSS Codes

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

#9c768f Text Font Color

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

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


#9c768f Background Color

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

This div background color is #9c768f


#9c768f Border Color

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

This div border color is #9c768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c768f


Comments

No comments written yet.

Please login to write comment.