Color Hex Logo

#88767d Color Hex

#88767D
(136,118,125)
0 Favorites   0 Comments

Color spaces of #88767d

RGB 136118125
HSL0.940.070.50
HSV337°13°53°
CMYK 0.000.130.08   0.47
XYZ20.333419.671822.1274
Yxy19.67180.32730.3166
Hunter Lab44.35294.21501.4676
CIE-Lab51.46418.2451-1.2680

#88767d color RGB value is (136,118,125).

#88767d hex color red value is 136, green value is 118 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #88767d hue: 0.94 , saturation: 0.07 and the lightness value of 88767d is 0.50.

The process color (four color CMYK) of #88767d color hex is 0.00, 0.13, 0.08, 0.47. Web safe color of #88767d is #996666. Color #88767d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110110 01111101
Octal 210 166 175
Decimal 136 118 125
Hex 88 76 7D

RGB Percentages of Color #88767d

%35.88
%31.13
%32.98

CMYK Percentages of Color #88767d

%0
%13
%8
%47

Triadic Colors of #88767d

#88767d #7d8876 #767d88

Analogous Colors of #88767d

#88767d #887876 #887686

Monochromatic Colors of #88767d

#88767d

Complementary Color

#88767d #768881

#88767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88767d Color CSS Codes

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

#88767d Text Font Color

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

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


#88767d Background Color

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

This div background color is #88767d


#88767d Border Color

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

This div border color is #88767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88767d


Comments

No comments written yet.

Please login to write comment.