Color Hex Logo

#754959 Color Hex

#754959
(117,73,89)
0 Favorites   0 Comments

Color spaces of #754959

RGB 1177389
HSL0.940.230.37
HSV338°38°46°
CMYK 0.000.380.24   0.54
XYZ11.52189.268310.6329
Yxy9.26830.36670.2950
Hunter Lab30.443914.27840.6030
CIE-Lab36.495821.1805-1.5902

#754959 color RGB value is (117,73,89).

#754959 hex color red value is 117, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #754959 hue: 0.94 , saturation: 0.23 and the lightness value of 754959 is 0.37.

The process color (four color CMYK) of #754959 color hex is 0.00, 0.38, 0.24, 0.54. Web safe color of #754959 is #663366. Color #754959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 01011001
Octal 165 111 131
Decimal 117 73 89
Hex 75 49 59

RGB Percentages of Color #754959

%41.94
%26.16
%31.90

CMYK Percentages of Color #754959

%0
%38
%24
%54

Triadic Colors of #754959

#754959 #597549 #495975

Analogous Colors of #754959

#754959 #754f49 #75496f

Monochromatic Colors of #754959

#754959

Complementary Color

#754959 #497565

#754959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754959 Color CSS Codes

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

#754959 Text Font Color

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

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


#754959 Background Color

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

This div background color is #754959


#754959 Border Color

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

This div border color is #754959


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,73,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754959; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754959;
  -webkit-box-shadow: 1px 1px 3px 2px #754959;
  box-shadow:         1px 1px 3px 2px #754959; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754959


Comments

No comments written yet.

Please login to write comment.