Color Hex Logo

#754711 Color Hex

#754711
(117,71,17)
0 Favorites   0 Comments

Color spaces of #754711

RGB 1177117
HSL0.090.750.26
HSV32°85°46°
CMYK 0.000.390.85   0.54
XYZ9.69058.32891.6272
Yxy8.32890.49320.4239
Hunter Lab28.85989.431716.8589
CIE-Lab34.658715.225638.0792

#754711 color RGB value is (117,71,17).

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

The process color (four color CMYK) of #754711 color hex is 0.00, 0.39, 0.85, 0.54. Web safe color of #754711 is #663300. Color #754711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 00010001
Octal 165 107 21
Decimal 117 71 17
Hex 75 47 11

RGB Percentages of Color #754711

%57.07
%34.63
%8.29

CMYK Percentages of Color #754711

%0
%39
%85
%54

Triadic Colors of #754711

#754711 #117547 #471175

Analogous Colors of #754711

#754711 #717511 #751511

Monochromatic Colors of #754711

#754711

Complementary Color

#754711 #113f75

#754711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754711 Color CSS Codes

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

#754711 Text Font Color

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

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


#754711 Background Color

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

This div background color is #754711


#754711 Border Color

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

This div border color is #754711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754711


Comments

No comments written yet.

Please login to write comment.