Color Hex Logo

#898077 Color Hex

#898077
(137,128,119)
0 Favorites   0 Comments

Color spaces of #898077

RGB 137128119
HSL0.080.070.50
HSV30°13°54°
CMYK 0.000.070.13   0.46
XYZ21.365522.088620.5902
Yxy22.08860.33360.3449
Hunter Lab46.9985-1.10146.9238
CIE-Lab54.12091.76976.1012

#898077 color RGB value is (137,128,119).

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

The process color (four color CMYK) of #898077 color hex is 0.00, 0.07, 0.13, 0.46. Web safe color of #898077 is #999966. Color #898077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000000 01110111
Octal 211 200 167
Decimal 137 128 119
Hex 89 80 77

RGB Percentages of Color #898077

%35.68
%33.33
%30.99

CMYK Percentages of Color #898077

%0
%7
%13
%46

Triadic Colors of #898077

#898077 #778980 #807789

Analogous Colors of #898077

#898077 #898977 #897777

Monochromatic Colors of #898077

#898077

Complementary Color

#898077 #778089

#898077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898077 Color CSS Codes

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

#898077 Text Font Color

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

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


#898077 Background Color

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

This div background color is #898077


#898077 Border Color

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

This div border color is #898077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898077


Comments

No comments written yet.

Please login to write comment.