Color Hex Logo

#754729 Color Hex

#754729
(117,71,41)
0 Favorites   0 Comments

Color spaces of #754729

RGB 1177141
HSL0.070.480.31
HSV24°65°46°
CMYK 0.000.390.65   0.54
XYZ9.98968.44853.2020
Yxy8.44850.46160.3904
Hunter Lab29.066310.481413.8149
CIE-Lab34.900016.564226.0257

#754729 color RGB value is (117,71,41).

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

The process color (four color CMYK) of #754729 color hex is 0.00, 0.39, 0.65, 0.54. Web safe color of #754729 is #663333. Color #754729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 00101001
Octal 165 107 51
Decimal 117 71 41
Hex 75 47 29

RGB Percentages of Color #754729

%51.09
%31.00
%17.90

CMYK Percentages of Color #754729

%0
%39
%65
%54

Triadic Colors of #754729

#754729 #297547 #472975

Analogous Colors of #754729

#754729 #756d29 #752931

Monochromatic Colors of #754729

#754729

Complementary Color

#754729 #295775

#754729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754729 Color CSS Codes

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

#754729 Text Font Color

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

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


#754729 Background Color

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

This div background color is #754729


#754729 Border Color

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

This div border color is #754729


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,71,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 #754729">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754729


Comments

No comments written yet.

Please login to write comment.