Color Hex Logo

#897276 Color Hex

#897276
(137,114,118)
0 Favorites   0 Comments

Color spaces of #897276

RGB 137114118
HSL0.970.090.49
HSV350°17°54°
CMYK 0.000.170.14   0.46
XYZ19.603918.661019.7082
Yxy18.66100.33820.3219
Hunter Lab43.19845.40813.1893
CIE-Lab50.28829.69371.1562

#897276 color RGB value is (137,114,118).

#897276 hex color red value is 137, green value is 114 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #897276 hue: 0.97 , saturation: 0.09 and the lightness value of 897276 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 01110110
Octal 211 162 166
Decimal 137 114 118
Hex 89 72 76

RGB Percentages of Color #897276

%37.13
%30.89
%31.98

CMYK Percentages of Color #897276

%0
%17
%14
%46

Triadic Colors of #897276

#897276 #768972 #727689

Analogous Colors of #897276

#897276 #897a72 #897282

Monochromatic Colors of #897276

#897276

Complementary Color

#897276 #728985

#897276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897276 Color CSS Codes

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

#897276 Text Font Color

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

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


#897276 Background Color

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

This div background color is #897276


#897276 Border Color

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

This div border color is #897276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897276


Comments

No comments written yet.

Please login to write comment.