Color Hex Logo

#757842 Color Hex

#757842
(117,120,66)
0 Favorites   0 Comments

Color spaces of #757842

RGB 11712066
HSL0.180.290.36
HSV63°45°47°
CMYK 0.030.000.45   0.53
XYZ15.036017.60827.7605
Yxy17.60820.37210.4358
Hunter Lab41.9621-9.473018.4084
CIE-Lab49.0174-9.830029.1763

#757842 color RGB value is (117,120,66).

#757842 hex color red value is 117, green value is 120 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #757842 hue: 0.18 , saturation: 0.29 and the lightness value of 757842 is 0.36.

The process color (four color CMYK) of #757842 color hex is 0.03, 0.00, 0.45, 0.53. Web safe color of #757842 is #666633. Color #757842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111000 01000010
Octal 165 170 102
Decimal 117 120 66
Hex 75 78 42

RGB Percentages of Color #757842

%38.61
%39.60
%21.78

CMYK Percentages of Color #757842

%3
%0
%45
%53

Triadic Colors of #757842

#757842 #427578 #784275

Analogous Colors of #757842

#757842 #5a7842 #786042

Monochromatic Colors of #757842

#757842

Complementary Color

#757842 #454278

#757842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757842 Color CSS Codes

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

#757842 Text Font Color

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

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


#757842 Background Color

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

This div background color is #757842


#757842 Border Color

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

This div border color is #757842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757842


Comments

No comments written yet.

Please login to write comment.