Color Hex Logo

#91765c Color Hex

#91765C
(145,118,92)
0 Favorites   0 Comments

Color spaces of #91765c

RGB 14511892
HSL0.080.220.46
HSV29°37°57°
CMYK 0.000.190.37   0.43
XYZ20.087319.749312.8785
Yxy19.74930.38110.3746
Hunter Lab44.44022.913013.9262
CIE-Lab51.55266.652318.2955

#91765c color RGB value is (145,118,92).

#91765c hex color red value is 145, green value is 118 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #91765c hue: 0.08 , saturation: 0.22 and the lightness value of 91765c is 0.46.

The process color (four color CMYK) of #91765c color hex is 0.00, 0.19, 0.37, 0.43. Web safe color of #91765c is #996666. Color #91765c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 01011100
Octal 221 166 134
Decimal 145 118 92
Hex 91 76 5C

RGB Percentages of Color #91765c

%40.85
%33.24
%25.92

CMYK Percentages of Color #91765c

%0
%19
%37
%43

Triadic Colors of #91765c

#91765c #5c9176 #765c91

Analogous Colors of #91765c

#91765c #91915c #915c5d

Monochromatic Colors of #91765c

#91765c

Complementary Color

#91765c #5c7791

#91765c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91765c Color Preview on White Background

Lorem ipsum dolor sit amet.

#91765c Color CSS Codes

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

#91765c Text Font Color

<p style="color:#91765c">Text here</p>

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


#91765c Background Color

<div style="background-color:#91765c">
Div content here</div>

This div background color is #91765c


#91765c Border Color

<div style="border:3px solid #91765c">
Div here</div>

This div border color is #91765c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,118,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #91765c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #91765c;
  -webkit-box-shadow: 1px 1px 3px 2px #91765c;
  box-shadow:         1px 1px 3px 2px #91765c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,118,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91765c


Comments

No comments written yet.

Please login to write comment.