Color Hex Logo

#757256 Color Hex

#757256
(117,114,86)
0 Favorites   0 Comments

Color spaces of #757256

RGB 11711486
HSL0.150.150.40
HSV54°26°46°
CMYK 0.000.030.26   0.54
XYZ15.033116.488411.1944
Yxy16.48840.35190.3860
Hunter Lab40.6059-4.976212.0788
CIE-Lab47.6088-3.776015.9768

#757256 color RGB value is (117,114,86).

#757256 hex color red value is 117, green value is 114 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #757256 hue: 0.15 , saturation: 0.15 and the lightness value of 757256 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 01010110
Octal 165 162 126
Decimal 117 114 86
Hex 75 72 56

RGB Percentages of Color #757256

%36.91
%35.96
%27.13

CMYK Percentages of Color #757256

%0
%3
%26
%54

Triadic Colors of #757256

#757256 #567572 #725675

Analogous Colors of #757256

#757256 #697556 #756356

Monochromatic Colors of #757256

#757256

Complementary Color

#757256 #565975

#757256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757256 Color CSS Codes

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

#757256 Text Font Color

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

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


#757256 Background Color

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

This div background color is #757256


#757256 Border Color

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

This div border color is #757256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757256


Comments

No comments written yet.

Please login to write comment.