Color Hex Logo

#756171 Color Hex

#756171
(117,97,113)
0 Favorites   0 Comments

Color spaces of #756171

RGB 11797113
HSL0.870.090.42
HSV312°17°46°
CMYK 0.000.170.03   0.54
XYZ14.591413.523617.4640
Yxy13.52360.32010.2967
Hunter Lab36.77446.4701-2.4144
CIE-Lab43.541811.0796-6.0071

#756171 color RGB value is (117,97,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100001 01110001
Octal 165 141 161
Decimal 117 97 113
Hex 75 61 71

RGB Percentages of Color #756171

%35.78
%29.66
%34.56

CMYK Percentages of Color #756171

%0
%17
%3
%54

Triadic Colors of #756171

#756171 #717561 #617175

Analogous Colors of #756171

#756171 #756167 #6f6175

Monochromatic Colors of #756171

#756171

Complementary Color

#756171 #617565

#756171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756171 Color CSS Codes

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

#756171 Text Font Color

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

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


#756171 Background Color

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

This div background color is #756171


#756171 Border Color

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

This div border color is #756171


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,97,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 #756171">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756171


Comments

No comments written yet.

Please login to write comment.