Color Hex Logo

#88786f Color Hex

#88786F
(136,120,111)
0 Favorites   0 Comments

Color spaces of #88786f

RGB 136120111
HSL0.060.100.48
HSV22°18°53°
CMYK 0.000.120.18   0.47
XYZ19.739119.814917.8232
Yxy19.81490.34400.3453
Hunter Lab44.51391.25407.4203
CIE-Lab51.62734.59947.1934

#88786f color RGB value is (136,120,111).

#88786f hex color red value is 136, green value is 120 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #88786f hue: 0.06 , saturation: 0.10 and the lightness value of 88786f is 0.48.

The process color (four color CMYK) of #88786f color hex is 0.00, 0.12, 0.18, 0.47. Web safe color of #88786f is #996666. Color #88786f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111000 01101111
Octal 210 170 157
Decimal 136 120 111
Hex 88 78 6F

RGB Percentages of Color #88786f

%37.06
%32.70
%30.25

CMYK Percentages of Color #88786f

%0
%12
%18
%47

Triadic Colors of #88786f

#88786f #6f8878 #786f88

Analogous Colors of #88786f

#88786f #88856f #886f73

Monochromatic Colors of #88786f

#88786f

Complementary Color

#88786f #6f7f88

#88786f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88786f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88786f Color CSS Codes

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

#88786f Text Font Color

<p style="color:#88786f">Text here</p>

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


#88786f Background Color

<div style="background-color:#88786f">
Div content here</div>

This div background color is #88786f


#88786f Border Color

<div style="border:3px solid #88786f">
Div here</div>

This div border color is #88786f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,120,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88786f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88786f;
  -webkit-box-shadow: 1px 1px 3px 2px #88786f;
  box-shadow:         1px 1px 3px 2px #88786f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88786f


Comments

No comments written yet.

Please login to write comment.