Color Hex Logo

#88764a Color Hex

#88764A
(136,118,74)
0 Favorites   0 Comments

Color spaces of #88764a

RGB 13611874
HSL0.120.300.41
HSV43°46°53°
CMYK 0.000.130.46   0.47
XYZ17.867818.68559.1435
Yxy18.68550.39100.4089
Hunter Lab43.2267-1.863717.7174
CIE-Lab50.31720.577126.7582

#88764a color RGB value is (136,118,74).

#88764a hex color red value is 136, green value is 118 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #88764a hue: 0.12 , saturation: 0.30 and the lightness value of 88764a is 0.41.

The process color (four color CMYK) of #88764a color hex is 0.00, 0.13, 0.46, 0.47. Web safe color of #88764a is #996633. Color #88764a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110110 01001010
Octal 210 166 112
Decimal 136 118 74
Hex 88 76 4A

RGB Percentages of Color #88764a

%41.46
%35.98
%22.56

CMYK Percentages of Color #88764a

%0
%13
%46
%47

Triadic Colors of #88764a

#88764a #4a8876 #764a88

Analogous Colors of #88764a

#88764a #7b884a #88574a

Monochromatic Colors of #88764a

#88764a

Complementary Color

#88764a #4a5c88

#88764a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88764a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88764a Color CSS Codes

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

#88764a Text Font Color

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

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


#88764a Background Color

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

This div background color is #88764a


#88764a Border Color

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

This div border color is #88764a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88764a


Comments

No comments written yet.

Please login to write comment.