Color Hex Logo

#75464f Color Hex

#75464F
(117,70,79)
0 Favorites   0 Comments

Color spaces of #75464f

RGB 1177079
HSL0.970.250.37
HSV349°40°46°
CMYK 0.000.400.32   0.54
XYZ10.93768.72678.5051
Yxy8.72670.38830.3098
Hunter Lab29.541014.39323.6086
CIE-Lab35.452721.42183.2174

#75464f color RGB value is (117,70,79).

#75464f hex color red value is 117, green value is 70 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #75464f hue: 0.97 , saturation: 0.25 and the lightness value of 75464f is 0.37.

The process color (four color CMYK) of #75464f color hex is 0.00, 0.40, 0.32, 0.54. Web safe color of #75464f is #663366. Color #75464f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000110 01001111
Octal 165 106 117
Decimal 117 70 79
Hex 75 46 4F

RGB Percentages of Color #75464f

%43.98
%26.32
%29.70

CMYK Percentages of Color #75464f

%0
%40
%32
%54

Triadic Colors of #75464f

#75464f #4f7546 #464f75

Analogous Colors of #75464f

#75464f #755546 #754667

Monochromatic Colors of #75464f

#75464f

Complementary Color

#75464f #46756c

#75464f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75464f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75464f Color CSS Codes

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

#75464f Text Font Color

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

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


#75464f Background Color

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

This div background color is #75464f


#75464f Border Color

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

This div border color is #75464f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75464f


Comments

No comments written yet.

Please login to write comment.