Color Hex Logo

#75685e Color Hex

#75685E
(117,104,94)
0 Favorites   0 Comments

Color spaces of #75685e

RGB 11710494
HSL0.070.110.41
HSV26°20°46°
CMYK 0.000.110.20   0.54
XYZ14.306814.490712.6326
Yxy14.49070.34530.3498
Hunter Lab38.06670.47006.9710
CIE-Lab44.92863.35017.5037

#75685e color RGB value is (117,104,94).

#75685e hex color red value is 117, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #75685e hue: 0.07 , saturation: 0.11 and the lightness value of 75685e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 01011110
Octal 165 150 136
Decimal 117 104 94
Hex 75 68 5E

RGB Percentages of Color #75685e

%37.14
%33.02
%29.84

CMYK Percentages of Color #75685e

%0
%11
%20
%54

Triadic Colors of #75685e

#75685e #5e7568 #685e75

Analogous Colors of #75685e

#75685e #75745e #755e60

Monochromatic Colors of #75685e

#75685e

Complementary Color

#75685e #5e6b75

#75685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75685e Color CSS Codes

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

#75685e Text Font Color

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

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


#75685e Background Color

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

This div background color is #75685e


#75685e Border Color

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

This div border color is #75685e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75685e


Comments

No comments written yet.

Please login to write comment.