Color Hex Logo

#75705e Color Hex

#75705E
(117,112,94)
0 Favorites   0 Comments

Color spaces of #75705e

RGB 11711294
HSL0.130.110.41
HSV47°20°46°
CMYK 0.000.040.20   0.54
XYZ15.150716.178412.9139
Yxy16.17840.34240.3657
Hunter Lab40.2224-3.15309.1199
CIE-Lab47.2077-1.343610.7145

#75705e color RGB value is (117,112,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110000 01011110
Octal 165 160 136
Decimal 117 112 94
Hex 75 70 5E

RGB Percentages of Color #75705e

%36.22
%34.67
%29.10

CMYK Percentages of Color #75705e

%0
%4
%20
%54

Triadic Colors of #75705e

#75705e #5e7570 #705e75

Analogous Colors of #75705e

#75705e #6f755e #75655e

Monochromatic Colors of #75705e

#75705e

Complementary Color

#75705e #5e6375

#75705e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75705e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75705e Color CSS Codes

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

#75705e Text Font Color

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

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


#75705e Background Color

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

This div background color is #75705e


#75705e Border Color

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

This div border color is #75705e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,112,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 #75705e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75705e


Comments

No comments written yet.

Please login to write comment.