Color Hex Logo

#75566e Color Hex

#75566E
(117,86,110)
0 Favorites   0 Comments

Color spaces of #75566e

RGB 11786110
HSL0.870.150.40
HSV314°26°46°
CMYK 0.000.260.06   0.54
XYZ13.478411.563316.2734
Yxy11.56330.32620.2799
Hunter Lab34.004911.2430-4.5705
CIE-Lab40.513517.1449-8.7006

#75566e color RGB value is (117,86,110).

#75566e hex color red value is 117, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #75566e hue: 0.87 , saturation: 0.15 and the lightness value of 75566e is 0.40.

The process color (four color CMYK) of #75566e color hex is 0.00, 0.26, 0.06, 0.54. Web safe color of #75566e is #666666. Color #75566e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010110 01101110
Octal 165 126 156
Decimal 117 86 110
Hex 75 56 6E

RGB Percentages of Color #75566e

%37.38
%27.48
%35.14

CMYK Percentages of Color #75566e

%0
%26
%6
%54

Triadic Colors of #75566e

#75566e #6e7556 #566e75

Analogous Colors of #75566e

#75566e #75565f #6d5675

Monochromatic Colors of #75566e

#75566e

Complementary Color

#75566e #56755d

#75566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75566e Color CSS Codes

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

#75566e Text Font Color

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

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


#75566e Background Color

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

This div background color is #75566e


#75566e Border Color

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

This div border color is #75566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75566e


Comments

No comments written yet.

Please login to write comment.