Color Hex Logo

#90747e Color Hex

#90747E
(144,116,126)
0 Favorites   0 Comments

Color spaces of #90747e

RGB 144116126
HSL0.940.110.51
HSV339°19°56°
CMYK 0.000.190.13   0.44
XYZ21.512919.926422.4510
Yxy19.92640.33670.3119
Hunter Lab44.63907.90641.4276
CIE-Lab51.753912.6698-1.3388

#90747e color RGB value is (144,116,126).

#90747e hex color red value is 144, green value is 116 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #90747e hue: 0.94 , saturation: 0.11 and the lightness value of 90747e is 0.51.

The process color (four color CMYK) of #90747e color hex is 0.00, 0.19, 0.13, 0.44. Web safe color of #90747e is #996666. Color #90747e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110100 01111110
Octal 220 164 176
Decimal 144 116 126
Hex 90 74 7E

RGB Percentages of Color #90747e

%37.31
%30.05
%32.64

CMYK Percentages of Color #90747e

%0
%19
%13
%44

Triadic Colors of #90747e

#90747e #7e9074 #747e90

Analogous Colors of #90747e

#90747e #907874 #90748c

Monochromatic Colors of #90747e

#90747e

Complementary Color

#90747e #749086

#90747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90747e Color CSS Codes

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

#90747e Text Font Color

<p style="color:#90747e">Text here</p>

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


#90747e Background Color

<div style="background-color:#90747e">
Div content here</div>

This div background color is #90747e


#90747e Border Color

<div style="border:3px solid #90747e">
Div here</div>

This div border color is #90747e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,116,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90747e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90747e;
  -webkit-box-shadow: 1px 1px 3px 2px #90747e;
  box-shadow:         1px 1px 3px 2px #90747e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90747e


Comments

No comments written yet.

Please login to write comment.