Color Hex Logo

#755320 Color Hex

#755320
(117,83,32)
0 Favorites   0 Comments

Color spaces of #755320

RGB 1178332
HSL0.100.570.29
HSV36°73°46°
CMYK 0.000.290.73   0.54
XYZ10.690110.07272.7473
Yxy10.07270.45470.4284
Hunter Lab31.73754.583217.0839
CIE-Lab37.97268.711634.3958

#755320 color RGB value is (117,83,32).

#755320 hex color red value is 117, green value is 83 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #755320 hue: 0.10 , saturation: 0.57 and the lightness value of 755320 is 0.29.

The process color (four color CMYK) of #755320 color hex is 0.00, 0.29, 0.73, 0.54. Web safe color of #755320 is #666633. Color #755320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010011 00100000
Octal 165 123 40
Decimal 117 83 32
Hex 75 53 20

RGB Percentages of Color #755320

%50.43
%35.78
%13.79

CMYK Percentages of Color #755320

%0
%29
%73
%54

Triadic Colors of #755320

#755320 #207553 #532075

Analogous Colors of #755320

#755320 #6d7520 #752920

Monochromatic Colors of #755320

#755320

Complementary Color

#755320 #204275

#755320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755320 Color CSS Codes

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

#755320 Text Font Color

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

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


#755320 Background Color

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

This div background color is #755320


#755320 Border Color

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

This div border color is #755320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755320


Comments

No comments written yet.

Please login to write comment.