Color Hex Logo

#897a74 Color Hex

#897A74
(137,122,116)
0 Favorites   0 Comments

Color spaces of #897a74

RGB 137122116
HSL0.050.080.50
HSV17°15°54°
CMYK 0.000.110.15   0.46
XYZ20.428420.498419.4029
Yxy20.49840.33860.3398
Hunter Lab45.27521.30876.2836
CIE-Lab52.39614.69285.3778

#897a74 color RGB value is (137,122,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 01110100
Octal 211 172 164
Decimal 137 122 116
Hex 89 7A 74

RGB Percentages of Color #897a74

%36.53
%32.53
%30.93

CMYK Percentages of Color #897a74

%0
%11
%15
%46

Triadic Colors of #897a74

#897a74 #74897a #7a7489

Analogous Colors of #897a74

#897a74 #898574 #897479

Monochromatic Colors of #897a74

#897a74

Complementary Color

#897a74 #748389

#897a74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897a74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897a74 Color CSS Codes

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

#897a74 Text Font Color

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

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


#897a74 Background Color

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

This div background color is #897a74


#897a74 Border Color

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

This div border color is #897a74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897a74

#897a74 Color Palettes


Comments

No comments written yet.

Please login to write comment.