Color Hex Logo

#755142 Color Hex

#755142
(117,81,66)
0 Favorites   0 Comments

Color spaces of #755142

RGB 1178166
HSL0.050.280.36
HSV18°44°46°
CMYK 0.000.310.44   0.54
XYZ11.261910.06016.5025
Yxy10.06010.40470.3616
Hunter Lab31.71777.873610.0472
CIE-Lab37.950113.037414.8420

#755142 color RGB value is (117,81,66).

#755142 hex color red value is 117, green value is 81 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #755142 hue: 0.05 , saturation: 0.28 and the lightness value of 755142 is 0.36.

The process color (four color CMYK) of #755142 color hex is 0.00, 0.31, 0.44, 0.54. Web safe color of #755142 is #666633. Color #755142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010001 01000010
Octal 165 121 102
Decimal 117 81 66
Hex 75 51 42

RGB Percentages of Color #755142

%44.32
%30.68
%25.00

CMYK Percentages of Color #755142

%0
%31
%44
%54

Triadic Colors of #755142

#755142 #427551 #514275

Analogous Colors of #755142

#755142 #756b42 #75424d

Monochromatic Colors of #755142

#755142

Complementary Color

#755142 #426675

#755142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755142 Color CSS Codes

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

#755142 Text Font Color

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

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


#755142 Background Color

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

This div background color is #755142


#755142 Border Color

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

This div border color is #755142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755142


Comments

No comments written yet.

Please login to write comment.