Color Hex Logo

#756753 Color Hex

#756753
(117,103,83)
0 Favorites   0 Comments

Color spaces of #756753

RGB 11710383
HSL0.100.170.39
HSV35°29°46°
CMYK 0.000.120.29   0.54
XYZ13.747714.106910.1819
Yxy14.10690.36140.3709
Hunter Lab37.5592-0.392510.2185
CIE-Lab44.38592.178613.3344

#756753 color RGB value is (117,103,83).

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

The process color (four color CMYK) of #756753 color hex is 0.00, 0.12, 0.29, 0.54. Web safe color of #756753 is #666666. Color #756753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 01010011
Octal 165 147 123
Decimal 117 103 83
Hex 75 67 53

RGB Percentages of Color #756753

%38.61
%33.99
%27.39

CMYK Percentages of Color #756753

%0
%12
%29
%54

Triadic Colors of #756753

#756753 #537567 #675375

Analogous Colors of #756753

#756753 #727553 #755653

Monochromatic Colors of #756753

#756753

Complementary Color

#756753 #536175

#756753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756753 Color CSS Codes

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

#756753 Text Font Color

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

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


#756753 Background Color

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

This div background color is #756753


#756753 Border Color

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

This div border color is #756753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756753


Comments

No comments written yet.

Please login to write comment.