Color Hex Logo

#888076 Color Hex

#888076
(136,128,118)
0 Favorites   0 Comments

Color spaces of #888076

RGB 136128118
HSL0.090.070.50
HSV33°13°53°
CMYK 0.000.060.13   0.47
XYZ21.142521.980620.2679
Yxy21.98060.33350.3467
Hunter Lab46.8835-1.55007.1871
CIE-Lab54.00641.20176.5059

#888076 color RGB value is (136,128,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 01110110
Octal 210 200 166
Decimal 136 128 118
Hex 88 80 76

RGB Percentages of Color #888076

%35.60
%33.51
%30.89

CMYK Percentages of Color #888076

%0
%6
%13
%47

Triadic Colors of #888076

#888076 #768880 #807688

Analogous Colors of #888076

#888076 #878876 #887776

Monochromatic Colors of #888076

#888076

Complementary Color

#888076 #767e88

#888076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888076 Color CSS Codes

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

#888076 Text Font Color

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

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


#888076 Background Color

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

This div background color is #888076


#888076 Border Color

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

This div border color is #888076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888076


Comments

No comments written yet.

Please login to write comment.