Color Hex Logo

#756029 Color Hex

#756029
(117,96,41)
0 Favorites   0 Comments

Color spaces of #756029

RGB 1179641
HSL0.120.480.31
HSV43°65°46°
CMYK 0.000.180.65   0.54
XYZ11.919212.30773.8452
Yxy12.30770.42460.4384
Hunter Lab35.0823-0.748818.0592
CIE-Lab41.70101.557233.8676

#756029 color RGB value is (117,96,41).

#756029 hex color red value is 117, green value is 96 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #756029 hue: 0.12 , saturation: 0.48 and the lightness value of 756029 is 0.31.

The process color (four color CMYK) of #756029 color hex is 0.00, 0.18, 0.65, 0.54. Web safe color of #756029 is #666633. Color #756029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100000 00101001
Octal 165 140 51
Decimal 117 96 41
Hex 75 60 29

RGB Percentages of Color #756029

%46.06
%37.80
%16.14

CMYK Percentages of Color #756029

%0
%18
%65
%54

Triadic Colors of #756029

#756029 #297560 #602975

Analogous Colors of #756029

#756029 #647529 #753a29

Monochromatic Colors of #756029

#756029

Complementary Color

#756029 #293e75

#756029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756029 Color CSS Codes

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

#756029 Text Font Color

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

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


#756029 Background Color

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

This div background color is #756029


#756029 Border Color

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

This div border color is #756029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756029


Comments

No comments written yet.

Please login to write comment.