Color Hex Logo

#96727d Color Hex

#96727D
(150,114,125)
0 Favorites   0 Comments

Color spaces of #96727d

RGB 150114125
HSL0.950.150.52
HSV342°24°59°
CMYK 0.000.240.17   0.41
XYZ22.296719.999322.0871
Yxy19.99930.34630.3106
Hunter Lab44.720610.73522.0216
CIE-Lab51.836415.9707-0.5546

#96727d color RGB value is (150,114,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110010 01111101
Octal 226 162 175
Decimal 150 114 125
Hex 96 72 7D

RGB Percentages of Color #96727d

%38.56
%29.31
%32.13

CMYK Percentages of Color #96727d

%0
%24
%17
%41

Triadic Colors of #96727d

#96727d #7d9672 #727d96

Analogous Colors of #96727d

#96727d #967972 #96728f

Monochromatic Colors of #96727d

#96727d

Complementary Color

#96727d #72968b

#96727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96727d Color CSS Codes

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

#96727d Text Font Color

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

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


#96727d Background Color

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

This div background color is #96727d


#96727d Border Color

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

This div border color is #96727d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,114,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96727d


Comments

No comments written yet.

Please login to write comment.