Color Hex Logo

#757555 Color Hex

#757555
(117,117,85)
0 Favorites   0 Comments

Color spaces of #757555

RGB 11711785
HSL0.170.160.40
HSV60°27°46°
CMYK 0.000.000.27   0.54
XYZ15.337117.160411.0983
Yxy17.16040.35180.3936
Hunter Lab41.4251-6.406713.1131
CIE-Lab48.4615-5.640817.7157

#757555 color RGB value is (117,117,85).

#757555 hex color red value is 117, green value is 117 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #757555 hue: 0.17 , saturation: 0.16 and the lightness value of 757555 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 01010101
Octal 165 165 125
Decimal 117 117 85
Hex 75 75 55

RGB Percentages of Color #757555

%36.68
%36.68
%26.65

CMYK Percentages of Color #757555

%0
%0
%27
%54

Triadic Colors of #757555

#757555 #557575 #755575

Analogous Colors of #757555

#757555 #657555 #756555

Monochromatic Colors of #757555

#757555

Complementary Color

#757555 #555575

#757555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757555 Color CSS Codes

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

#757555 Text Font Color

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

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


#757555 Background Color

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

This div background color is #757555


#757555 Border Color

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

This div border color is #757555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757555


Comments

No comments written yet.

Please login to write comment.