Color Hex Logo

#9a7e77 Color Hex

#9A7E77
(154,126,119)
0 Favorites   0 Comments

Color spaces of #9a7e77

RGB 154126119
HSL0.030.150.54
HSV12°23°60°
CMYK 0.000.180.23   0.40
XYZ24.117123.123620.6450
Yxy23.12360.35530.3406
Hunter Lab48.08705.37098.2062
CIE-Lab55.19949.64867.8590

#9a7e77 color RGB value is (154,126,119).

#9a7e77 hex color red value is 154, green value is 126 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #9a7e77 hue: 0.03 , saturation: 0.15 and the lightness value of 9a7e77 is 0.54.

The process color (four color CMYK) of #9a7e77 color hex is 0.00, 0.18, 0.23, 0.40. Web safe color of #9a7e77 is #996666. Color #9a7e77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01111110 01110111
Octal 232 176 167
Decimal 154 126 119
Hex 9A 7E 77

RGB Percentages of Color #9a7e77

%38.60
%31.58
%29.82

CMYK Percentages of Color #9a7e77

%0
%18
%23
%40

Triadic Colors of #9a7e77

#9a7e77 #779a7e #7e779a

Analogous Colors of #9a7e77

#9a7e77 #9a9077 #9a7782

Monochromatic Colors of #9a7e77

#9a7e77

Complementary Color

#9a7e77 #77939a

#9a7e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a7e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a7e77 Color CSS Codes

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

#9a7e77 Text Font Color

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

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


#9a7e77 Background Color

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

This div background color is #9a7e77


#9a7e77 Border Color

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

This div border color is #9a7e77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a7e77


Comments

No comments written yet.

Please login to write comment.