Color Hex Logo

#757271 Color Hex

#757271
(117,114,113)
0 Favorites   0 Comments

Color spaces of #757271

RGB 117114113
HSL0.040.020.45
HSV15°46°
CMYK 0.000.030.03   0.54
XYZ16.334117.008818.0449
Yxy17.00880.31790.3310
Hunter Lab41.2417-1.47672.9275
CIE-Lab48.27110.95490.9552

#757271 color RGB value is (117,114,113).

#757271 hex color red value is 117, green value is 114 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #757271 hue: 0.04 , saturation: 0.02 and the lightness value of 757271 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 01110001
Octal 165 162 161
Decimal 117 114 113
Hex 75 72 71

RGB Percentages of Color #757271

%34.01
%33.14
%32.85

CMYK Percentages of Color #757271

%0
%3
%3
%54

Triadic Colors of #757271

#757271 #717572 #727175

Analogous Colors of #757271

#757271 #757471 #757172

Monochromatic Colors of #757271

#757271

Complementary Color

#757271 #717475

#757271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757271 Color CSS Codes

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

#757271 Text Font Color

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

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


#757271 Background Color

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

This div background color is #757271


#757271 Border Color

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

This div border color is #757271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757271


Comments

No comments written yet.

Please login to write comment.