Color Hex Logo

#9d767c Color Hex

#9D767C
(157,118,124)
0 Favorites   0 Comments

Color spaces of #9d767c

RGB 157118124
HSL0.970.170.54
HSV351°25°62°
CMYK 0.000.250.21   0.38
XYZ24.021221.580221.9681
Yxy21.58020.35550.3194
Hunter Lab46.454511.00544.4802
CIE-Lab53.578716.21422.6608

#9d767c color RGB value is (157,118,124).

#9d767c hex color red value is 157, green value is 118 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #9d767c hue: 0.97 , saturation: 0.17 and the lightness value of 9d767c is 0.54.

The process color (four color CMYK) of #9d767c color hex is 0.00, 0.25, 0.21, 0.38. Web safe color of #9d767c is #996666. Color #9d767c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01110110 01111100
Octal 235 166 174
Decimal 157 118 124
Hex 9D 76 7C

RGB Percentages of Color #9d767c

%39.35
%29.57
%31.08

CMYK Percentages of Color #9d767c

%0
%25
%21
%38

Triadic Colors of #9d767c

#9d767c #7c9d76 #767c9d

Analogous Colors of #9d767c

#9d767c #9d8476 #9d7690

Monochromatic Colors of #9d767c

#9d767c

Complementary Color

#9d767c #769d97

#9d767c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d767c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d767c Color CSS Codes

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

#9d767c Text Font Color

<p style="color:#9d767c">Text here</p>

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


#9d767c Background Color

<div style="background-color:#9d767c">
Div content here</div>

This div background color is #9d767c


#9d767c Border Color

<div style="border:3px solid #9d767c">
Div here</div>

This div border color is #9d767c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,118,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d767c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d767c;
  -webkit-box-shadow: 1px 1px 3px 2px #9d767c;
  box-shadow:         1px 1px 3px 2px #9d767c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,118,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d767c


Comments

No comments written yet.

Please login to write comment.