Color Hex Logo

#755517 Color Hex

#755517
(117,85,23)
0 Favorites   0 Comments

Color spaces of #755517

RGB 1178523
HSL0.110.670.27
HSV40°80°46°
CMYK 0.000.270.80   0.54
XYZ10.739310.34082.2406
Yxy10.34080.46050.4434
Hunter Lab32.15713.337518.3789
CIE-Lab38.44737.035439.0682

#755517 color RGB value is (117,85,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 00010111
Octal 165 125 27
Decimal 117 85 23
Hex 75 55 17

RGB Percentages of Color #755517

%52.00
%37.78
%10.22

CMYK Percentages of Color #755517

%0
%27
%80
%54

Triadic Colors of #755517

#755517 #177555 #551775

Analogous Colors of #755517

#755517 #667517 #752617

Monochromatic Colors of #755517

#755517

Complementary Color

#755517 #173775

#755517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755517 Color CSS Codes

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

#755517 Text Font Color

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

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


#755517 Background Color

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

This div background color is #755517


#755517 Border Color

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

This div border color is #755517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755517


Comments

No comments written yet.

Please login to write comment.