Color Hex Logo

#96767d Color Hex

#96767D
(150,118,125)
0 Favorites   0 Comments

Color spaces of #96767d

RGB 150118125
HSL0.960.130.53
HSV347°21°59°
CMYK 0.000.210.17   0.41
XYZ22.757820.921622.2408
Yxy20.92160.34520.3174
Hunter Lab45.74018.76663.1888
CIE-Lab52.863613.65440.9444

#96767d color RGB value is (150,118,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110110 01111101
Octal 226 166 175
Decimal 150 118 125
Hex 96 76 7D

RGB Percentages of Color #96767d

%38.17
%30.03
%31.81

CMYK Percentages of Color #96767d

%0
%21
%17
%41

Triadic Colors of #96767d

#96767d #7d9676 #767d96

Analogous Colors of #96767d

#96767d #967f76 #96768d

Monochromatic Colors of #96767d

#96767d

Complementary Color

#96767d #76968f

#96767d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96767d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96767d Color CSS Codes

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

#96767d Text Font Color

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

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


#96767d Background Color

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

This div background color is #96767d


#96767d Border Color

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

This div border color is #96767d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96767d


Comments

No comments written yet.

Please login to write comment.