Color Hex Logo

#745057 Color Hex

#745057
(116,80,87)
0 Favorites   0 Comments

Color spaces of #745057

RGB 1168087
HSL0.970.180.38
HSV348°31°45°
CMYK 0.000.310.25   0.55
XYZ11.791410.138410.3523
Yxy10.13840.36530.3141
Hunter Lab31.840910.38123.0119
CIE-Lab38.089716.22561.9753

#745057 color RGB value is (116,80,87).

#745057 hex color red value is 116, green value is 80 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #745057 hue: 0.97 , saturation: 0.18 and the lightness value of 745057 is 0.38.

The process color (four color CMYK) of #745057 color hex is 0.00, 0.31, 0.25, 0.55. Web safe color of #745057 is #666666. Color #745057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 01010111
Octal 164 120 127
Decimal 116 80 87
Hex 74 50 57

RGB Percentages of Color #745057

%40.99
%28.27
%30.74

CMYK Percentages of Color #745057

%0
%31
%25
%55

Triadic Colors of #745057

#745057 #577450 #505774

Analogous Colors of #745057

#745057 #745b50 #745069

Monochromatic Colors of #745057

#745057

Complementary Color

#745057 #50746d

#745057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745057 Color CSS Codes

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

#745057 Text Font Color

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

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


#745057 Background Color

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

This div background color is #745057


#745057 Border Color

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

This div border color is #745057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745057


Comments

No comments written yet.

Please login to write comment.