Color Hex Logo

#75684c Color Hex

#75684C
(117,104,76)
0 Favorites   0 Comments

Color spaces of #75684c

RGB 11710476
HSL0.110.210.38
HSV41°35°46°
CMYK 0.000.110.35   0.54
XYZ13.590914.20438.8629
Yxy14.20430.37070.3875
Hunter Lab37.6886-1.586112.4393
CIE-Lab44.52450.579317.6760

#75684c color RGB value is (117,104,76).

#75684c hex color red value is 117, green value is 104 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #75684c hue: 0.11 , saturation: 0.21 and the lightness value of 75684c is 0.38.

The process color (four color CMYK) of #75684c color hex is 0.00, 0.11, 0.35, 0.54. Web safe color of #75684c is #666633. Color #75684c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 01001100
Octal 165 150 114
Decimal 117 104 76
Hex 75 68 4C

RGB Percentages of Color #75684c

%39.39
%35.02
%25.59

CMYK Percentages of Color #75684c

%0
%11
%35
%54

Triadic Colors of #75684c

#75684c #4c7568 #684c75

Analogous Colors of #75684c

#75684c #6e754c #75544c

Monochromatic Colors of #75684c

#75684c

Complementary Color

#75684c #4c5975

#75684c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75684c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75684c Color CSS Codes

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

#75684c Text Font Color

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

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


#75684c Background Color

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

This div background color is #75684c


#75684c Border Color

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

This div border color is #75684c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75684c


Comments

No comments written yet.

Please login to write comment.