Color Hex Logo

#88776c Color Hex

#88776C
(136,119,108)
0 Favorites   0 Comments

Color spaces of #88776c

RGB 136119108
HSL0.070.110.48
HSV24°21°53°
CMYK 0.000.130.21   0.47
XYZ19.456919.510616.9278
Yxy19.51060.34810.3491
Hunter Lab44.17081.32908.1976
CIE-Lab51.27934.68148.4571

#88776c color RGB value is (136,119,108).

#88776c hex color red value is 136, green value is 119 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #88776c hue: 0.07 , saturation: 0.11 and the lightness value of 88776c is 0.48.

The process color (four color CMYK) of #88776c color hex is 0.00, 0.13, 0.21, 0.47. Web safe color of #88776c is #996666. Color #88776c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110111 01101100
Octal 210 167 154
Decimal 136 119 108
Hex 88 77 6C

RGB Percentages of Color #88776c

%37.47
%32.78
%29.75

CMYK Percentages of Color #88776c

%0
%13
%21
%47

Triadic Colors of #88776c

#88776c #6c8877 #776c88

Analogous Colors of #88776c

#88776c #88856c #886c6f

Monochromatic Colors of #88776c

#88776c

Complementary Color

#88776c #6c7d88

#88776c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88776c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88776c Color CSS Codes

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

#88776c Text Font Color

<p style="color:#88776c">Text here</p>

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


#88776c Background Color

<div style="background-color:#88776c">
Div content here</div>

This div background color is #88776c


#88776c Border Color

<div style="border:3px solid #88776c">
Div here</div>

This div border color is #88776c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,119,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88776c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88776c;
  -webkit-box-shadow: 1px 1px 3px 2px #88776c;
  box-shadow:         1px 1px 3px 2px #88776c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88776c


Comments

No comments written yet.

Please login to write comment.