Color Hex Logo

#75565f Color Hex

#75565F
(117,86,95)
0 Favorites   0 Comments

Color spaces of #75565f

RGB 1178695
HSL0.950.150.40
HSV343°26°46°
CMYK 0.000.260.19   0.54
XYZ12.729511.263712.3297
Yxy11.26370.35050.3101
Hunter Lab33.56148.97071.7112
CIE-Lab40.021114.3457-0.1715

#75565f color RGB value is (117,86,95).

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

The process color (four color CMYK) of #75565f color hex is 0.00, 0.26, 0.19, 0.54. Web safe color of #75565f is #666666. Color #75565f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010110 01011111
Octal 165 126 137
Decimal 117 86 95
Hex 75 56 5F

RGB Percentages of Color #75565f

%39.26
%28.86
%31.88

CMYK Percentages of Color #75565f

%0
%26
%19
%54

Triadic Colors of #75565f

#75565f #5f7556 #565f75

Analogous Colors of #75565f

#75565f #755d56 #75566f

Monochromatic Colors of #75565f

#75565f

Complementary Color

#75565f #56756c

#75565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75565f Color CSS Codes

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

#75565f Text Font Color

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

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


#75565f Background Color

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

This div background color is #75565f


#75565f Border Color

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

This div border color is #75565f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75565f


Comments

No comments written yet.

Please login to write comment.