Color Hex Logo

#88676a Color Hex

#88676A
(136,103,106)
0 Favorites   0 Comments

Color spaces of #88676a

RGB 136103106
HSL0.980.140.47
HSV355°24°53°
CMYK 0.000.240.22   0.47
XYZ17.605115.975315.7913
Yxy15.97530.35660.3236
Hunter Lab39.96918.67754.5536
CIE-Lab46.942113.71453.4418

#88676a color RGB value is (136,103,106).

#88676a hex color red value is 136, green value is 103 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #88676a hue: 0.98 , saturation: 0.14 and the lightness value of 88676a is 0.47.

The process color (four color CMYK) of #88676a color hex is 0.00, 0.24, 0.22, 0.47. Web safe color of #88676a is #996666. Color #88676a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100111 01101010
Octal 210 147 152
Decimal 136 103 106
Hex 88 67 6A

RGB Percentages of Color #88676a

%39.42
%29.86
%30.72

CMYK Percentages of Color #88676a

%0
%24
%22
%47

Triadic Colors of #88676a

#88676a #6a8867 #676a88

Analogous Colors of #88676a

#88676a #887567 #88677b

Monochromatic Colors of #88676a

#88676a

Complementary Color

#88676a #678885

#88676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88676a Color CSS Codes

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

#88676a Text Font Color

<p style="color:#88676a">Text here</p>

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


#88676a Background Color

<div style="background-color:#88676a">
Div content here</div>

This div background color is #88676a


#88676a Border Color

<div style="border:3px solid #88676a">
Div here</div>

This div border color is #88676a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,103,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88676a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88676a;
  -webkit-box-shadow: 1px 1px 3px 2px #88676a;
  box-shadow:         1px 1px 3px 2px #88676a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88676a


Comments

No comments written yet.

Please login to write comment.