Color Hex Logo

#755646 Color Hex

#755646
(117,86,70)
0 Favorites   0 Comments

Color spaces of #755646

RGB 1178670
HSL0.060.250.37
HSV20°40°46°
CMYK 0.000.260.40   0.54
XYZ11.769410.87977.2740
Yxy10.87970.39330.3636
Hunter Lab32.98445.969210.0139
CIE-Lab39.377110.521214.3254

#755646 color RGB value is (117,86,70).

#755646 hex color red value is 117, green value is 86 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #755646 hue: 0.06 , saturation: 0.25 and the lightness value of 755646 is 0.37.

The process color (four color CMYK) of #755646 color hex is 0.00, 0.26, 0.40, 0.54. Web safe color of #755646 is #666633. Color #755646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010110 01000110
Octal 165 126 106
Decimal 117 86 70
Hex 75 56 46

RGB Percentages of Color #755646

%42.86
%31.50
%25.64

CMYK Percentages of Color #755646

%0
%26
%40
%54

Triadic Colors of #755646

#755646 #467556 #564675

Analogous Colors of #755646

#755646 #756e46 #75464e

Monochromatic Colors of #755646

#755646

Complementary Color

#755646 #466575

#755646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755646 Color CSS Codes

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

#755646 Text Font Color

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

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


#755646 Background Color

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

This div background color is #755646


#755646 Border Color

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

This div border color is #755646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755646


Comments

No comments written yet.

Please login to write comment.