Color Hex Logo

#96727e Color Hex

#96727E
(150,114,126)
0 Favorites   0 Comments

Color spaces of #96727e

RGB 150114126
HSL0.940.150.52
HSV340°24°59°
CMYK 0.000.240.16   0.41
XYZ22.360920.025022.4253
Yxy20.02500.34500.3090
Hunter Lab44.749310.88391.6124
CIE-Lab51.865516.1411-1.1013

#96727e color RGB value is (150,114,126).

#96727e hex color red value is 150, green value is 114 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #96727e hue: 0.94 , saturation: 0.15 and the lightness value of 96727e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110010 01111110
Octal 226 162 176
Decimal 150 114 126
Hex 96 72 7E

RGB Percentages of Color #96727e

%38.46
%29.23
%32.31

CMYK Percentages of Color #96727e

%0
%24
%16
%41

Triadic Colors of #96727e

#96727e #7e9672 #727e96

Analogous Colors of #96727e

#96727e #967872 #967290

Monochromatic Colors of #96727e

#96727e

Complementary Color

#96727e #72968a

#96727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96727e Color CSS Codes

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

#96727e Text Font Color

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

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


#96727e Background Color

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

This div background color is #96727e


#96727e Border Color

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

This div border color is #96727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96727e


Comments

No comments written yet.

Please login to write comment.