Color Hex Logo

#8d755c Color Hex

#8D755C
(141,117,92)
0 Favorites   0 Comments

Color spaces of #8d755c

RGB 14111792
HSL0.090.210.46
HSV31°35°55°
CMYK 0.000.170.35   0.45
XYZ19.277619.158012.8070
Yxy19.15800.37620.3739
Hunter Lab43.76992.019713.2907
CIE-Lab50.87155.531117.3034

#8d755c color RGB value is (141,117,92).

#8d755c hex color red value is 141, green value is 117 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #8d755c hue: 0.09 , saturation: 0.21 and the lightness value of 8d755c is 0.46.

The process color (four color CMYK) of #8d755c color hex is 0.00, 0.17, 0.35, 0.45. Web safe color of #8d755c is #996666. Color #8d755c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01110101 01011100
Octal 215 165 134
Decimal 141 117 92
Hex 8D 75 5C

RGB Percentages of Color #8d755c

%40.29
%33.43
%26.29

CMYK Percentages of Color #8d755c

%0
%17
%35
%45

Triadic Colors of #8d755c

#8d755c #5c8d75 #755c8d

Analogous Colors of #8d755c

#8d755c #8d8d5c #8d5d5c

Monochromatic Colors of #8d755c

#8d755c

Complementary Color

#8d755c #5c748d

#8d755c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d755c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d755c Color CSS Codes

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

#8d755c Text Font Color

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

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


#8d755c Background Color

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

This div background color is #8d755c


#8d755c Border Color

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

This div border color is #8d755c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,117,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8d755c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8d755c;
  -webkit-box-shadow: 1px 1px 3px 2px #8d755c;
  box-shadow:         1px 1px 3px 2px #8d755c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,117,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d755c


Comments

No comments written yet.

Please login to write comment.