Color Hex Logo

#888878 Color Hex

#888878
(136,136,120)
0 Favorites   0 Comments

Color spaces of #888878

RGB 136136120
HSL0.170.060.50
HSV60°12°53°
CMYK 0.000.000.12   0.47
XYZ22.347724.198621.2623
Yxy24.19860.32960.3569
Hunter Lab49.1921-4.99458.8075
CIE-Lab56.2861-2.97408.5986

#888878 color RGB value is (136,136,120).

#888878 hex color red value is 136, green value is 136 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #888878 hue: 0.17 , saturation: 0.06 and the lightness value of 888878 is 0.50.

The process color (four color CMYK) of #888878 color hex is 0.00, 0.00, 0.12, 0.47. Web safe color of #888878 is #999966. Color #888878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001000 01111000
Octal 210 210 170
Decimal 136 136 120
Hex 88 88 78

RGB Percentages of Color #888878

%34.69
%34.69
%30.61

CMYK Percentages of Color #888878

%0
%0
%12
%47

Triadic Colors of #888878

#888878 #788888 #887888

Analogous Colors of #888878

#888878 #808878 #888078

Monochromatic Colors of #888878

#888878

Complementary Color

#888878 #787888

#888878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888878 Color CSS Codes

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

#888878 Text Font Color

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

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


#888878 Background Color

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

This div background color is #888878


#888878 Border Color

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

This div border color is #888878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888878


Comments

No comments written yet.

Please login to write comment.