Color Hex Logo

#90747f Color Hex

#90747F
(144,116,127)
0 Favorites   0 Comments

Color spaces of #90747f

RGB 144116127
HSL0.930.110.51
HSV336°19°56°
CMYK 0.000.190.12   0.44
XYZ21.577819.952422.7926
Yxy19.95240.33550.3102
Hunter Lab44.66818.05871.0140
CIE-Lab51.783412.8489-1.8842

#90747f color RGB value is (144,116,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110100 01111111
Octal 220 164 177
Decimal 144 116 127
Hex 90 74 7F

RGB Percentages of Color #90747f

%37.21
%29.97
%32.82

CMYK Percentages of Color #90747f

%0
%19
%12
%44

Triadic Colors of #90747f

#90747f #7f9074 #747f90

Analogous Colors of #90747f

#90747f #907774 #90748d

Monochromatic Colors of #90747f

#90747f

Complementary Color

#90747f #749085

#90747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90747f Color CSS Codes

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

#90747f Text Font Color

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

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


#90747f Background Color

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

This div background color is #90747f


#90747f Border Color

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

This div border color is #90747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90747f


Comments

No comments written yet.

Please login to write comment.