Color Hex Logo

#88775d Color Hex

#88775D
(136,119,93)
0 Favorites   0 Comments

Color spaces of #88775d

RGB 13611993
HSL0.100.190.45
HSV36°32°53°
CMYK 0.000.130.32   0.47
XYZ18.726019.218213.0784
Yxy19.21820.36700.3767
Hunter Lab43.8386-0.469812.9990
CIE-Lab50.94152.400416.7366

#88775d color RGB value is (136,119,93).

#88775d hex color red value is 136, green value is 119 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #88775d hue: 0.10 , saturation: 0.19 and the lightness value of 88775d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110111 01011101
Octal 210 167 135
Decimal 136 119 93
Hex 88 77 5D

RGB Percentages of Color #88775d

%39.08
%34.20
%26.72

CMYK Percentages of Color #88775d

%0
%13
%32
%47

Triadic Colors of #88775d

#88775d #5d8877 #775d88

Analogous Colors of #88775d

#88775d #84885d #88625d

Monochromatic Colors of #88775d

#88775d

Complementary Color

#88775d #5d6e88

#88775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88775d Color CSS Codes

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

#88775d Text Font Color

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

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


#88775d Background Color

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

This div background color is #88775d


#88775d Border Color

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

This div border color is #88775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88775d


Comments

No comments written yet.

Please login to write comment.