Color Hex Logo

#757a4d Color Hex

#757A4D
(117,122,77)
0 Favorites   0 Comments

Color spaces of #757a4d

RGB 11712277
HSL0.190.230.39
HSV67°37°48°
CMYK 0.040.000.37   0.52
XYZ15.635218.23689.7172
Yxy18.23680.35870.4184
Hunter Lab42.7046-9.379716.4021
CIE-Lab49.7821-9.580624.0408

#757a4d color RGB value is (117,122,77).

#757a4d hex color red value is 117, green value is 122 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #757a4d hue: 0.19 , saturation: 0.23 and the lightness value of 757a4d is 0.39.

The process color (four color CMYK) of #757a4d color hex is 0.04, 0.00, 0.37, 0.52. Web safe color of #757a4d is #666666. Color #757a4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 01001101
Octal 165 172 115
Decimal 117 122 77
Hex 75 7A 4D

RGB Percentages of Color #757a4d

%37.03
%38.61
%24.37

CMYK Percentages of Color #757a4d

%4
%0
%37
%52

Triadic Colors of #757a4d

#757a4d #4d757a #7a4d75

Analogous Colors of #757a4d

#757a4d #5f7a4d #7a694d

Monochromatic Colors of #757a4d

#757a4d

Complementary Color

#757a4d #524d7a

#757a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#757a4d Color CSS Codes

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

#757a4d Text Font Color

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

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


#757a4d Background Color

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

This div background color is #757a4d


#757a4d Border Color

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

This div border color is #757a4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757a4d


Comments

No comments written yet.

Please login to write comment.