Color Hex Logo

#9d772e Color Hex

#9D772E
(157,119,46)
0 Favorites   0 Comments

Color spaces of #9d772e

RGB 15711946
HSL0.110.550.40
HSV39°71°62°
CMYK 0.000.240.71   0.38
XYZ20.994620.55905.4465
Yxy20.55900.44670.4374
Hunter Lab45.34203.301824.6175
CIE-Lab52.46347.144444.3492

#9d772e color RGB value is (157,119,46).

#9d772e hex color red value is 157, green value is 119 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #9d772e hue: 0.11 , saturation: 0.55 and the lightness value of 9d772e is 0.40.

The process color (four color CMYK) of #9d772e color hex is 0.00, 0.24, 0.71, 0.38. Web safe color of #9d772e is #996633. Color #9d772e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01110111 00101110
Octal 235 167 56
Decimal 157 119 46
Hex 9D 77 2E

RGB Percentages of Color #9d772e

%48.76
%36.96
%14.29

CMYK Percentages of Color #9d772e

%0
%24
%71
%38

Triadic Colors of #9d772e

#9d772e #2e9d77 #772e9d

Analogous Colors of #9d772e

#9d772e #8c9d2e #9d402e

Monochromatic Colors of #9d772e

#9d772e

Complementary Color

#9d772e #2e549d

#9d772e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d772e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d772e Color CSS Codes

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

#9d772e Text Font Color

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

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


#9d772e Background Color

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

This div background color is #9d772e


#9d772e Border Color

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

This div border color is #9d772e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d772e


Comments

No comments written yet.

Please login to write comment.