Color Hex Logo

#967b7e Color Hex

#967B7E
(150,123,126)
0 Favorites   0 Comments

Color spaces of #967b7e

RGB 150123126
HSL0.980.110.54
HSV353°18°59°
CMYK 0.000.180.16   0.41
XYZ23.426522.156322.7805
Yxy22.15630.34270.3241
Hunter Lab47.07056.46434.2550
CIE-Lab54.192510.93822.2904

#967b7e color RGB value is (150,123,126).

#967b7e hex color red value is 150, green value is 123 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #967b7e hue: 0.98 , saturation: 0.11 and the lightness value of 967b7e is 0.54.

The process color (four color CMYK) of #967b7e color hex is 0.00, 0.18, 0.16, 0.41. Web safe color of #967b7e is #996666. Color #967b7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 01111110
Octal 226 173 176
Decimal 150 123 126
Hex 96 7B 7E

RGB Percentages of Color #967b7e

%37.59
%30.83
%31.58

CMYK Percentages of Color #967b7e

%0
%18
%16
%41

Triadic Colors of #967b7e

#967b7e #7e967b #7b7e96

Analogous Colors of #967b7e

#967b7e #96867b #967b8c

Monochromatic Colors of #967b7e

#967b7e

Complementary Color

#967b7e #7b9693

#967b7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967b7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#967b7e Color CSS Codes

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

#967b7e Text Font Color

<p style="color:#967b7e">Text here</p>

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


#967b7e Background Color

<div style="background-color:#967b7e">
Div content here</div>

This div background color is #967b7e


#967b7e Border Color

<div style="border:3px solid #967b7e">
Div here</div>

This div border color is #967b7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967b7e


Comments

No comments written yet.

Please login to write comment.