Color Hex Logo

#97764e Color Hex

#97764E
(151,118,78)
0 Favorites   0 Comments

Color spaces of #97764e

RGB 15111878
HSL0.090.320.45
HSV33°48°59°
CMYK 0.000.220.48   0.41
XYZ20.616120.08629.9982
Yxy20.08620.40660.3962
Hunter Lab44.81763.679118.1456
CIE-Lab51.93457.596826.8986

#97764e color RGB value is (151,118,78).

#97764e hex color red value is 151, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #97764e hue: 0.09 , saturation: 0.32 and the lightness value of 97764e is 0.45.

The process color (four color CMYK) of #97764e color hex is 0.00, 0.22, 0.48, 0.41. Web safe color of #97764e is #996666. Color #97764e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110110 01001110
Octal 227 166 116
Decimal 151 118 78
Hex 97 76 4E

RGB Percentages of Color #97764e

%43.52
%34.01
%22.48

CMYK Percentages of Color #97764e

%0
%22
%48
%41

Triadic Colors of #97764e

#97764e #4e9776 #764e97

Analogous Colors of #97764e

#97764e #94974e #97524e

Monochromatic Colors of #97764e

#97764e

Complementary Color

#97764e #4e6f97

#97764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97764e Color CSS Codes

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

#97764e Text Font Color

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

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


#97764e Background Color

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

This div background color is #97764e


#97764e Border Color

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

This div border color is #97764e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,118,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97764e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97764e;
  -webkit-box-shadow: 1px 1px 3px 2px #97764e;
  box-shadow:         1px 1px 3px 2px #97764e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,118,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97764e


Comments

No comments written yet.

Please login to write comment.