Color Hex Logo

#96774e Color Hex

#96774E
(150,119,78)
0 Favorites   0 Comments

Color spaces of #96774e

RGB 15011978
HSL0.090.320.45
HSV34°48°59°
CMYK 0.000.210.48   0.41
XYZ20.549620.227710.0290
Yxy20.22770.40450.3981
Hunter Lab44.97522.851718.2616
CIE-Lab52.09376.587427.0804

#96774e color RGB value is (150,119,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110111 01001110
Octal 226 167 116
Decimal 150 119 78
Hex 96 77 4E

RGB Percentages of Color #96774e

%43.23
%34.29
%22.48

CMYK Percentages of Color #96774e

%0
%21
%48
%41

Triadic Colors of #96774e

#96774e #4e9677 #774e96

Analogous Colors of #96774e

#96774e #91964e #96534e

Monochromatic Colors of #96774e

#96774e

Complementary Color

#96774e #4e6d96

#96774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96774e Color CSS Codes

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

#96774e Text Font Color

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

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


#96774e Background Color

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

This div background color is #96774e


#96774e Border Color

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

This div border color is #96774e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,119,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 #96774e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96774e


Comments

No comments written yet.

Please login to write comment.