Color Hex Logo

#897476 Color Hex

#897476
(137,116,118)
0 Favorites   0 Comments

Color spaces of #897476

RGB 137116118
HSL0.980.080.50
HSV354°15°54°
CMYK 0.000.150.14   0.46
XYZ19.831919.117219.7843
Yxy19.11720.33770.3255
Hunter Lab43.72324.44813.7781
CIE-Lab50.82408.52491.9347

#897476 color RGB value is (137,116,118).

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

The process color (four color CMYK) of #897476 color hex is 0.00, 0.15, 0.14, 0.46. Web safe color of #897476 is #996666. Color #897476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110100 01110110
Octal 211 164 166
Decimal 137 116 118
Hex 89 74 76

RGB Percentages of Color #897476

%36.93
%31.27
%31.81

CMYK Percentages of Color #897476

%0
%15
%14
%46

Triadic Colors of #897476

#897476 #768974 #747689

Analogous Colors of #897476

#897476 #897d74 #897481

Monochromatic Colors of #897476

#897476

Complementary Color

#897476 #748987

#897476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897476 Color CSS Codes

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

#897476 Text Font Color

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

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


#897476 Background Color

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

This div background color is #897476


#897476 Border Color

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

This div border color is #897476


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,116,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 #897476">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897476


Comments

No comments written yet.

Please login to write comment.