Color Hex Logo

#88767a Color Hex

#88767A
(136,118,122)
0 Favorites   0 Comments

Color spaces of #88767a

RGB 136118122
HSL0.960.070.50
HSV347°13°53°
CMYK 0.000.130.10   0.47
XYZ20.144619.596221.1331
Yxy19.59620.33090.3219
Hunter Lab44.26763.76072.6826
CIE-Lab51.37767.68960.3711

#88767a color RGB value is (136,118,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110110 01111010
Octal 210 166 172
Decimal 136 118 122
Hex 88 76 7A

RGB Percentages of Color #88767a

%36.17
%31.38
%32.45

CMYK Percentages of Color #88767a

%0
%13
%10
%47

Triadic Colors of #88767a

#88767a #7a8876 #767a88

Analogous Colors of #88767a

#88767a #887b76 #887683

Monochromatic Colors of #88767a

#88767a

Complementary Color

#88767a #768884

#88767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88767a Color CSS Codes

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

#88767a Text Font Color

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

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


#88767a Background Color

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

This div background color is #88767a


#88767a Border Color

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

This div border color is #88767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88767a


Comments

No comments written yet.

Please login to write comment.