Color Hex Logo

#9a747a Color Hex

#9A747A
(154,116,122)
0 Favorites   0 Comments

Color spaces of #9a747a

RGB 154116122
HSL0.970.160.53
HSV351°25°60°
CMYK 0.000.250.21   0.40
XYZ23.084720.765921.2039
Yxy20.76590.35490.3192
Hunter Lab45.569610.67794.3106
CIE-Lab52.692315.87222.5088

#9a747a color RGB value is (154,116,122).

#9a747a hex color red value is 154, green value is 116 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9a747a hue: 0.97 , saturation: 0.16 and the lightness value of 9a747a is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110100 01111010
Octal 232 164 172
Decimal 154 116 122
Hex 9A 74 7A

RGB Percentages of Color #9a747a

%39.29
%29.59
%31.12

CMYK Percentages of Color #9a747a

%0
%25
%21
%40

Triadic Colors of #9a747a

#9a747a #7a9a74 #747a9a

Analogous Colors of #9a747a

#9a747a #9a8174 #9a748d

Monochromatic Colors of #9a747a

#9a747a

Complementary Color

#9a747a #749a94

#9a747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a747a Color CSS Codes

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

#9a747a Text Font Color

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

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


#9a747a Background Color

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

This div background color is #9a747a


#9a747a Border Color

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

This div border color is #9a747a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,116,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 #9a747a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a747a


Comments

No comments written yet.

Please login to write comment.