Color Hex Logo

#755042 Color Hex

#755042
(117,80,66)
0 Favorites   0 Comments

Color spaces of #755042

RGB 1178066
HSL0.050.280.36
HSV16°44°46°
CMYK 0.000.320.44   0.54
XYZ11.18819.91266.4779
Yxy9.91260.40570.3594
Hunter Lab31.48438.33349.8401
CIE-Lab37.685113.641914.4838

#755042 color RGB value is (117,80,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010000 01000010
Octal 165 120 102
Decimal 117 80 66
Hex 75 50 42

RGB Percentages of Color #755042

%44.49
%30.42
%25.10

CMYK Percentages of Color #755042

%0
%32
%44
%54

Triadic Colors of #755042

#755042 #427550 #504275

Analogous Colors of #755042

#755042 #756a42 #75424e

Monochromatic Colors of #755042

#755042

Complementary Color

#755042 #426775

#755042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755042 Color CSS Codes

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

#755042 Text Font Color

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

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


#755042 Background Color

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

This div background color is #755042


#755042 Border Color

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

This div border color is #755042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755042


Comments

No comments written yet.

Please login to write comment.