Color Hex Logo

#757261 Color Hex

#757261
(117,114,97)
0 Favorites   0 Comments

Color spaces of #757261

RGB 11711497
HSL0.140.090.42
HSV51°17°46°
CMYK 0.000.030.17   0.54
XYZ15.511116.679613.7112
Yxy16.67960.33790.3634
Hunter Lab40.8407-3.67778.6834
CIE-Lab47.8538-1.99579.8464

#757261 color RGB value is (117,114,97).

#757261 hex color red value is 117, green value is 114 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #757261 hue: 0.14 , saturation: 0.09 and the lightness value of 757261 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 01100001
Octal 165 162 141
Decimal 117 114 97
Hex 75 72 61

RGB Percentages of Color #757261

%35.67
%34.76
%29.57

CMYK Percentages of Color #757261

%0
%3
%17
%54

Triadic Colors of #757261

#757261 #617572 #726175

Analogous Colors of #757261

#757261 #6e7561 #756861

Monochromatic Colors of #757261

#757261

Complementary Color

#757261 #616475

#757261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757261 Color CSS Codes

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

#757261 Text Font Color

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

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


#757261 Background Color

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

This div background color is #757261


#757261 Border Color

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

This div border color is #757261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757261


Comments

No comments written yet.

Please login to write comment.