Color Hex Logo

#755434 Color Hex

#755434
(117,84,52)
0 Favorites   0 Comments

Color spaces of #755434

RGB 1178452
HSL0.080.380.33
HSV30°56°46°
CMYK 0.000.280.56   0.54
XYZ11.126310.37054.6641
Yxy10.37050.42530.3964
Hunter Lab32.20335.316513.9551
CIE-Lab38.49939.680223.9857

#755434 color RGB value is (117,84,52).

#755434 hex color red value is 117, green value is 84 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #755434 hue: 0.08 , saturation: 0.38 and the lightness value of 755434 is 0.33.

The process color (four color CMYK) of #755434 color hex is 0.00, 0.28, 0.56, 0.54. Web safe color of #755434 is #666633. Color #755434 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010100 00110100
Octal 165 124 64
Decimal 117 84 52
Hex 75 54 34

RGB Percentages of Color #755434

%46.25
%33.20
%20.55

CMYK Percentages of Color #755434

%0
%28
%56
%54

Triadic Colors of #755434

#755434 #347554 #543475

Analogous Colors of #755434

#755434 #757534 #753435

Monochromatic Colors of #755434

#755434

Complementary Color

#755434 #345575

#755434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755434 Color CSS Codes

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

#755434 Text Font Color

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

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


#755434 Background Color

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

This div background color is #755434


#755434 Border Color

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

This div border color is #755434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755434


Comments

No comments written yet.

Please login to write comment.