Color Hex Logo

#75455f Color Hex

#75455F
(117,69,95)
0 Favorites   0 Comments

Color spaces of #75455f

RGB 1176995
HSL0.910.260.36
HSV328°41°46°
CMYK 0.000.410.19   0.54
XYZ11.52988.864411.9298
Yxy8.86440.35670.2742
Hunter Lab29.773117.0220-2.9157
CIE-Lab35.721924.5737-6.5263

#75455f color RGB value is (117,69,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000101 01011111
Octal 165 105 137
Decimal 117 69 95
Hex 75 45 5F

RGB Percentages of Color #75455f

%41.64
%24.56
%33.81

CMYK Percentages of Color #75455f

%0
%41
%19
%54

Triadic Colors of #75455f

#75455f #5f7545 #455f75

Analogous Colors of #75455f

#75455f #754547 #734575

Monochromatic Colors of #75455f

#75455f

Complementary Color

#75455f #45755b

#75455f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75455f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75455f Color CSS Codes

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

#75455f Text Font Color

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

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


#75455f Background Color

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

This div background color is #75455f


#75455f Border Color

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

This div border color is #75455f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75455f


Comments

No comments written yet.

Please login to write comment.