Color Hex Logo

#89756b Color Hex

#89756B
(137,117,107)
0 Favorites   0 Comments

Color spaces of #89756b

RGB 137117107
HSL0.060.120.48
HSV20°22°54°
CMYK 0.000.150.22   0.46
XYZ19.331719.102516.5782
Yxy19.10250.35140.3472
Hunter Lab43.70642.46588.1053
CIE-Lab50.80696.08428.3881

#89756b color RGB value is (137,117,107).

#89756b hex color red value is 137, green value is 117 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #89756b hue: 0.06 , saturation: 0.12 and the lightness value of 89756b is 0.48.

The process color (four color CMYK) of #89756b color hex is 0.00, 0.15, 0.22, 0.46. Web safe color of #89756b is #996666. Color #89756b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110101 01101011
Octal 211 165 153
Decimal 137 117 107
Hex 89 75 6B

RGB Percentages of Color #89756b

%37.95
%32.41
%29.64

CMYK Percentages of Color #89756b

%0
%15
%22
%46

Triadic Colors of #89756b

#89756b #6b8975 #756b89

Analogous Colors of #89756b

#89756b #89846b #896b70

Monochromatic Colors of #89756b

#89756b

Complementary Color

#89756b #6b7f89

#89756b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89756b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89756b Color CSS Codes

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

#89756b Text Font Color

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

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


#89756b Background Color

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

This div background color is #89756b


#89756b Border Color

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

This div border color is #89756b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,117,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89756b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89756b;
  -webkit-box-shadow: 1px 1px 3px 2px #89756b;
  box-shadow:         1px 1px 3px 2px #89756b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89756b


Comments

No comments written yet.

Please login to write comment.