Color Hex Logo

#88756d Color Hex

#88756D
(136,117,109)
0 Favorites   0 Comments

Color spaces of #88756d

RGB 136117109
HSL0.050.110.48
HSV18°20°53°
CMYK 0.000.140.20   0.47
XYZ19.274919.060917.1312
Yxy19.06090.34750.3436
Hunter Lab43.65882.40307.2964
CIE-Lab50.75846.00517.1300

#88756d color RGB value is (136,117,109).

#88756d hex color red value is 136, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #88756d hue: 0.05 , saturation: 0.11 and the lightness value of 88756d is 0.48.

The process color (four color CMYK) of #88756d color hex is 0.00, 0.14, 0.20, 0.47. Web safe color of #88756d is #996666. Color #88756d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110101 01101101
Octal 210 165 155
Decimal 136 117 109
Hex 88 75 6D

RGB Percentages of Color #88756d

%37.57
%32.32
%30.11

CMYK Percentages of Color #88756d

%0
%14
%20
%47

Triadic Colors of #88756d

#88756d #6d8875 #756d88

Analogous Colors of #88756d

#88756d #88836d #886d73

Monochromatic Colors of #88756d

#88756d

Complementary Color

#88756d #6d8088

#88756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88756d Color CSS Codes

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

#88756d Text Font Color

<p style="color:#88756d">Text here</p>

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


#88756d Background Color

<div style="background-color:#88756d">
Div content here</div>

This div background color is #88756d


#88756d Border Color

<div style="border:3px solid #88756d">
Div here</div>

This div border color is #88756d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,117,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88756d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88756d;
  -webkit-box-shadow: 1px 1px 3px 2px #88756d;
  box-shadow:         1px 1px 3px 2px #88756d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88756d

#88756d Color Palettes


Comments

No comments written yet.

Please login to write comment.