Color Hex Logo

#89787c Color Hex

#89787C
(137,120,124)
0 Favorites   0 Comments

Color spaces of #89787c

RGB 137120124
HSL0.960.070.50
HSV346°12°54°
CMYK 0.000.120.09   0.46
XYZ20.671120.206521.8796
Yxy20.20650.32940.3220
Hunter Lab44.95163.41822.6075
CIE-Lab52.06997.28030.2171

#89787c color RGB value is (137,120,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111000 01111100
Octal 211 170 174
Decimal 137 120 124
Hex 89 78 7C

RGB Percentages of Color #89787c

%35.96
%31.50
%32.55

CMYK Percentages of Color #89787c

%0
%12
%9
%46

Triadic Colors of #89787c

#89787c #7c8978 #787c89

Analogous Colors of #89787c

#89787c #897d78 #897885

Monochromatic Colors of #89787c

#89787c

Complementary Color

#89787c #788985

#89787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89787c Color CSS Codes

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

#89787c Text Font Color

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

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


#89787c Background Color

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

This div background color is #89787c


#89787c Border Color

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

This div border color is #89787c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89787c


Comments

No comments written yet.

Please login to write comment.