Color Hex Logo

#757166 Color Hex

#757166
(117,113,102)
0 Favorites   0 Comments

Color spaces of #757166

RGB 117113102
HSL0.120.070.43
HSV44°13°46°
CMYK 0.000.030.13   0.54
XYZ15.639516.551514.9408
Yxy16.55150.33180.3512
Hunter Lab40.6835-2.57756.7046
CIE-Lab47.6899-0.53746.6525

#757166 color RGB value is (117,113,102).

#757166 hex color red value is 117, green value is 113 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #757166 hue: 0.12 , saturation: 0.07 and the lightness value of 757166 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110001 01100110
Octal 165 161 146
Decimal 117 113 102
Hex 75 71 66

RGB Percentages of Color #757166

%35.24
%34.04
%30.72

CMYK Percentages of Color #757166

%0
%3
%13
%54

Triadic Colors of #757166

#757166 #667571 #716675

Analogous Colors of #757166

#757166 #727566 #756a66

Monochromatic Colors of #757166

#757166

Complementary Color

#757166 #666a75

#757166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757166 Color CSS Codes

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

#757166 Text Font Color

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

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


#757166 Background Color

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

This div background color is #757166


#757166 Border Color

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

This div border color is #757166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757166


Comments

No comments written yet.

Please login to write comment.