Color Hex Logo

#755511 Color Hex

#755511
(117,85,17)
0 Favorites   0 Comments

Color spaces of #755511

RGB 1178517
HSL0.110.750.26
HSV41°85°46°
CMYK 0.000.270.85   0.54
XYZ10.685810.31941.9590
Yxy10.31940.46530.4494
Hunter Lab32.12383.160318.8710
CIE-Lab38.40976.795341.4029

#755511 color RGB value is (117,85,17).

#755511 hex color red value is 117, green value is 85 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #755511 hue: 0.11 , saturation: 0.75 and the lightness value of 755511 is 0.26.

The process color (four color CMYK) of #755511 color hex is 0.00, 0.27, 0.85, 0.54. Web safe color of #755511 is #666600. Color #755511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 00010001
Octal 165 125 21
Decimal 117 85 17
Hex 75 55 11

RGB Percentages of Color #755511

%53.42
%38.81
%7.76

CMYK Percentages of Color #755511

%0
%27
%85
%54

Triadic Colors of #755511

#755511 #117555 #551175

Analogous Colors of #755511

#755511 #637511 #752311

Monochromatic Colors of #755511

#755511

Complementary Color

#755511 #113175

#755511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755511 Color CSS Codes

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

#755511 Text Font Color

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

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


#755511 Background Color

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

This div background color is #755511


#755511 Border Color

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

This div border color is #755511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755511


Comments

No comments written yet.

Please login to write comment.