Color Hex Logo

#898780 Color Hex

#898780
(137,135,128)
0 Favorites   0 Comments

Color spaces of #898780

RGB 137135128
HSL0.130.040.52
HSV47°54°
CMYK 0.000.010.07   0.46
XYZ22.876824.204823.8883
Yxy24.20480.32230.3411
Hunter Lab49.1984-3.09635.6506
CIE-Lab56.2923-0.58414.0165

#898780 color RGB value is (137,135,128).

#898780 hex color red value is 137, green value is 135 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #898780 hue: 0.13 , saturation: 0.04 and the lightness value of 898780 is 0.52.

The process color (four color CMYK) of #898780 color hex is 0.00, 0.01, 0.07, 0.46. Web safe color of #898780 is #999999. Color #898780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 10000000
Octal 211 207 200
Decimal 137 135 128
Hex 89 87 80

RGB Percentages of Color #898780

%34.25
%33.75
%32.00

CMYK Percentages of Color #898780

%0
%1
%7
%46

Triadic Colors of #898780

#898780 #808987 #878089

Analogous Colors of #898780

#898780 #878980 #898380

Monochromatic Colors of #898780

#898780

Complementary Color

#898780 #808289

#898780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898780 Color CSS Codes

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

#898780 Text Font Color

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

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


#898780 Background Color

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

This div background color is #898780


#898780 Border Color

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

This div border color is #898780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898780


Comments

No comments written yet.

Please login to write comment.