Color Hex Logo

#897678 Color Hex

#897678
(137,118,120)
0 Favorites   0 Comments

Color spaces of #897678

RGB 137118120
HSL0.980.070.50
HSV354°14°54°
CMYK 0.000.140.12   0.46
XYZ20.185119.631320.4946
Yxy19.63130.33470.3255
Hunter Lab44.30723.78183.5901
CIE-Lab51.41787.71601.6186

#897678 color RGB value is (137,118,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110110 01111000
Octal 211 166 170
Decimal 137 118 120
Hex 89 76 78

RGB Percentages of Color #897678

%36.53
%31.47
%32.00

CMYK Percentages of Color #897678

%0
%14
%12
%46

Triadic Colors of #897678

#897678 #788976 #767889

Analogous Colors of #897678

#897678 #897e76 #897682

Monochromatic Colors of #897678

#897678

Complementary Color

#897678 #768987

#897678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897678 Color CSS Codes

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

#897678 Text Font Color

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

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


#897678 Background Color

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

This div background color is #897678


#897678 Border Color

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

This div border color is #897678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897678


Comments

No comments written yet.

Please login to write comment.