Color Hex Logo

#745150 Color Hex

#745150
(116,81,80)
0 Favorites   0 Comments

Color spaces of #745150

RGB 1168180
HSL0.000.180.38
HSV31°45°
CMYK 0.000.300.31   0.55
XYZ11.592910.17718.9428
Yxy10.17710.37750.3314
Hunter Lab31.90169.03845.7106
CIE-Lab38.158414.52216.4403

#745150 color RGB value is (116,81,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 01010000
Octal 164 121 120
Decimal 116 81 80
Hex 74 51 50

RGB Percentages of Color #745150

%41.88
%29.24
%28.88

CMYK Percentages of Color #745150

%0
%30
%31
%55

Triadic Colors of #745150

#745150 #507451 #515074

Analogous Colors of #745150

#745150 #746350 #745061

Monochromatic Colors of #745150

#745150

Complementary Color

#745150 #507374

#745150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#745150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#745150 Color CSS Codes

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

#745150 Text Font Color

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

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


#745150 Background Color

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

This div background color is #745150


#745150 Border Color

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

This div border color is #745150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #745150


Comments

No comments written yet.

Please login to write comment.