Color Hex Logo

#9d787a Color Hex

#9D787A
(157,120,122)
0 Favorites   0 Comments

Color spaces of #9d787a

RGB 157120122
HSL0.990.160.54
HSV357°24°62°
CMYK 0.000.240.22   0.38
XYZ24.134022.006221.3880
Yxy22.00620.35740.3259
Hunter Lab46.91089.73845.8055
CIE-Lab54.033614.74774.4867

#9d787a color RGB value is (157,120,122).

#9d787a hex color red value is 157, green value is 120 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9d787a hue: 0.99 , saturation: 0.16 and the lightness value of 9d787a is 0.54.

The process color (four color CMYK) of #9d787a color hex is 0.00, 0.24, 0.22, 0.38. Web safe color of #9d787a is #996666. Color #9d787a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111000 01111010
Octal 235 170 172
Decimal 157 120 122
Hex 9D 78 7A

RGB Percentages of Color #9d787a

%39.35
%30.08
%30.58

CMYK Percentages of Color #9d787a

%0
%24
%22
%38

Triadic Colors of #9d787a

#9d787a #7a9d78 #787a9d

Analogous Colors of #9d787a

#9d787a #9d8978 #9d788d

Monochromatic Colors of #9d787a

#9d787a

Complementary Color

#9d787a #789d9b

#9d787a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d787a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d787a Color CSS Codes

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

#9d787a Text Font Color

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

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


#9d787a Background Color

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

This div background color is #9d787a


#9d787a Border Color

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

This div border color is #9d787a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d787a


Comments

No comments written yet.

Please login to write comment.