Color Hex Logo

#896976 Color Hex

#896976
(137,105,118)
1 Favorites   0 Comments

Color spaces of #896976

RGB 137105118
HSL0.930.130.47
HSV336°23°54°
CMYK 0.000.230.14   0.46
XYZ18.638116.729519.3863
Yxy16.72950.34040.3055
Hunter Lab40.90179.76090.5293
CIE-Lab47.917414.9795-2.3121

#896976 color RGB value is (137,105,118).

#896976 hex color red value is 137, green value is 105 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #896976 hue: 0.93 , saturation: 0.13 and the lightness value of 896976 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101001 01110110
Octal 211 151 166
Decimal 137 105 118
Hex 89 69 76

RGB Percentages of Color #896976

%38.06
%29.17
%32.78

CMYK Percentages of Color #896976

%0
%23
%14
%46

Triadic Colors of #896976

#896976 #768969 #697689

Analogous Colors of #896976

#896976 #896c69 #896986

Monochromatic Colors of #896976

#896976

Complementary Color

#896976 #69897c

#896976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896976 Color CSS Codes

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

#896976 Text Font Color

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

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


#896976 Background Color

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

This div background color is #896976


#896976 Border Color

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

This div border color is #896976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896976

#896976 Color Palettes


Comments

No comments written yet.

Please login to write comment.