Color Hex Logo

#96777e Color Hex

#96777E
(150,119,126)
0 Favorites   0 Comments

Color spaces of #96777e

RGB 150119126
HSL0.960.130.53
HSV346°21°59°
CMYK 0.000.210.16   0.41
XYZ22.940421.184022.6185
Yxy21.18400.34370.3174
Hunter Lab46.02618.42263.0815
CIE-Lab53.150313.24680.7757

#96777e color RGB value is (150,119,126).

#96777e hex color red value is 150, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96777e hue: 0.96 , saturation: 0.13 and the lightness value of 96777e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110111 01111110
Octal 226 167 176
Decimal 150 119 126
Hex 96 77 7E

RGB Percentages of Color #96777e

%37.97
%30.13
%31.90

CMYK Percentages of Color #96777e

%0
%21
%16
%41

Triadic Colors of #96777e

#96777e #7e9677 #777e96

Analogous Colors of #96777e

#96777e #968077 #96778e

Monochromatic Colors of #96777e

#96777e

Complementary Color

#96777e #77968f

#96777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96777e Color CSS Codes

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

#96777e Text Font Color

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

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


#96777e Background Color

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

This div background color is #96777e


#96777e Border Color

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

This div border color is #96777e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96777e


Comments

No comments written yet.

Please login to write comment.