Color Hex Logo

#75475f Color Hex

#75475F
(117,71,95)
0 Favorites   0 Comments

Color spaces of #75475f

RGB 1177195
HSL0.910.240.37
HSV329°39°46°
CMYK 0.000.390.19   0.54
XYZ11.65499.114611.9715
Yxy9.11460.35600.2784
Hunter Lab30.190416.0761-2.3772
CIE-Lab36.204023.3876-5.8065

#75475f color RGB value is (117,71,95).

#75475f hex color red value is 117, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #75475f hue: 0.91 , saturation: 0.24 and the lightness value of 75475f is 0.37.

The process color (four color CMYK) of #75475f color hex is 0.00, 0.39, 0.19, 0.54. Web safe color of #75475f is #663366. Color #75475f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000111 01011111
Octal 165 107 137
Decimal 117 71 95
Hex 75 47 5F

RGB Percentages of Color #75475f

%41.34
%25.09
%33.57

CMYK Percentages of Color #75475f

%0
%39
%19
%54

Triadic Colors of #75475f

#75475f #5f7547 #475f75

Analogous Colors of #75475f

#75475f #754748 #744775

Monochromatic Colors of #75475f

#75475f

Complementary Color

#75475f #47755d

#75475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75475f Color CSS Codes

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

#75475f Text Font Color

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

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


#75475f Background Color

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

This div background color is #75475f


#75475f Border Color

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

This div border color is #75475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75475f


Comments

No comments written yet.

Please login to write comment.