Color Hex Logo

#8c7666 Color Hex

#8C7666
(140,118,102)
0 Favorites   0 Comments

Color spaces of #8c7666

RGB 140118102
HSL0.070.160.47
HSV25°27°55°
CMYK 0.000.160.27   0.45
XYZ19.691919.491615.2948
Yxy19.49160.36150.3578
Hunter Lab44.14932.355110.3645
CIE-Lab51.25755.957211.9952

#8c7666 color RGB value is (140,118,102).

#8c7666 hex color red value is 140, green value is 118 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #8c7666 hue: 0.07 , saturation: 0.16 and the lightness value of 8c7666 is 0.47.

The process color (four color CMYK) of #8c7666 color hex is 0.00, 0.16, 0.27, 0.45. Web safe color of #8c7666 is #996666. Color #8c7666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01110110 01100110
Octal 214 166 146
Decimal 140 118 102
Hex 8C 76 66

RGB Percentages of Color #8c7666

%38.89
%32.78
%28.33

CMYK Percentages of Color #8c7666

%0
%16
%27
%45

Triadic Colors of #8c7666

#8c7666 #668c76 #76668c

Analogous Colors of #8c7666

#8c7666 #8c8966 #8c6669

Monochromatic Colors of #8c7666

#8c7666

Complementary Color

#8c7666 #667c8c

#8c7666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c7666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c7666 Color CSS Codes

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

#8c7666 Text Font Color

<p style="color:#8c7666">Text here</p>

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


#8c7666 Background Color

<div style="background-color:#8c7666">
Div content here</div>

This div background color is #8c7666


#8c7666 Border Color

<div style="border:3px solid #8c7666">
Div here</div>

This div border color is #8c7666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,118,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c7666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c7666;
  -webkit-box-shadow: 1px 1px 3px 2px #8c7666;
  box-shadow:         1px 1px 3px 2px #8c7666; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c7666


Comments

No comments written yet.

Please login to write comment.