Color Hex Logo

#896777 Color Hex

#896777
(137,103,119)
0 Favorites   0 Comments

Color spaces of #896777

RGB 137103119
HSL0.920.140.47
HSV332°25°54°
CMYK 0.000.250.13   0.46
XYZ18.496516.350819.6339
Yxy16.35080.33950.3001
Hunter Lab40.436110.8872-0.4832
CIE-Lab47.431416.3367-3.6269

#896777 color RGB value is (137,103,119).

#896777 hex color red value is 137, green value is 103 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #896777 hue: 0.92 , saturation: 0.14 and the lightness value of 896777 is 0.47.

The process color (four color CMYK) of #896777 color hex is 0.00, 0.25, 0.13, 0.46. Web safe color of #896777 is #996666. Color #896777 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100111 01110111
Octal 211 147 167
Decimal 137 103 119
Hex 89 67 77

RGB Percentages of Color #896777

%38.16
%28.69
%33.15

CMYK Percentages of Color #896777

%0
%25
%13
%46

Triadic Colors of #896777

#896777 #778967 #677789

Analogous Colors of #896777

#896777 #896867 #896788

Monochromatic Colors of #896777

#896777

Complementary Color

#896777 #678979

#896777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896777 Color CSS Codes

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

#896777 Text Font Color

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

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


#896777 Background Color

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

This div background color is #896777


#896777 Border Color

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

This div border color is #896777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896777


Comments

No comments written yet.

Please login to write comment.