Color Hex Logo

#756240 Color Hex

#756240
(117,98,64)
0 Favorites   0 Comments

Color spaces of #756240

RGB 1179864
HSL0.110.290.35
HSV38°45°46°
CMYK 0.000.160.45   0.54
XYZ12.629212.88746.6724
Yxy12.88740.39230.4004
Hunter Lab35.8990-0.027414.1093
CIE-Lab42.59312.585922.1722

#756240 color RGB value is (117,98,64).

#756240 hex color red value is 117, green value is 98 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #756240 hue: 0.11 , saturation: 0.29 and the lightness value of 756240 is 0.35.

The process color (four color CMYK) of #756240 color hex is 0.00, 0.16, 0.45, 0.54. Web safe color of #756240 is #666633. Color #756240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100010 01000000
Octal 165 142 100
Decimal 117 98 64
Hex 75 62 40

RGB Percentages of Color #756240

%41.94
%35.13
%22.94

CMYK Percentages of Color #756240

%0
%16
%45
%54

Triadic Colors of #756240

#756240 #407562 #624075

Analogous Colors of #756240

#756240 #6e7540 #754840

Monochromatic Colors of #756240

#756240

Complementary Color

#756240 #405375

#756240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756240 Color CSS Codes

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

#756240 Text Font Color

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

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


#756240 Background Color

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

This div background color is #756240


#756240 Border Color

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

This div border color is #756240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756240


Comments

No comments written yet.

Please login to write comment.