Color Hex Logo

#757159 Color Hex

#757159
(117,113,89)
0 Favorites   0 Comments

Color spaces of #757159

RGB 11711389
HSL0.140.140.40
HSV51°24°46°
CMYK 0.000.030.24   0.54
XYZ15.044416.313411.8071
Yxy16.31340.34850.3779
Hunter Lab40.3899-4.194610.9407
CIE-Lab47.3830-2.734913.9083

#757159 color RGB value is (117,113,89).

#757159 hex color red value is 117, green value is 113 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #757159 hue: 0.14 , saturation: 0.14 and the lightness value of 757159 is 0.40.

The process color (four color CMYK) of #757159 color hex is 0.00, 0.03, 0.24, 0.54. Web safe color of #757159 is #666666. Color #757159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 01011001
Octal 165 161 131
Decimal 117 113 89
Hex 75 71 59

RGB Percentages of Color #757159

%36.68
%35.42
%27.90

CMYK Percentages of Color #757159

%0
%3
%24
%54

Triadic Colors of #757159

#757159 #597571 #715975

Analogous Colors of #757159

#757159 #6b7559 #756359

Monochromatic Colors of #757159

#757159

Complementary Color

#757159 #595d75

#757159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757159 Color CSS Codes

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

#757159 Text Font Color

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

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


#757159 Background Color

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

This div background color is #757159


#757159 Border Color

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

This div border color is #757159


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,113,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #757159; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #757159;
  -webkit-box-shadow: 1px 1px 3px 2px #757159;
  box-shadow:         1px 1px 3px 2px #757159; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757159


Comments

No comments written yet.

Please login to write comment.