Color Hex Logo

#754640 Color Hex

#754640
(117,70,64)
0 Favorites   0 Comments

Color spaces of #754640

RGB 1177064
HSL0.020.290.35
HSV45°46°
CMYK 0.000.400.45   0.54
XYZ10.45178.53245.9465
Yxy8.53240.41920.3422
Hunter Lab29.210312.75098.3772
CIE-Lab35.067919.424012.1676

#754640 color RGB value is (117,70,64).

#754640 hex color red value is 117, green value is 70 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #754640 hue: 0.02 , saturation: 0.29 and the lightness value of 754640 is 0.35.

The process color (four color CMYK) of #754640 color hex is 0.00, 0.40, 0.45, 0.54. Web safe color of #754640 is #663333. Color #754640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000110 01000000
Octal 165 106 100
Decimal 117 70 64
Hex 75 46 40

RGB Percentages of Color #754640

%46.61
%27.89
%25.50

CMYK Percentages of Color #754640

%0
%40
%45
%54

Triadic Colors of #754640

#754640 #407546 #464075

Analogous Colors of #754640

#754640 #756140 #754055

Monochromatic Colors of #754640

#754640

Complementary Color

#754640 #406f75

#754640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754640 Color CSS Codes

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

#754640 Text Font Color

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

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


#754640 Background Color

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

This div background color is #754640


#754640 Border Color

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

This div border color is #754640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754640


Comments

No comments written yet.

Please login to write comment.