Color Hex Logo

#89787e Color Hex

#89787E
(137,120,126)
0 Favorites   0 Comments

Color spaces of #89787e

RGB 137120126
HSL0.940.070.50
HSV339°12°54°
CMYK 0.000.120.08   0.46
XYZ20.798920.257722.5526
Yxy20.25770.32700.3185
Hunter Lab45.00863.72171.7973
CIE-Lab52.12737.6511-0.8729

#89787e color RGB value is (137,120,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111000 01111110
Octal 211 170 176
Decimal 137 120 126
Hex 89 78 7E

RGB Percentages of Color #89787e

%35.77
%31.33
%32.90

CMYK Percentages of Color #89787e

%0
%12
%8
%46

Triadic Colors of #89787e

#89787e #7e8978 #787e89

Analogous Colors of #89787e

#89787e #897b78 #897887

Monochromatic Colors of #89787e

#89787e

Complementary Color

#89787e #788983

#89787e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89787e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89787e Color CSS Codes

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

#89787e Text Font Color

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

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


#89787e Background Color

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

This div background color is #89787e


#89787e Border Color

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

This div border color is #89787e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89787e


Comments

No comments written yet.

Please login to write comment.