Color Hex Logo

#745660 Color Hex

#745660
(116,86,96)
0 Favorites   0 Comments

Color spaces of #745660

RGB 1168696
HSL0.940.150.40
HSV340°26°45°
CMYK 0.000.260.17   0.55
XYZ12.641611.213112.5644
Yxy11.21310.34710.3079
Hunter Lab33.48608.78681.1937
CIE-Lab39.937114.1176-0.9264

#745660 color RGB value is (116,86,96).

#745660 hex color red value is 116, green value is 86 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #745660 hue: 0.94 , saturation: 0.15 and the lightness value of 745660 is 0.40.

The process color (four color CMYK) of #745660 color hex is 0.00, 0.26, 0.17, 0.55. Web safe color of #745660 is #666666. Color #745660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010110 01100000
Octal 164 126 140
Decimal 116 86 96
Hex 74 56 60

RGB Percentages of Color #745660

%38.93
%28.86
%32.21

CMYK Percentages of Color #745660

%0
%26
%17
%55

Triadic Colors of #745660

#745660 #607456 #566074

Analogous Colors of #745660

#745660 #745b56 #74566f

Monochromatic Colors of #745660

#745660

Complementary Color

#745660 #56746a

#745660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745660 Color CSS Codes

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

#745660 Text Font Color

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

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


#745660 Background Color

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

This div background color is #745660


#745660 Border Color

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

This div border color is #745660


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,86,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #745660; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #745660;
  -webkit-box-shadow: 1px 1px 3px 2px #745660;
  box-shadow:         1px 1px 3px 2px #745660; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745660


Comments

No comments written yet.

Please login to write comment.