Color Hex Logo

#88746c Color Hex

#88746C
(136,116,108)
0 Favorites   0 Comments

Color spaces of #88746c

RGB 136116108
HSL0.050.110.48
HSV17°21°53°
CMYK 0.000.150.21   0.47
XYZ19.105518.807716.8106
Yxy18.80770.34910.3437
Hunter Lab43.36782.74367.3750
CIE-Lab50.46156.42197.2958

#88746c color RGB value is (136,116,108).

#88746c hex color red value is 136, green value is 116 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #88746c hue: 0.05 , saturation: 0.11 and the lightness value of 88746c is 0.48.

The process color (four color CMYK) of #88746c color hex is 0.00, 0.15, 0.21, 0.47. Web safe color of #88746c is #996666. Color #88746c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110100 01101100
Octal 210 164 154
Decimal 136 116 108
Hex 88 74 6C

RGB Percentages of Color #88746c

%37.78
%32.22
%30.00

CMYK Percentages of Color #88746c

%0
%15
%21
%47

Triadic Colors of #88746c

#88746c #6c8874 #746c88

Analogous Colors of #88746c

#88746c #88826c #886c72

Monochromatic Colors of #88746c

#88746c

Complementary Color

#88746c #6c8088

#88746c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88746c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88746c Color CSS Codes

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

#88746c Text Font Color

<p style="color:#88746c">Text here</p>

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


#88746c Background Color

<div style="background-color:#88746c">
Div content here</div>

This div background color is #88746c


#88746c Border Color

<div style="border:3px solid #88746c">
Div here</div>

This div border color is #88746c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,116,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88746c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88746c;
  -webkit-box-shadow: 1px 1px 3px 2px #88746c;
  box-shadow:         1px 1px 3px 2px #88746c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88746c


Comments

No comments written yet.

Please login to write comment.