Color Hex Logo

#756859 Color Hex

#756859
(117,104,89)
0 Favorites   0 Comments

Color spaces of #756859

RGB 11710489
HSL0.090.140.40
HSV32°24°46°
CMYK 0.000.110.24   0.54
XYZ14.089614.403811.4888
Yxy14.40380.35240.3603
Hunter Lab37.9523-0.14948.6186
CIE-Lab44.80652.523310.3310

#756859 color RGB value is (117,104,89).

#756859 hex color red value is 117, green value is 104 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #756859 hue: 0.09 , saturation: 0.14 and the lightness value of 756859 is 0.40.

The process color (four color CMYK) of #756859 color hex is 0.00, 0.11, 0.24, 0.54. Web safe color of #756859 is #666666. Color #756859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 01011001
Octal 165 150 131
Decimal 117 104 89
Hex 75 68 59

RGB Percentages of Color #756859

%37.74
%33.55
%28.71

CMYK Percentages of Color #756859

%0
%11
%24
%54

Triadic Colors of #756859

#756859 #597568 #685975

Analogous Colors of #756859

#756859 #747559 #755a59

Monochromatic Colors of #756859

#756859

Complementary Color

#756859 #596675

#756859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756859 Color CSS Codes

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

#756859 Text Font Color

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

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


#756859 Background Color

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

This div background color is #756859


#756859 Border Color

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

This div border color is #756859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756859


Comments

No comments written yet.

Please login to write comment.