Color Hex Logo

#90756f Color Hex

#90756F
(144,117,111)
0 Favorites   0 Comments

Color spaces of #90756f

RGB 144117111
HSL0.030.130.50
HSV11°23°56°
CMYK 0.000.190.23   0.44
XYZ20.732119.799617.7679
Yxy19.79960.35560.3396
Hunter Lab44.49675.29817.4728
CIE-Lab51.60999.55867.2767

#90756f color RGB value is (144,117,111).

#90756f hex color red value is 144, green value is 117 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #90756f hue: 0.03 , saturation: 0.13 and the lightness value of 90756f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110101 01101111
Octal 220 165 157
Decimal 144 117 111
Hex 90 75 6F

RGB Percentages of Color #90756f

%38.71
%31.45
%29.84

CMYK Percentages of Color #90756f

%0
%19
%23
%44

Triadic Colors of #90756f

#90756f #6f9075 #756f90

Analogous Colors of #90756f

#90756f #90866f #906f7a

Monochromatic Colors of #90756f

#90756f

Complementary Color

#90756f #6f8a90

#90756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90756f Color CSS Codes

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

#90756f Text Font Color

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

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


#90756f Background Color

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

This div background color is #90756f


#90756f Border Color

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

This div border color is #90756f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90756f


Comments

No comments written yet.

Please login to write comment.